Click here to Skip to main content
15,891,864 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: paypal Pin
mylogics16-Dec-09 19:33
professionalmylogics16-Dec-09 19:33 
GeneralRe: paypal Pin
Dinesh Mani16-Dec-09 20:22
Dinesh Mani16-Dec-09 20:22 
GeneralRe: paypal Pin
mylogics16-Dec-09 20:35
professionalmylogics16-Dec-09 20:35 
GeneralRe: paypal Pin
Dinesh Mani16-Dec-09 21:51
Dinesh Mani16-Dec-09 21:51 
Questionhow to convert blob data in my sql? Pin
harishkharvi16-Dec-09 17:51
harishkharvi16-Dec-09 17:51 
QuestionCustom Validation Sumamry Message Pin
jinovv16-Dec-09 17:39
jinovv16-Dec-09 17:39 
AnswerRe: Custom Validation Sumamry Message Pin
Dinesh Mani16-Dec-09 18:53
Dinesh Mani16-Dec-09 18:53 
Questionuse in asp.net 2 an unmanaged dll from .asp pages that expects an open ADODB connection Pin
fozzybear5516-Dec-09 16:07
fozzybear5516-Dec-09 16:07 
I want to access the methods of a dll that is not managed. Seems to be
vb6 from my best guess and what I know about the program. That part I
have managed to figure out. If I drag the x.dll to my bin folder, the
interpreter wrapper is created, etc. I can access the methods in the
dll just fine. The problem is the database connection.

For informational purposes: The dll is compiled for a vbscript .asp
website. There are a few methods in the dll that just manipulate the
input, but most make a db call to get or set or update, etc. data in
the db. The dll expects an ADODB connection. The asp files are setup
such as:

------------------------------------
set DllObj = server.CreateObject("dll.class")
set connect = server.createobject("ADODB.Connection")
connect.open "SystemDSNName","user","password"

'call to method in dll here
value = DllObj.method(data1, data2)

connect.close
------------------------------------
It is using a DSN but just as easily could be a DSN-Less connection.
My problem is that the dll expects the connection to be open and
available to it. Can I make a ADODB database connection available and
open for this dll in a vb.net asp.net website. Basically, I need to
use the business logic and db data changes through this dll, but want
to make the front end in asp.net. Anybody willing to provide a
detailed example of how to do this in VB and VS 2008, .net 3.51, on a
Windows server 2008 R2 with IIS7?
Thanks!
QuestionHow to make GridView accessible Pin
Tina P16-Dec-09 15:42
Tina P16-Dec-09 15:42 
QuestionGridview selected row issue Pin
Priya Prk16-Dec-09 5:07
Priya Prk16-Dec-09 5:07 
AnswerRe: Gridview selected row issue Pin
dan!sh 16-Dec-09 6:30
professional dan!sh 16-Dec-09 6:30 
GeneralRe: Gridview selected row issue Pin
Priya Prk16-Dec-09 22:35
Priya Prk16-Dec-09 22:35 
AnswerRe: Gridview selected row issue Pin
ESTAN16-Dec-09 11:55
ESTAN16-Dec-09 11:55 
QuestionAsp.net 2.0: ListControl Vs WebControl when (Page.IsCallback == True) Pin
kadaoui el mehdi16-Dec-09 4:05
kadaoui el mehdi16-Dec-09 4:05 
QuestionStrongly typed dataset - need help. Pin
Slow Learner16-Dec-09 2:26
Slow Learner16-Dec-09 2:26 
QuestionSession Pin
Rock Star.16-Dec-09 1:00
Rock Star.16-Dec-09 1:00 
AnswerRe: Session Pin
souidi abderrahman16-Dec-09 1:11
souidi abderrahman16-Dec-09 1:11 
GeneralRe: Session Pin
Rock Star.16-Dec-09 1:15
Rock Star.16-Dec-09 1:15 
AnswerRe: Session Pin
m-khansari16-Dec-09 1:25
m-khansari16-Dec-09 1:25 
GeneralRe: Session Pin
Rock Star.16-Dec-09 1:34
Rock Star.16-Dec-09 1:34 
GeneralRe: Session Pin
m-khansari16-Dec-09 2:30
m-khansari16-Dec-09 2:30 
AnswerRe: Session Pin
Abhishek Sur16-Dec-09 1:35
professionalAbhishek Sur16-Dec-09 1:35 
GeneralRe: Session Pin
Rock Star.16-Dec-09 2:12
Rock Star.16-Dec-09 2:12 
GeneralRe: Session Pin
Abhishek Sur16-Dec-09 6:03
professionalAbhishek Sur16-Dec-09 6:03 
AnswerRe: Session Pin
DJ Matthews16-Dec-09 2:30
DJ Matthews16-Dec-09 2:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.