ADODB
Reading multiple recordsets
I have a Stored proc which returns 6 select statement results. I\'m trying to use one record set to execute sp and get records for each select statement[详细]
2022-12-21 09:20 分类:问答Adodb: Postgresql select from two tables but return one set of results
I am new to SQL, and have two tables 开发者_运维知识库that hold data(I am using Adodb).They both have keys that connect them together, so I wanted to select a name from the first table if that has a p[详细]
2022-12-21 00:58 分类:问答Getting last insert id in Excel ADODB connection to MySQL database
I have the开发者_Python百科 following code to insert items into a MySQL database from an Excel form.[详细]
2022-12-20 00:17 分类:问答How Pass ADODB Connection object from VB Components to C# with asp.net application
I am executing multiple vb6 components that accesses different database engines such as access (mdb), sql server, etc from within asp.net.[详细]
2022-12-19 10:17 分类:问答ADODB to PDO quick switch
In past i use adodb for mysql in php. Now, i want开发者_开发问答 to use PDO. Is there any way that for me to quick switch from adodb query to pdo using one connection to datebase?You may want to check[详细]
2022-12-18 14:44 分类:问答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()\"[详细]
2022-12-18 09:07 分类:问答Get Sql Server instance name using Adodb conncection object
I need SQL server 2005 instance name from Adodb connection object in c#. Please Help for 开发者_如何学Pythonmy query.[详细]
2022-12-15 10:54 分类:问答Can I also create new tables or edit table structures with ADOdb?
Does anyone know if this is possible when I use ADOdb? I need to create new ta开发者_如何学JAVAbles and edit table structures programmatically (i.e. adding new columns or modifying existing columns).[详细]
2022-12-15 01:07 分类:问答the connection cannt be used to perform this operation. It may closed or not valid in this context error in vb6
I am trying to execute the query which stores recordset vales in sql db. when I am trying to execute that i am getting error like[详细]
2022-12-12 22:10 分类:问答