ADO
PHP - access 2 different databases from one class
Please help me set the required database! Thank you! <?php require_once(\"adodb5/adodb.inc.php\"); $web = NewAdoConnection(\"mysqlt\");[详细]
2023-03-29 03:58 分类:问答Parameterised Query to Oracle in ADO Crashes Excel
I have set up a parameterised query, using ADO 2.7 inside Excel 2007. The database connection is made via ODBC and every attempt at executing the query results in Excel crashing...and when I say \'cra[详细]
2023-03-28 23:17 分类:问答Moving asp site to new windows server, ADOBD connection error
Hi I have been tasked with moving an asp application to a new se开发者_如何学JAVArver, however I receive the following error:[详细]
2023-03-28 22:14 分类:问答Getting "Multiple-step operation generated errors" In ASP Classic Using Merged Data Set Function
I am using a function I read about here to merge a series of recordsets that are generated by a stored procedure that is called in a loop. I have used this function before in other stored procedure ca[详细]
2023-03-28 00:16 分类:问答VB6 ADO INSERT of TEXT field into .MDB
My example VB6 program: Dim conn As New connection conn.Open \"Driver={Microsoft Access Driver (*.mdb)};Dbq=\" & App.Path & \"\\adatabase.mdb;\"[详细]
2023-03-27 18:51 分类:问答mssql_execute failing with, "stored procedure execution failed"
I am currently connecting sucessfully to an SQL database sat on a Windows 2008 using the following query;[详细]
2023-03-26 08:36 分类:问答ASP page not displaying Stored Procedure OUTPUT
I have 开发者_如何学Goan ASP page calling a stored procedure with returned values AND OUTPUT parameters.[详细]
2023-03-26 03:09 分类:问答SQL Server Compact Edition 3.5 gives "Multiple-step operation generated errors" error for simple query
I\'m using a SQL Server CE database via Microsoft\'s OLEDB 3.5 SQL CE Driver.Here\'s my connection string:[详细]
2023-03-26 00:45 分类:问答TADOQuery SQL.add() submitting/preparing the sql
Overview: I have written an application that allows a user to define a query, submit it to a server and view the results. The software can run on DB2 or MySQL.[详细]
2023-03-25 11:25 分类:问答In asp classic is it possible to pass a parameter to plain sql?
I\'ve seen the other questions... Is this possible SQLStmt.CommandText = "select * from table where id=@id"[详细]
2023-03-24 22:28 分类:问答