Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleted Records In A View
Message
From
25/02/2003 09:06:10
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
25/02/2003 08:59:06
Raza Malik
Universal Accounting Software
Edgewater, New Jersey, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00757478
Message ID:
00757511
Views:
11
>Hi Cetin!
>
>If I use VFP tables, yes it does work. But when you access the same data via ODBC using parameterized remote view, the deleted records do not show up.. Does it has anything to do with remote views. I checked there is no option to include deleted records
>
>Raz

There are 2 options :
In connectionstring Deleted=Yes
or :
set deleted off

ie: lnHandle= SQLStringConnect('...Deleted=Yes')

or:
lnHandle=SQLStringConnect(...)
SQLExec(lnHandle,'set deleted off')
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform