Hi.
I've set up a linked server to a SQL 6.5 database from a SQL 2000 server and am trying to execute the following update query against a table on the 6.5 database:
insert into CALLCTIL_S01.TrainTeleconnect.dbo.agentslocal
(ID,Agent,Password,login,AgentFull)
Values
(7, 'TR7', 'test', 2607...
Hi.
I have two problems:
1) I have a VB activex exe which my ASP page uses to open a connection to a sql database. The problem is it doesn't make the connection. But when called from a VB project, it makes the connection fine.
2) When I try to debug the exe to find out the problem, by running...
Hi.
I'm trying to debug a dll while running my web page. The page errors at the call but will not jump into the dll code, even though it's running in the background in VB.
Curiously, my colleague can do this succesfully on her machine.
Does anybody know why this is happening?
Chris
Hi, wonder if you can help.
I have this code in an ASP page:
Set lobjTravel = Server.CreateObject("<dll name>.<class name>")
lblnSuccess = lobjTravel.<function name>(request)
which basically calls a .dll to update a database.
But I get this message everytime:
"Object variable...
Hi there.
I have a custom cross-tab report that displays a date in the Page Header using an inserted formula field.
The date is retrieved from within the Details section, stored in a variable and the header formula prints the variable value.
This works fine in the first report where I am only...
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.