Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL & Deleted records in VFP DBC
Message
De
26/02/2002 11:41:13
 
 
À
26/02/2002 11:23:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00625170
Message ID:
00625199
Vues:
12
>Hi All,
>
>I am trying to retrieve all records for a project including the Deleted ones.
>
>SET DELETED OFF && Set to ON == same result :-(
>
>cSqlStatement = "SELECT SALES_ORD.po_seq_no " + ;
> "FROM main_one!SALES_ORD " + ;
> "WHERE SALES_ORD.proj_no = ?lnProjNo " + ;
> "ORDER BY SALES_ORD.po_seq_no "
>
>nConHndl = sqlexec(nSatHandle, cSqlStatement, 'temp_cursor')
>
>This only gives me the records that are not deleted. I want them all. How?
>
>
>I am using VFP6 SP5. The database is a VPF 'DBC' database located on the network. The query goes through the VFP ODBC.
>
>TIA
>Mike

FOUND IT!

lnHandle = SQLExec(nConnexion, 'SET DELETED OFF')
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform