Tagged Questions

0
votes
2answers
21 views

ADODB.Connection undefined

Reference http://stackoverflow.com/questions/1690622/excel-vba-to-sql-server-without-ssis After I got the above working, I copied all the global variables/constants from the routi …
0
votes
0answers
9 views

ASP page connection Provider not found

ADODB.Connection error '800a0e7a' Provider cannot be found when trying to access aspm page this error is ocurred.
0
votes
2answers
107 views

VBA/ADODB Run-Time Error: 3704

The following VBA subroutine will run most queries just fine. (ie: SELECT * FROM DUAL) Sub DisplayQuery(QueryString As String) Dim rs As New ADODB.Recordset Dim connStr As Str …
0
votes
1answer
62 views

php load 10000 records

I need to write a php script to load 1 million record and make insert statements of them. i make each select to return only 100,000 record ,but the script just do nothing ini_se …
0
votes
2answers
24 views

ms sql2000 arabic problem

I hava a table in ms sql2000 with a column defined as nvarchar when query this table in java i get data for this column like this : يا هلا بالشباب الحلوين ÙŠØ …
1
vote
3answers
789 views

Classic ASP - SQL Server 2008 Connection String using Windows Authentication

This should be painfully simple, but I cannot come up with a working connection string for a local copy of SQL Server 2008 using Windows Authentication. I've tried using the Data L …
0
votes
2answers
96 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?
0
votes
1answer
28 views

Is there any possibility for Interop across a COM/.NET boundary between ADODB.Stream and System.IO.Stream?

I have a COM-Callable Wrapper on a .NET assembly. Some of the methods use streams (System.IO.Stream): either they accept a System.IO.Stream as input, or they return a System.IO.St …
0
votes
2answers
167 views

How to force adodb php library to use lowercase field names

I'm trying to use adodb for db access in my webapp. However my hosting provider has mysql case sensitive, and I have all my fields in lowercase. But when I call getInsertSQL functi …
1
vote
3answers
51 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 …
0
votes
3answers
66 views

Classic ASP Parameters passing nulls (or empty parms) and ordering

I'm using classic ASP and trying to create parameters for a stored procedure call for a procedure that has optional (=NULL) parameters. One of the parameters, @maxrows, is required …
1
vote
2answers
64 views

AspAllowOutOfProcComponents error: many solutions, one programmer and no fix

Hello, I have been trying to work on integrating a NewsLetter for a companies local intranet and I keep running into the same error that everyone seems to be getting. I am running …
1
vote
2answers
33 views

What’s the most efficient driver to use with ADODB to access a MySQL5 Database ?

I've been using ADODB for PHP on several projects for quite some time, and I like it for the ease of use and the efficiency. I've never been too curious about the way that lib acc …
1
vote
2answers
74 views

[VB 6.0] ADODB Connection Problem

Hi, I am trying to perform a database operation from a VB 6.0 application (connecting to SQL 2000). The application is running fine in my local and test machines, but it gives the …
0
votes
1answer
19 views

SSL Connections with ADODB

I have a project we are about to wrap up, but just got a request from the DBA to make all our connections SSL. So I switched the driver to mysqli in the object that turns out ADOD …

1 2 3 4 next
15 30 50 per page