Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete
Message
From
12/12/2000 15:33:00
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Re: Delete
Miscellaneous
Thread ID:
00452485
Message ID:
00452487
Views:
21
>Hi All:
> Is there a way I can delete records in the database using SQL Passthrough. I know how to insert a record and update a record using SQL Passthrough, but I never deleted a record using SQL Passthrough. If there is a way how it is done.
>
>Thanks
>MA

Same way -
SQLEXEC(lnHandle, "Delete From mytable Where myfield = somevalue")
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform