Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Utility to generate The SPT insert, select, update scrip
Message
From
03/12/2002 10:12:39
 
 
To
03/12/2002 04:44:51
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00728912
Message ID:
00728991
Views:
16
>Hello all,
>
>Is there any utility around to generate The SPT insert, select, update scripts ?
>
>This will help a lot the VFP programmers. For example it will solve the problem of uploading single quotes etc ..
>
>
>Thanks in advance
>Petros

If you are using SQL Server, you can use XMLUpdateGram() to generate and XMLDiffGram that you can send to sql server to apply your updates.

As far as code that scans a cursor and building SQL code, you should find this on Les Pinters web (www.lespinter.com) site in the learning center in the article on web-enabled database apps.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform