1006) 9/27/2007 Q176086 HOWTO: Retrieve Recordsets from Oracle Stored Procedures Using ADO (Q176086)
This article shows how to create a Visual Basic 5.0 and ActiveX Data Objects (ADO) project or a Visual Basic 6.0 and ADO project that returns a typical Recordset from an Oracle stored procedure. This article builds on the concepts covered i 1007) 9/23/2007 Q177947 PRB: "Syntax Error in FROM Clause" Using Text ODBC Driver (Q177947)
When you use the AppWizard to create a CRecordset class using the ODBC Text Driver, your project will compile. However, when you try to open the recordset, you will get the following error message: 1008) 6/18/2007 Q178132 INFO: ODBC Client Error After Connecting Using MDAC SQL Server Driver (Q178132)
When connecting through SQL Server Driver that comes with Microsoft Data Access Components (MDAC), the ODBC Client may receive the following (or a similar) error message after connecting successfully: 1009) 9/29/2007 Q190371 HOWTO: Use Bound Controls with an ADO Recordset (Q190371)
If you want to use a bound ListBox, ComboBox, or Grid control with an ActiveX Data Objects (ADO) recordset, then use the DataList, DataCombo, or DataGrid control instead of the DBList, DBCombo, or DBGrid control. If you try to use DBList, D 1010) 9/29/2007 Q190473 CreateRS.exe Uses the CreateRecordset Function in VC++ (Q190473)
The CreateRS.exe sample contains a TestRecordset.cpp file, which shows how to use the CreateRecordset() method of the Remote Data Services Datafactory or Data Control to create a new recordset that is not based on an existing table. This ca 1011) 8/14/2006 Q192009 HOWTO: Invoke Silent MDAC or DA SDK 2.0 Redistribution (Q192009)
The redistribution for Microsoft Data Access Components (MDAC) version 2.x is essentially a setup program encapsulated within another setup program. The outer setup provides a single .exe which, when run, extracts the contents needed for t 1012) 9/29/2007 Q193332 FILE: MDACCON.EXE Using Connection Strings with ODBC/OLEDB/ADO/RDS (Q193332)
Mdaccon.exe is a sample that that demonstrates the use of ODBC Driver and OLE DB Provider connection strings. Four separate projects, one each in C++, Visual Basic for Applications, and Java, as well as a C++ OLE DB Consumer Application, de 1013) 9/29/2007 Q195049 HOWTO: Maintain Binary Compatibility in Components Exposing ADO (Q195049)
Recompiling a Visual Basic Project that uses Binary Compatibility can generate a warning to the following effect: 1014) 9/29/2007 Q196384 HOWTO: Perform Bulk Inserts Using SQLSetPos (Q196384)
This article contains sample code that demonstrates how to perform bulk inserts using the SQLSetPos ODBC API call. The sample code illustrates a specific instance where bulk inserts are performed on the "Jobs" table in the SQL Server "Pubs" 1015) 9/27/2006 Q198532 FIX: ADO: Unable To Update Memo Field > 64K In Access Database (Q198532)
An attempt to update a large (64K or greater) memo field in a client-side recordset using the Jet 3.51 OLE DB provider results in one of the following errors: 1016) 9/23/2007 Q196956 DOC: Visual Basic Does Not Allow You to Build OLE DB Providers (Q196956)
The Visual Basic 6.0 documentation incorrectly states that Visual Basic 6.0 can build an OLE DB provider. 1017) 10/1/2007 Q200591 PRB: 8570 Report Sections Do Not Match DataSource (Q200591)
When you use a Report Control that is bound to a Visual Basic Data Environment command object and perform a GroupBy, you receive the following error: 1018) 8/21/2006 Q202376 PRB: Idle Jet Application Can Prevent Standby Mode (Q202376)
Applications that use the Microsoft Jet Database Engine can prevent a computer that supports the Advanced Power Management (APM) or the Advanced Configuration and Power Interface (ACPI) technologies from going into Standby mode. 1019) 1/13/2007 Q202433 PRB: Access ODBC Driver Does Not Support Multiple Result Sets (Q202433)
The Microsoft Access ODBC Driver does not support multiple result sets of native Access tables. Calling SQLGetInfo( hdbc, SQL_MULT_RESULT_SET, ... ) returns an 'N' signifying the driver does not support multiple result sets. This means an 1020) 8/13/2006 Q216973 PRB: "Errors Occurred" upon Accessing Index Server 2.0 via RDS (Q216973)
Running a Visual Basic application using the Microsoft RDS Data Factory to access Index Server 2.0 can generate the following errors:
1
2
.... .... 64
65
66
67
[ 68 ]
69
70
71
72
.... 75
Previous Page
Page 68 of 75
Next Page
|