Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP & Active X DLLS

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hello there I would like to know how to use activex dlls to access databases like SQL Server 7.0 and Access in asp code
 
You can write an ActiveX dll that includes a class module. This project will have a reference to Microsoft ActiveX Data Objects, and will use ADO to connect to the database. This class module may return data from database in various formats, which can be ADO Recordsets, scalar values or custom-defined objects.

For more information, refer to the MSDN. Duwamish Books sample in MSDN will be an excellent guide in this matter.
Mohammad Mehran Nikoo, MCP
mohmehran@yahoo.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top