miller1975
Programmer
Hello All,
I had made a VB program to update some tables using ODBC connection.
The VB codes works great when its ran from the VB mode. I want to make an exe out of it so I can make it a Scheduled process to run from Windows XP.
When I made the exe, it created the exe successfully.
But when I tried to run the exe it gave me this error
-2147467259(80004005) runtime error
[Microsoft][odbc driver manager] Data source name not found and no default driver specified.
The funny part is, I have one other exe on the same machine which was also made from VB and that one runs fine.
Any ideas why this is not working.
Thanks in advance
I had made a VB program to update some tables using ODBC connection.
The VB codes works great when its ran from the VB mode. I want to make an exe out of it so I can make it a Scheduled process to run from Windows XP.
When I made the exe, it created the exe successfully.
But when I tried to run the exe it gave me this error
-2147467259(80004005) runtime error
[Microsoft][odbc driver manager] Data source name not found and no default driver specified.
The funny part is, I have one other exe on the same machine which was also made from VB and that one runs fine.
Any ideas why this is not working.
Thanks in advance