I'm trying to connect to SQL server:
Set mvarOCN = New ADODB.Connection
mvarOCN.Open "Driver={SQL SERVER};Server=" & mvarserver & ";database=" & mvardatabase & ";Trusted_Connection=yes;"
Set mvarRS = mvarOCN.Execute(sqlStatement)
when my sqlStatement...
I have more than one application that uses MS SQL Server. It seems that when I try to utilize more than one connections via different software apps, it often times out until one is complete.
App 1 is an inserter....inserts test records into db.
App 2..3..4 is a query tool..used to get test...
I'm trying to dynamically instantiate class modules based on file input
so in my project i have a class module called: myClass.cls
I would like to do:
dim O as object
Set O = CreateObject("myProject.myClass")
...but it errors out with "ActiveX can't create object
You may be...
Hey,
I'm looking for a way to display the column names of a table at an angle. I found the command "writing-mode: tb-rl;" for a CSS which puts text in at 90 degree angle but it's at an angle that people aren't used to viewing (opposite). Is there a way to specify the angle of the...
Hello,
I'm having trouble getting the getstring method to work in vbscript over asp.
set oADOConnection = openDBConnection()
Set oADORecordset = oADOConnection.Execute(buildsql(report_type)) '''call function in sqlUtility.asp and get data...
Hello,
I'm having trouble getting the getstring method to work in vbscript over asp.
set oADOConnection = openDBConnection()
Set oADORecordset = oADOConnection.Execute(buildsql(report_type)) '''call function in sqlUtility.asp and get data...
Hello,
I'm having trouble getting the getstring method to work in vbscript over asp.
set oADOConnection = openDBConnection()
Set oADORecordset = oADOConnection.Execute(buildsql(report_type)) '''call function in sqlUtility.asp and get data...
I having an interesting problem. I have sql query which gets data and one of the fields is a variant. The variant field displays fine on cyrstal reports and also on my sql client. When I publish the report on a website, the value for these fields are displayed in ascii hex format...
Hello,
I'm trying to convert my report from .rpt format to html so i can post it on the web:
I'm using ASP...
<%@ Language=VBScript %>
<%
dim oInstance
dim sClass, sProject
dim sClassString
sClass = Request.Item("cls")
sProject = Request.Item("prj")
sClassString =...
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.