recordset
PHP non eof-recordset returning empty values
i\'m having a strange problem with php + recordsets. my code: $rc = mysql_query(\"select * from myTable\",$db);[详细]
2023-02-19 15:31 分类:问答PHP newbie question: return variable with function?
i\'ve been coding asp and was wondering if this is possible in php: $data = getData($isEOF); function getDa开发者_如何学JAVAta($isEOF=false)[详细]
2023-02-19 15:21 分类:问答Can a recordset be opened in PHP using one call?
Why is it necessary using 2 function开发者_运维问答s in PHP for opening a recordset? like: $rc = mysql_query($sq, $db);[详细]
2023-02-18 18:50 分类:问答Have to update datatable and recordset in vb6
I am currently using a datable on a form with an adodb connection which runs fine. However it does not detect changes to update. I want to put 2 recordsets to comparethe two as I need the column name[详细]
2023-02-18 05:16 分类:问答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 comp[详细]
2023-02-18 02:59 分类:问答Fetching multiple recordset using Oracledatareader - c# [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-02-18 00:08 分类:问答Ado Recordset MoveNext() in .NET very slow?
How comes that when I receive a ADO Recordset (with about 70.000 records) from an VB application in my .NET application, the 1st example takes only 6 sec, whereas the 2nd example takes over 150 sec?[详细]
2023-02-17 08:59 分类:问答Making reference to a VBA recordset via SQL
I\'d like to make a reference to a recordset via SQL FROM statement. Example. I have a Recordset called RS. What I want开发者_运维百科 to do is the following, in VBA.[详细]
2023-02-17 05:14 分类:问答recordset using
Please think a site that has min. 30.000 visitors daily. The site was coded with asp using sql 2008 There are so many lines and so many database connections[详细]
2023-02-12 09:56 分类:问答Returning more than 1000 rows in classic asp adodb.recordset
My code in asp classic, doing a mssql database query: rs.pagesize = 1000\' this should enable paging rs.maxrecords = 0\' 0 = unlimited maxrecords[详细]
2023-02-11 02:28 分类:问答