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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10289710.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20154456.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20287340.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20334151.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20375792.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20387376.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20393930.html
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...
http://www.experts-exchange.com/Database/Miscellaneous/Q_20400996.html
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:
...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20511186.html
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 ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20854612.htm...
Zones:
ASPDate Answered: 05/11/2004 Grade: B Views: 0