I'm new to ASP/VBscript driven programming, so I have no experience with VB DLLs or invoking them with web based applications.
Any tutorials you know of online that can help me along that route (to at least give it a go and see what happens?)
I also don't have the Visual Suite here at work...
I've actually already done the following...but I will verify again to make sure.
I've output the SQL query, that is passed to the Execute command, to the HTML page.
I've also copied and pasted that SQL query into PL *SQL and executed it from there and it returned the rows I expected.
Thanks...
Oracle 8.1.6 hosted on Sun Solaris
Oracle 8.1.7.0 ODBC Drivers
Code Skeleton:
--------------
Dim objConn
Dim logRec
Dim sqlquery
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.Open "dsn=someDSN;uid=user;pwd=pass;"
sqlquery = "SELECT * FROM SOMETABLE...
I'm having trouble with an ASP/VBScript driven application. For some reason, when I connect to an Oracle 8.1.6 Database and Execute an SQL Query...the results are very erroneous.
I have two applications:
Application A, which is erroneous on SQL queries
Application B, which ALWAYS works and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.