
July 3rd, 2001, 06:40 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
How to use a dll that accesses a SQL Database
<i><b>Originally posted by : kron (kieron_s@hotmail.com)</b></i><br />I am trying to use a Dll developed in VB that performs various functions to a SQL Database. The Dll has been fully tested using VB and works fine. The dll does not seem to work when called from ASP. I think it goes wrong trying to actually access the database. I am using a Varient to store a recordset retrieved by the dll from the database, the variant doesn't seem to be passed back to the ASP page... Any ideas?<br />
|