I have an app written in VB6 that we have deployed in an exe file. It uses ADO to connect to a database and open recordsets to either read data from or write data back to the database, based on user input in our front end.
This seems to work just file from everyone's workstation except one workstation, where it gives a runtime error 9: subscript out of range error message when it tries to open and return data from the database.
Any ideas what is causing this? Since they are running this from the exe file I cannot debug and troubleshoot from this workstation, because it does not have vb6?
If more information is needed please let me know.
Thank you,
Kevin
This seems to work just file from everyone's workstation except one workstation, where it gives a runtime error 9: subscript out of range error message when it tries to open and return data from the database.
Any ideas what is causing this? Since they are running this from the exe file I cannot debug and troubleshoot from this workstation, because it does not have vb6?
If more information is needed please let me know.
Thank you,
Kevin