Subject Working with Text Files
Author Ahmet Elgin
How can I export text data from firebird? is there any utility like SQL
Server /osql/ utility.

/SQL Server /osql/ utility : Export text data from SQL Server
Usage :
osql -E -o c:\temp\authors.txt -d pubs -Q "SELECT * FROM authors"
switches:
-E Use trusted authentication
-o Output file
-d Database Name
-Q Run a query and leave osql

/Thanks,/
/




[Non-text portions of this message have been removed]