OK all lets see if it was the nature of my other thread or if its just me that cant get an answer in this forum.
This should be an easy one for anyone of you who uses ADO. I access an Access database with ADODB. I establish a connection, and specify a table name in the connection string. No ADODB specific command object is used.
I can make changes to the recordset on my form but any attempts to save ( Updatebatch ) or rs.save "path-N-filename.mdb" either leave a 1KB access database for new creations or result in the error of file already exists.
Can someone provide the BASICS for saving a recordset and dataase to avoid this error. Lets say I create a NEW recordset & somehow get my stream into it from my other thread in this forum. How do I correctly attach this NEW recordset to a database I just created in ADOX, (catalog object) and save it to disk without the error that the file exists already.
Please someone this is not for production its just to strengthen my understanding (or lack thereof) in saving recordsets.
I am trying to avoid SQL in this little test I.E. the ADODB command object also. But if it's needed please educate ME !!!
If anyone cares all this is just to continue my efforts in the stream object of ADODB & parsing via XML format.. per my previous thread "STREAMS"
But I'll take what ever I can get.
Thank You So much for your time. I do appreciate any and all responses.
Christianvbprogrammer@yahoo.com
This should be an easy one for anyone of you who uses ADO. I access an Access database with ADODB. I establish a connection, and specify a table name in the connection string. No ADODB specific command object is used.
I can make changes to the recordset on my form but any attempts to save ( Updatebatch ) or rs.save "path-N-filename.mdb" either leave a 1KB access database for new creations or result in the error of file already exists.
Can someone provide the BASICS for saving a recordset and dataase to avoid this error. Lets say I create a NEW recordset & somehow get my stream into it from my other thread in this forum. How do I correctly attach this NEW recordset to a database I just created in ADOX, (catalog object) and save it to disk without the error that the file exists already.
Please someone this is not for production its just to strengthen my understanding (or lack thereof) in saving recordsets.
I am trying to avoid SQL in this little test I.E. the ADODB command object also. But if it's needed please educate ME !!!
If anyone cares all this is just to continue my efforts in the stream object of ADODB & parsing via XML format.. per my previous thread "STREAMS"
But I'll take what ever I can get.
Thank You So much for your time. I do appreciate any and all responses.
Christianvbprogrammer@yahoo.com