View Full Version : Asp Com+ dll
kannuki
05-22-2003, 10:46 PM
I read a few articles on asp and they were talking about the com+ dll that can be used as a bridge between the server ms access database and asp page that can connect and add records using the dynamic link library(dll). I wondering if anyone have any idea on those topic...
A com+ dll is created to perform a specific task or a series of specific tasks (functions and subroutines). You can write your own component with visual basic or C++ (as well as some other languages I'd imagine). Write the code and compile it into a .dll or .exe then register it on the server. It's faster than using code from a web page because the code is already compiled.
HTH
kannuki
05-23-2003, 11:44 AM
Thanks for replying to me. I just start learning asp and curious how would u write a DLL to open up Access Database connection and able to use SQL statements to query, add, update, and delete information by running a IIS4. Hope u can help me out.
I read a couple code on about using the recordset but it's not secure if u do that on the asp page. Can u tell the right way to do the following query.
Thanks in advance
vBulletin v3.0.3, Copyright ©2000-2012, Jelsoft Enterprises Ltd.