Top "Adodb" questions

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

What is difference in adodb and oledb?

What is the difference between adodb and oledb? What is the relation between these two? Where does ado.net stands …

ado.net oledb adodb
ADODBCould not load type 'ADODB.FieldsToInternalFieldsMarshaler' from assembly

I'm trying to read an ADOBD.Recordset object like this (my first time, so pardon my "noobness" :D): Presentation.Category …

activex adodb
CopyFromRecordset copies & pastes only first one row even though multiple records are present in Excel

I have an Excel sheet containing table like data strSQL = "SELECT S.FIELD_NAME1,S.FIELD_NAME2,S.FIELD_NAME3 …

vba excel adodb
The 'Microsoft.ACE.OLEDB.12.0' provider is not registered in the local machine

I'm getting this error when trying to run a vb application on a another pc. Is there some place I …

.net vb.net dll adodb
VBA - Create ADODB.Recordset from the contents of a spreadsheet

I am working on an Excel application that queries a SQL database. The queries can take a long time to …

excel vba adodb recordset
ADODB Connection String: Workgroup Information file is Missing?

I have a few data sources in access that I need to connect to programatically to do things with behind …

ms-access passwords connection-string adodb
ADODB connection from VBA stopped working

We've got an Exccel spreadsheet used to manage the rota for the out of hours support engineers. A while back, …

excel vba adodb
How to retrieve data from Excel with ADODB connection if the first line of the worksheet does not have the column name?

I use the following type of code to retrieve data from some Excel Workbooks (path is a Parameter) Dim strSQL …

excel vba adodb
ADODB doesn't exist in Access 2013 project, how do I add a reference to it

I am trying to rebuild an Access adp project in Access 2013 as and mdb. The tables are all linked tables …

vba ms-access adodb ms-access-2013
Return recordset from function in classic ASP

I'm at a loss on how I can return a readable recordset from a function in classic ASP. This is …

function asp-classic adodb recordset