ADODB
Access to Access Transfer
I have asked a couple of questions on here in a rush, and I am getting nowhere fast, I keep changing things and just ending up with a different problem, and no closer to having a clue what is causing[详细]
2023-02-18 01:36 分类:问答Old VB6 App using ADODB throwing error when calling Oracle Stored Procedure
This has to be provider related in some way开发者_如何学JAVA because it works fine on my dev box but doesn\'t work on another dev box.[详细]
2023-02-18 01:17 分类:问答Order access ADODB recordset randomly
I try to order a resultset with a query in Access randomly. I use the following code: DIM TentamenQuestionID, Tentame开发者_运维问答nQuestionResult, TentamenQuestionQuery, arrTentamenQuestion, arrTe[详细]
2023-02-17 23:37 分类:问答Scalar Value Function returns VARCHAR(MAX) in C++ ADO (not .NET)
I created a scalar-valued function in MSSQL that returns VARCHAR(MAX). I am using a CommandPtr (preCom) filled with the parameters for the function, and I am calling the function with the following c[详细]
2023-02-17 09:33 分类:问答Detecting no results in adodb select query
I\'m using ADODB connection in C. The code works more or less fine but I\'m getting errors when there is no result for my query and I try to read it. Relevant code:[详细]
2023-02-16 22:29 分类:问答ADODB failure when trying to access Fields
I am using CDO and ADODB to generate SMIL for sending MMS messages. Everything was working fine but (I think) after some Windows Server 2008 R2 updates, things just stopped working with this error:[详细]
2023-02-14 23:31 分类:问答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:[详细]
2023-02-12 22:53 分类:问答Error when tring to connect adodb to Oracle
I have installed WAMP ser开发者_JAVA百科ver. When trying to connect to Oracle it gives this error:[详细]
2023-02-04 03:06 分类:问答Help! Getting an error copying the data from one column to the same column in a similar recordset
I have a routine which reads one recordset, and adds/updates rows in a similar recordset.The routine starts off by copying the columns to a new recordset:[详细]
2023-02-03 11:37 分类:问答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+开发者_JAVA技巧)\\|/\", $serialized_string, -1, PREG_SPLIT_NO_EMPTY |PREG_SPLI[详细]
2023-02-01 07:05 分类:问答