Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor adapter line insert
Message
 
To
10/04/2006 11:13:37
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01111986
Message ID:
01112020
Views:
27
>yes
>
>
>
>but i want when i do my tableupdate, the line will be inserted
If the CA is updatable the line will be inserted after you do TableUpdate().
If the record is not inserted you break some SQL Server rules, so you must check for errors:
INSERT INTO CA ....
*** or
*** APPEND BLANK
*** REPLACE....
IF NOT TableUpdate(1,.t.,[CA Alias here])
   AERROR(laError)
   MessageBox(laError[1,2])
ENDIF
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform