Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL & Deleted records in VFP DBC
Message
From
26/02/2002 11:41:13
 
 
To
26/02/2002 11:23:20
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00625170
Message ID:
00625199
Views:
11
>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')
Previous
Reply
Map
View

Click here to load this message in the networking platform