Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote connection to web database problem???
Message
From
04/06/2003 19:22:07
 
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00796034
Message ID:
00796458
Views:
9
Try this:

gnConnHandle = sqlstringconnect( blah blah blah )
cCmdString = 'Insert into mytab (val1, val2) values ("Test1","Test2")'
lResults = SQLExec( gnConnHandle, cCmdString )

If lResults = -1
= MessageBox( 'Insert Failed' )
Else
= MessageBox( 'Insert worked' )
Endif
Previous
Reply
Map
View

Click here to load this message in the networking platform