Write data from access database to text files
Hi all,
I have tried ways to read from database and write to text files but I have problem with it. Can someone pls kindly help?
I have Error Type:
ADODB.Connection (0x800A0E78)
Operation is not allowed when the object is closed.
Set rs = connection.OpenSchema(20, Array(Empty, empty, empty, "TABLE")) is the line that is giving the problem. Can anyone help me with it?
|