run-time error '713': Application-defined or object-defined error 
Author Message
 run-time error '713': Application-defined or object-defined error

Does anybody know why this error comes up every time i try to connect to
SQLServer7 from my VB application on another station after using the Package
and Deployment feature in vb6 Enterprise.
I've developped a client-server application (VB6-SQL Server7) which works
fine on my machine (NT4). The trouble is when I execute it on a machine
(NT4) which has't got Visual Studio on it, I cannot connect to the server.
The main thing is if I install Visual Studio on the machine, it becomes
possible to connect to the server. So I suppose, the application needs some
more files to run properly but they should be included in the package
automatically, shouldn't they?

Any ideas gratefully received

Anthony.



Mon, 13 Jan 2003 03:00:00 GMT  
 run-time error '713': Application-defined or object-defined error

In my project references, I've added:
Microsoft DataEnvironment instance 1.0 (msderun.dll)

and it works fine. I can now connect to the server from another machine :-)
I'm still curious to know why that dll is not included in the package
automatically. If I use a dataenvironment, VB should include the dll in the
package.

Anthony.


Quote:
> Does anybody know why this error comes up every time i try to connect to
> SQLServer7 from my VB application on another station after using the
Package
> and Deployment feature in vb6 Enterprise.
> I've developped a client-server application (VB6-SQL Server7) which works
> fine on my machine (NT4). The trouble is when I execute it on a machine
> (NT4) which has't got Visual Studio on it, I cannot connect to the server.
> The main thing is if I install Visual Studio on the machine, it becomes
> possible to connect to the server. So I suppose, the application needs
some
> more files to run properly but they should be included in the package
> automatically, shouldn't they?

> Any ideas gratefully received

> Anthony.



Mon, 13 Jan 2003 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. run-time Error 713 - Application Defined or Object Defined

2. Error 713: Application-defined or object defined error

3. Error 713: Application-defined or object defined error

4. Data Enviroment - Error 713 application-defined or object-defined

5. Run-Time Error 713 - Application-defined

6. Run-time '713' Application-defined or object-defined error

7. Run-time error '713'

8. help: run-time error '713'

9. Error 32768, Application-defined or object-defined error

10. Error 40038, Application-defined or object-defined error

11. why error 40038 : application-defined or object-defined error

12. User-defined error when the user doesn't define any errors

 

 
Powered by phpBB® Forum Software