Advertisement

1 - 10 of 163 containing alltags:("adodb") (0 seconds)
Ok, I have an error on one server and not the other.  I would like to know why, and try to resolve this.  The site was developed on one site, but the other gives an; Microsoft OLE DB Provider fo...
Zones: ASPDate Answered: 02/08/2000 Grade: A Views: 0
I am trying to make a ADODB connection but the compiler is says user defined type not defined.  I guess I need to add a control but can not figure out which one.     Dim mobjConnection As ADOD...
Zones: Visual BasicDate Answered: 07/20/2001 Grade: A Views: 0
Dear Experts, I am using ADODB for fetching records from db2. >>set con = server.CreateObject(ADODB.connection) >>con.Open.... >>set rs = server.createObject(ADODB.recordset) >>rs.open sel...
Zones: ASPDate Answered: 04/28/2002 Grade: B Views: 0
When trying to add the com object library Microsoft Access 10 Object Library (from office 2002) to my C# windows form project I get the following error.. A reference to 'Microsoft Access 10.0 Ob...
Zones: .NETDate Answered: 08/09/2002 Grade: A Views: 4
A team at work has developed a VB 6.0 COM+ object that has a few rather complex methods that I could use for my current project. Rather than reinvent the wheel, I want to make a few method calls to...
Zones: .NET, Microsoft ProgrammingDate Answered: 07/08/2003 Grade: A Views: 4
I have a question concerning the connection object.  So please help me understand this. I can create the connection object using the following syntax Dim Conn  as new adodb.connection Dim st...
Zones: Visual BasicDate Answered: 11/04/2002 Grade: A Views: 5
I am currently programming with a database.  I am having problems with adding a new record.  My professor told us that all we had to do to add a record was fill in the respective fields on the form...
Zones: Visual Basic, Microsoft ProgrammingDate Answered: 11/08/2002 Grade: A Views: 0
How can i start a (Server Agent-)job using an ADODB-Connection in ASP? The job needs to be executed from within an ASP-script. This script is *NOT* on the database-server (hence the use of ADODB...
Zones: DatabasesDate Answered: 11/21/2002 Grade: A Views: 0
I'm using ADODB to connect to a database and using recordsets to get the data. The problem is, the recordsets have been changed in VB.NET. Can someone tell me what I should be using instead of: ...
Zones: .NETDate Answered: 02/12/2003 Grade: A Views: 0
Hi, I'm working on an ASP application that will be installed on various computers (I don't have any control on these computers). To avoid troubles with locale settings, I set the locale in a ...
Zones: ASPDate Answered: 05/11/2004 Grade: B Views: 0