Discussion:
ASP & VB6 DLL
(too old to reply)
ASP & VB6 DLL issue
2010-02-15 05:35:01 UTC
Permalink
Hi
I have written a DLL in VB6 which is connecting to oracle 10g database.
Now i am trying to access that DLL from an ASP page as follows .It gives me
an error 424 (Object required) . The DLL is registered in the server .
Code
-------------------------------------------------------
set objLogin=Server.CreateObject("EPIP.Login")
--------------------------------------------------------
Where EPIP is the DLL name and login is a class inside .Connection string
Private Const strConn2 As String = "Provider=MSDAORA.1;User
ID=test_OWNR;Password=OWNR_test;Data Source=test;"
Peter
2010-04-02 19:56:01 UTC
Permalink
This newgroup is for SOAP and XML. Try a more appropriate forum.
Loading...