FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Backup Restore MS Sql
Posts: 300
Joined: Wed Jul 11, 2007 11:06 AM
Backup Restore MS Sql
Posted: Thu Oct 01, 2015 06:00 AM

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

Posts: 300
Joined: Wed Jul 11, 2007 11:06 AM
Re: Backup Restore MS Sql
Posted: Thu Oct 08, 2015 09:12 AM

No idea about Backup ?
How is it possible to make a copy of a Table with a SQL command ?

Thanks

Posts: 990
Joined: Wed Oct 19, 2005 02:17 PM
Re: Backup Restore MS Sql
Posted: Thu Oct 08, 2015 09:41 AM

Continue the discussion