Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recall by SQLEXEC
Message
 
 
To
06/06/2002 08:21:31
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00665359
Message ID:
00665432
Views:
24
You will have to put a stored Proc in the DBC and pass the "WHERE" clause to that as a parameter via a SELECT SQL. Then your SP can do a RECALL FOR parameter.

SELECT SP_NAME("where_clause") FROM DUMMY_TABLE

Your dummy table need only have 1 or no records and only 1 field.

>Hi All,
>
>I am wondering how to RECALL a deleted record through ODBC connection using SQLEXEC. I want to avoid retrieving, setting cursor properties, recalling the record and then issueing a TABLEUPDATE(). I can do DETETE FROM tblname WHERE something. Why not RECALL FROM tblname WHERE something?
>
>I am using VFP6 SP5. The database is a standard Foxpro '.DBC'
>
>TIA
>Mike
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform