Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Zap records in a remote view (PARADOX)
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
00985245
Message ID:
00985288
Views:
30
OK.
Try instead of DELETE ALL & Then TableUdate(.t.)
sqlH = SQLCONNECT('AmlineBobConnection')
IF SQLEXEC(sqlH,"TRUNCATE TABLE "+cFolderData+' '+cFolderData) < 0
   AERRORS(aErr)
   DISP MEMO LIKE aErr
ENDIF
SQLDISCONECT(sqlH)
Requery("COMPAN")
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