-
Exe runtime error
i have created an application in VB. In that Application i used Data reports for reporting purpose and MS Access as back end. i created the .Exe file and run that Exe file in other system. In that system, there is no VB Software. Then the system gives
Run time Error "713
"Application Defined error or object defined error"
i initialized the ConnectionString property of DataEnvironment in
Sub Main()
what is the problem? how can i resolve?
-
Possibly you are tryin to use Access - but its not installed, so it won't run - ergo the error.
Vince