Tagged Questions
The adodb tag has no wiki summary.
10
votes
2answers
9k views
How do I run a VBScript in 32-bit mode on a 64-bit machine?
I have a text file that ends with .vbs that I have written the following in:
Set Conn = CreateObject("ADODB.Connection")
Conn.Provider = "Microsoft.ACE.OLEDB.12.0"
Conn.Properties("Data Source") = ...
5
votes
2answers
72 views
“Invalid procedure call or argument” error on “New ADODB.Connection” only if compiled on Windows 7
I'm experiencing some problem when I compile some legacy apps on VB6 since I got a new development machine in windows 7. (my old one was on Windows XP.)
If I compile the project on my XP machine, ...
5
votes
1answer
259 views
Why can't I do a “with x as (…)” with ADODB and Oracle?
I fail to execute an SQL query with a with clause via ADODB and Oracle.
That is, the following snippet works:
Dim cn As ADODB.connection
Set cn = ....
Dim rs As ADODB.recordSet
Set rs = New ...
5
votes
5answers
17k views
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 can download this DLL?
4
votes
2answers
77 views
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 am trying to take cells from a spreadsheet and add them to a SQL table but I am having trubble running the SQL ...
4
votes
1answer
1k views
VB6 App won't work on Server 2008 after recompile
I'm trying to move web servers. Our app (be kind) was written back in 1998 (I think) in VB6. I've got it working on our new server (Windows Server 2008 R2 64 bit). However, when I take the source ...
4
votes
4answers
2k views
What are the differences between ADOdb and PDO in PHP?
Both seem to try making it simpler using a database in PHP. Both seem to provide an abstraction over different database types like MySQL, SQLite, etc.
What are the differences between both ADOdb and ...
4
votes
5answers
15k views
Accessing SQL Database in Excel-VBA
I am copying an VBA code snippet from MSDN that shows me how to grab results from a SQL query into excel sheet (Excel 2007):
Sub GetDataFromADO()
'Declare variables'
Set objMyConn = New ...
4
votes
2answers
738 views
Recordset only returning 1000 records
I'm doing an ADODB recordset.open() command with an LDAP query to get all the users from my Active Directory.
There are about 2600 users, but I'm only getting back 1000 of them.
I've tried altering ...
4
votes
3answers
2k views
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 is an ODBC connection, and the connection has a name (DSN-NAME) which maps a server (DBSERVER) to a ...
3
votes
1answer
99 views
php and adodb Cannot pass parameter 2 by reference
I have a php script that includes this:
$query = "select * from users where user_id = ? and PWD = ?";
$execute = $conn->Execute($query,array($username, $password));
I am getting the error:
...
3
votes
1answer
817 views
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, ...
3
votes
4answers
107 views
Use of included class in another class
I'm trying to use a database class (ADOdb for PHP) but I don't know how to use it in another class.
Example:
<?php
include_once("adodb.inc.php");
$conn = NewADOConnection('mysql');
class Contacts ...
3
votes
2answers
137 views
MySQL to DB2 through ADOdb PHP
I'm trying to port a small PHP application to DB2 from MySQL. The application connects to a MySQL database through ADOdb. I was successful in connection to the DB2 database through ADOdb, but I wasn't ...
3
votes
1answer
346 views
Old VB6 App using ADODB throwing error when calling Oracle Stored Procedure
This has to be provider related in some way because it works fine on my dev box but doesn't work on another dev box.
Here is the error I'm getting on the non-working dev box:
ORA-00604: error ...
3
votes
1answer
397 views
Getting names of Access database tables with Matlab
I'm trying to get a listing of all tables in an Access database using Matlab.
I'm so far using an actxobject and can successfull run queries against the database, but all methods I've read here have ...
3
votes
4answers
2k views
Using “SELECT SCOPE_IDENTITY()” in ADODB Recordset
Using a VBA script in Excel, I'm trying to insert a new row into a table and then get back the identity value of that row. If I run:
INSERT INTO DataSheet(databaseUserID, currentTimestamp)
VALUES (1, ...
2
votes
4answers
80 views
Understanding Classic ASP
I am looking through some old code and found a piece that i cant' seem to understand the point of....As far as i can tell, it's just a simple insert. but why did they do it this way? would it be okay ...
2
votes
2answers
46 views
Adodb php -> Double array keys and values
When i formatting mysql values into an array the array has double keys and values.
How i can prevent this ?
here is my php code to fetch the values
$stmt = $this->dbObj->Prepare($sql);
$rs = ...
2
votes
1answer
117 views
ADODB : Number of modified records with parameterized query
I use ADODB in Delphi 7 and, for UPDATE queries, I get the number of modified records with TADOConnection Execute procedure "recordsAffected" variable.
like this :
MyConnexion.Execute(sReq, ...
2
votes
1answer
41 views
Get Adodb execution time
Is there a way for PHP adodb to report how long each query took to execute? debug=database seems to give me everything but that. I thank you in advance.
2
votes
2answers
88 views
ADODB query updates Excel cell as escaped text
I'm trying update a cell within an Excel 2003 spreadsheet, but the problem that I'm having is that Excel adds a single quote to the front of my value. Is there any way to enter the value as an integer ...
2
votes
1answer
277 views
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, I added a bit of VBA code which automatically diverts the support phone numbers to the ...
2
votes
1answer
110 views
Running a query using ADODB Connection randomly takes a long time to execute
I have come across an issue that seems to be somehow connected to a web server configuration, and resulting in queries randomly taking a long time to execute. The application is created using old ...
2
votes
1answer
121 views
Adodb Connection To Outlook Calendar Appointment
I'm connecting to Outlook using Adodb. (ADO is a requirement)
With ADOConn
.Provider = "Microsoft.JET.OLEDB.4.0"
.ConnectionString = "Exchange 4.0;" _
...
2
votes
1answer
263 views
How do you create an ADODB disconnected recordset in a VB.NET Windows application?
I'm using an OLEDB connection to a Sybase database, with ADODB.dll file version 7.10.6070.0 (which comes from the Sybase 12.5 package). I need to be able to open a connection, use a command object to ...
2
votes
2answers
785 views
Could not load type 'ADODB._Recordset_Deprecated' from assembly 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
Look, im facing aproblem, it started to give me some headache because im looking and looking and still not luck.
I have to execute a method of a DLL from C#, this DLL was created like 4 years ago in ...
2
votes
2answers
462 views
ADODB COM object not found
I am using ADODB COM object in my c# application which is developed on Windows 2008 R2 Standard 64bit. Now I have moved application on prod server with Windows 2008 Standard 64bit(not R2) and now I ...
2
votes
1answer
83 views
PHP array grouping by ID
I have an a bunch of rows in an array with Order Numbers and other order data:
Array ( [ORDER] => 257 [DATE] => 2011-06-13 [ITEM] => LOT98 [QTYORDERED] => 10.00 )
Array ( [ORDER] ...
2
votes
2answers
600 views
VB6 ADODB Record Set Update
So I'm pretty new to Visual Basic and inherited this VB6 code that i need to work on now. Right now, I'm trying to update a SQL database using an ADODB.RecordSet. I have a Select SQL statement that ...
2
votes
1answer
355 views
Connecting to SQL Server using odbc mssql with Adodb5 on Linux / Mac
I cannot connect to a SQL server database from my Mac. Here's my PHP code:
$db = &ADONewConnection('odbc_mssql');
$db->debug = true;
$myDSN="DRIVER={SQL Server Native Client ...
2
votes
2answers
1k views
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 categorySvc = new Presentation.Category();
ADODB.Recordset categories = ...
2
votes
2answers
804 views
Export Recordset to Excel
I am trying to export a Adodb Recordset to excell through a VB 6.0 application. I can do that by For Loop. But the recordset contains 100 columns with 200000 Rows. So it is consuming huge time to ...
2
votes
2answers
192 views
ADODB in C# leaks memory
In my application I'm using ADODB to query a MySQL database. This goes very smooth, however, ADODB seems to leak a lot of memory.
I fixed it partially by calling the close method of every executed ...
2
votes
1answer
476 views
Strange error appending fields to recordset in VS2010 after converting to .NET 4
I have some code from this site CodeProjectLink to convert a datatable to a recordset. This code had been working fine until I changed to .NET 4 (was previously 2), now when I call the following line:
...
2
votes
1answer
149 views
How can I port PHP preg_split to Java for the special case of unserializing a value in ADODB?
I need to port this function for unserializing a value in ADODB to Java.
$variables = array( );
$a = preg_split( "/(\w+)\|/", $serialized_string, -1, PREG_SPLIT_NO_EMPTY | ...
2
votes
5answers
375 views
How do I read a string > 255 chars in php/adodb?
I'm maintaining a web application written in PHP that connects to a MSSQL database.
The original developer used http://adodb.sourceforge.net/ as his database library.
The problem is, when reading ...
2
votes
1answer
382 views
PHP Adodb Active Record SQL Injection
I can't seem to ascertain whether or not the PHP Adodb Active Record, DB ORM secures against SQL Injection.
http://phplens.com/lens/adodb/docs-active-record.htm
Specifically I am using the updating ...
2
votes
2answers
2k views
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 query in a recordset using VBA and then pass it on to the report as its RecordSource.
If I ...
2
votes
3answers
275 views
Need advice to debug: SQL query to oracle using ADOdb taking way too long
I'm accessing a view table with 6 million lines from a oracle database using the ADOdb for PHP library.
running the following SQL query from a web server in a SUSE machine takes about 1 min:
...
2
votes
1answer
198 views
Query (SQL Server 2008 Express) works in SQL Server Management Studio but not in Delphi using ADODB
I have the following query:
WITH cte AS (
SELECT
windowId, frameIndx, elemIndx, comment,
ROW_NUMBER() OVER (PARTITION BY frameIndx ORDER BY elemIndx DESC)
AS
rn
...
2
votes
1answer
1k views
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.
First, look at this two functions (I know in VBScript the comments are declared by ' and not by // but the syntax ...
2
votes
2answers
395 views
Get Error message when passing arguments to a vba function: “Argument not optional (Error 449)”
I am trying to retrieve an ADODB recordset from a function in MS-Access 2007 but get a very annoying error message thrown in my face saying: "Argument not optional (Error 449)".
I really can't figure ...
2
votes
3answers
816 views
“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 in VB6 and came across this line (the code is moving data from a "source" database into a ...
2
votes
1answer
108 views
SQL 2000 (MSDE) Hangs When It Receives an Erroneous Query from a Classic ASP Web Application
I have a SQL interface page in my classic ASP web app that allows admin users to run queries against the app's database (MSDE 2000) - it simply consists of a textarea that the user submits and the app ...
2
votes
5answers
2k views
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 closing and releasing SQL/ADO resources timeously.
Their code has the ...
2
votes
7answers
9k views
VB6 ADODB.Recordset RecordCount property always returns -1
I am trying to get some old VB6 code to work with SQL Server Compact.
I can connect, open the database and all seems well. I can run insert select commands which work.
However the ...
2
votes
3answers
883 views
how do i handle concurrent inserts in mysql table and fetch the correct insert id
I am using adodb for PHP library.
For fetching the id at which the record is inserted I use this function "$db->Insert_ID()"
I want to know if there are multiple and simultaneous inserts into the ...
2
votes
3answers
342 views
Connection string error
Having a problem with IIS on Windows Server 2003 (using a classic ASP web application)
The database server (SQL Server 2005) is on the same machine.
I create a recordset, and set its activeconnection ...
2
votes
1answer
833 views
Adodb Active Record vs Zend db_table
I use Adodb and Active Record for database abstraction. I have started to use Zend Framework, and one of the reasons I like it so much is due to it's "Use at Will" architecture which allows me to ...