I want to develop an inventory system. The system has a database for an inventory, database for sales made and textfile to record sold items. I want to know how can i read t a textfile from a database.
I want to develop an inventory system. The system has a database for an inventory, database for sales made and textfile to record sold items. I want to know how can i read t a textfile from a database.
You cannot directly create a text file from the database text.You will have to read it and right it to the file.(Of course you can use things like DTS package to export values to text file directly)