Hi, I need string like this:
osql -S server -d database -E -Q "BACKUP DATABASE database TO DISK ='c:\database' FORMAT";
If I wrote like Delphi:
osql -S server -d database -E -Q "BACKUP DATABASE database TO DISK =''c:\database'' FORMAT";
'' - is a 2 aphostrophe
I see:
Fatal: Syntax error, ";" expected but "identifier C" found
How I can insert apostrophe in string in Lazarus?