Hello,
I have a MS SQL database and want to make backup of the table DEM.
I try this code but it d'nt work (go to the catch) :
***
csql:=[UNLOAD 'c:\apps\dem.txt' DELIMITER '|' SELECT * FROM DEM]
Try
oCon:Execute( cSQL )
Catch
ShowAdoEr(oCon,cSql )
Return
End try
***
Any idea ?
Thanks