Top "Adodb" questions

ActiveX Data Objects, a Microsoft middleware for accessing data sources.

Specify a default driver for ODBC

I have a legacy VB6 app which builds a DSN based on a parameter in a config file. The parameter …

vb6 odbc adodb dsn
VBA Error handling on ADODB Connection.Open

I have an ADODB connection in VBA for connecting to an SQLServer database. I want to catch the error that …

vba adodb
ADODB.Stream error '800a0bbc' Write to file failed

I've weird and strange error showing while I change hosting provider which is: ADODB.Stream error '800a0bbc' Write …

asp-classic adodb
Calling SQL Stored Procedure with Output Parameter in VBScript

I've written a VBScript function to call a stored procedure. In the past, I've written a number of functions calling …

sql asp-classic vbscript adodb
VBA macro in Excel to Run SQL Insert statement

Hey im quite new to VBA and I was hoping someone could help me with last bit of code. I …

sql excel vba adodb insert-statement
Is adodb.dll included in a .NET distribution?

I was troubleshooting an issue on a customer's workstation and found that, to my surprise, adodb.dll was nowhere to …

.net-2.0 frameworks distribution adodb
"Invalid use of Null" when using Str() with a Null Recordset field, but Str(Null) works fine

I'm banging my head against the wall on this one. I was looking at some old database reporting code written …

vb6 type-conversion adodb
ASP Classic check for database NULL value in Recordset

I'm getting an ADODB Recordset and I need to check the value of a nullable column in ASP Classic. How …

asp-classic null adodb
ADODB RecordSet as Access Report RecordSource

I have a simple form, a query and a report in Access 2003. I have to manipulate the results from the …

ms-access vba adodb recordset
ADODB open recordset fails / "Operation is not allowed when object is closed"

I have the following UDF in excel which uses ADO to connect to my MSSQL server. There it should execute …

sql-server vba ado adodb recordset