Advertisement

1 - 10 of 20 containing alltags:("VBA \ ADO") (0.001 seconds)
I have an Excel application with an ADO database connection. The connection string is: "DSN=LIVE_TRICS;DATABASE=" & sTRICSdbName & ";UID=eod_fe;PWD=design2" My application will be used by sev...
Zones: MS Access, VB DBDate Answered: 04/10/2008 Grade: A Views: 186
I am trying to connect from macro in MS Word writen in VBA to Oracle 7.3 using ADO. I have created DSN using microsoft ODBC driver but every time when macro tries to connect to Oracle I get "unspec...
Zones: OracleDate Answered: 10/26/1998 Grade: C Views: 0
Hi, Got a Excel spreadsheet here. Its password protected on a network drive. Now ive read the MS article about password-protected Excel spreadsheets - and i have the Excel file opened. This a...
Zones: VB DBDate Answered: 09/19/2004 Grade: A Views: 15
I am using ADO 2.8 in VBA. I create a record set. This recordset is passed by Reference to a sub routine. The recordset is advanced forward several records. Before leaving the subroutine I check th...
Zones: VB DBDate Answered: 04/10/2007 Grade: A Views: 0
Hi using ADO, I'm executing a stored procedure that should return 2 datasets in a recordset object PROBLEM: when i "dump" the data into a spreadsheet i only see dataset #1. Is there a way ...
Zones: Windows XP, Visual Basic, MS ExcelDate Answered: 08/03/2007 Grade: A Views: 4
I am using Access 2003 with some VBA code. The VBA code accesses the data from an ADODB.Connection call. To enable this in my testing environment I need to go to Tools -> References and select one ...
Zones: MS AccessDate Answered: 11/16/2007 Grade: A Views: 17
I have an xml column in a SQL Express 2008 table that I want to obtain through an ADO 2.8 call in VBA.  It always comes back as an empty string.  In the snippet below,  GetSCFText is a stored proce...
Zones: SQL Server 2008, Visual BasicDate Answered: 11/08/2008 Grade: A Views: 0
I've written some SQL query in Access. I want to run this query in VBA ADO and count how many records are returned in this query. How can I achieve that? Thx
Zones: MS AccessDate Answered: 10/03/2004 Grade: B Views: 0
I'm using Access 2000. I've opened a query in VBA using : Set oRS = CreateObject("Adodb.RecordSet") oRS.Open QueryName, CurrentProject.Connection, 0, 1 This query holds data that I want t...
Zones: MS AccessDate Answered: 06/16/2006 Grade: A Views: 0
Hi All, I have a series of log files I'm trying to organize into excel by treating the text logs as an ADO Recordset. The format of the logs is as follows: "Column1" "Column2" "Column3" "C...
Zones: LanguagesDate Answered: 08/28/2006 Grade: A Views: 0