Top "Adodb" questions

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

Could not load type 'ADODB.FieldsToInternalFieldsMarshaler' from assembly

I have the following code: MAPITable mt = rStores.MAPITable; Recordset rs = new Recordset(); rs = mt.ExecSQL(@"SELECT EntryID, ""http://schemas.…

c# .net adodb
Grid control that can be placed on userform?

Does anyone know of a grid control that can be placed on an Excel UserForm, preferably something that is capable …

excel adodb gridcontrol vba
Handling ADODB connections in classic ASP

I'm an ASP.NET C# guy who has to go back to classic ASP, and need some help with it. …

vbscript asp-classic adodb
Adding TEXT parameters to ADODB.Command without using stored procedures

I need to perform INSERTs on a SQL Server 2008 table with some TEXT columns, and I can't have the ADODB.…

sql-server asp-classic parameters adodb
How to save a text file (CSV) with UTF-8 without BOM encoding in VBA (Excel)?

So this was my initial question. The answer to my question below, seems to be that the only solution to …

vba excel utf-8 adodb
PHP interpreter gets undefined constant OCI_COMMIT_ON_SUCCESS with ADODB

I wrote a php script that must be run on the php interpreter (Without Apache), which uses the adodb library …

php oracle11g interpreter adodb oracle-call-interface
Is it necessary to close an Adodb.recordset object before setting it to nothing?

Dim rs as ADODB.Recordset set rs = ReturnARecordset 'assume ReturnARecordset does just that... 'do something with rs rs.Close set …

vb6 database-connection adodb
How to set "Application Name" in ADODB connection string

In .NET I simply use Application Name = MyApp inside the connection string, but when using ADO connection through VBA the …

sql-server excel vba connection-string adodb
Does setting an ADO Command's ActiveConnection = Nothing close the underlying SQL Connection?

I have a customer who's Classic ASP application is generating ASP_0147 errors. The first thing I'm checking is that they're …

asp-classic ado adodb
Using ADODB to access opened xls file

Although I've been working with VBA for Excel for quite a long time, I've one problem I cannot solve by …

excel vba adodb