Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deleted Records In A View
Message
De
25/02/2003 09:06:10
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
25/02/2003 08:59:06
Raza Malik
Universal Accounting Software
Edgewater, New Jersey, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00757478
Message ID:
00757511
Vues:
21
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform