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
Backup Restore MS Sql
Re: Backup Restore MS Sql
No idea about Backup ?
How is it possible to make a copy of a Table with a SQL command ?
Thanks
How is it possible to make a copy of a Table with a SQL command ?
Thanks