I am working on a project where i am trying to get rows of data in a Excel sheet inserted into my Pervasive Database on my network server. I have found a VB script that will connect to an Access databse and insert data into it. It works great. I thought i might be able to change the code a bit and maybe make it work with Pervasive. I know i have it connecting properly to my remote Pervasie Databse. I created a seperate script where i just did a Select statement and pulled table data from Pervasive into Excel and it worked fine. The problem my insert script has is when it gets to the Insert statement... i get an error saying the update failed. I was hoping maybe the code for the Insert Statement is all that may need to be modified.
Question? will the code that works with Access be compatible with pervasive at all or does a whole new script have to be written.
I attached a file containing the current code i am trying to use. Thanks for any help that may be offered.
Question? will the code that works with Access be compatible with pervasive at all or does a whole new script have to be written.
I attached a file containing the current code i am trying to use. Thanks for any help that may be offered.