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:
00985329
Views:
41
look your email ( picture )

bernhart



>>sqlH = SQLCONNECT('AmlineBobConnection')
>>IF SQLEXEC(sqlH,"TRUNCATE TABLE xxCompan xxCompan") < 0
>>
>>*-- here I have a error : Variable 'AERR' is not found.
>>
>> AERRORS(aErr)
>> DISP MEMO LIKE aErr
>>ENDIF
>>SQLDISCONECT(sqlH)
>>
>>
>>
>>bernhart
>
>
>Sorry Typo in Function must be AERROR() not AERRORS()
>
>BTW what is the name of the Remote table? xxCompan xxCompan is ths the name if so You must use
>IF SQLEXEC(sqlH,"TRUNCATE TABLE [xxCompan xxCompan]") < 0
>...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform