16) 2/7/2012 275927 PRB: Run-Time Error Message 3705 Occurs When Trying to Set the ActiveConnection Property of an ADO Recordset to Nothing
(275927) - When you attempt to disconnect an ADO Recordset by setting its ActiveConnection Object property to Nothing , the following error message might appear: Run-time error '3705': Operation is not allowed when the object is open. Only client-side ADO... 17) 2/8/2012 260249 DSN network library shown as "Other" in ODBC Administrator
(260249) - When creating a new SQL Server Data Source Name (DSN) using the ODBC API SQLConfigDataSource function, a network library must be specified. If the network library name is in lowercase letters, the Client Configuration dialog box may show it as... 18) 2/5/2012 271553 PRB: Marshalling ADO Recordsets During an AddNew Method
(271553) - When an ActiveX Data Objects (ADO) recordset is marshalled out-of-process while an AddNew method is pending on the recordset, the result is that strings are set to zero length strings and numeric fields are set to zero. This behavior is by design.... 19) 2/4/2012 887576 FIX: You may receive an access violation in your application when you bind too many parameters to an ODBC statement handle and then you clean up the statement handle
(887576) - Fixes a problem where an access violation occurs when you bind too many parameters to an ODBC statement handle. The access violation condition occurs when the SQL_DESC_COUNT header field is set to a value that is larger than 64 KB. 20) 2/7/2012 875519 FIX: The contents of the ntext parameter may be corrupted when you perform an update or an insert statement from an ODBC client application
(875519) - Describes a problem that occurs when you perform an update or an insert statement from an ODBC client application, and the contents of the ntext parameter may be corrupted when the code page is different on the client. 21) 2/7/2012 815701 FIX: Memory leak may occur in Microsoft OLE DB Provider for Oracle when you use the REF CURSOR data type and the LONG data type
(815701) - Explains that a fix is available for a memory leak problem. This problem may occur when you use MSDAORA as a provider for retrieving data for the LONG data type by using the REF CURSOR data type in Oracle. 22) 2/4/2012 418820 Some files in the Dllcache folder may not be updated when you run the Setup program for Microsoft Data Access Components
(418820) - Explains that, during the MDAC setup process, some files in the Dllcache folder may not be updated. To resolve this problem, upgrade your MDAC components to the latest version. 23) 2/8/2012 295194 ADO help does not work if you reference ADO 2.6 object library in Access 2002
(295194) - Explains that you will see a blank help window if you try to bring up context sensitive Help for ADO 2.6 by pressing F1 since the ADO 2.6 help file is not included with the core MDAC 2.6 installation file. 24) 2/4/2012 883503 FIX: You receive an "Invalid character value" error message when you use the bcp utility to import dates
(883503) - Explains that you may receive an error message when you try to import dates by using the bcp utility, and the day or the month contains one digit and the other contains two digits. Provides a list of files that are updated in the hotfix. 25) 2/5/2012 278872 How To Specify Parameters for an XML Template Query from Visual Basic
(278872) - The functionality to specify parameters for a T-SQL or XPath query is provided by enhancements in ActiveX Data Objects (ADO) 2.6. This article presents a sample of how to specify parameters to a templated query against SQL Server 2000 from an MDAC 2.6... 26) 2/8/2012 234218 How To Reuse ADO Connections Within MTS Transactions
(234218) - When you use a single ADODB Connection object multiple times within an MTS transaction, other ADO objects must be cleaned up after use. Also, client cursors should be used when possible. If ADO objects are not cleaned up properly, ADO may raise an... 27) 2/8/2012 229884 How To Use OLE DB DBTYPE_VARNUMERIC
(229884) - When you use OLE DB with databases that support very large numeric types (for example, Oracle's NUMBER data type which supports up to 38 digits), OLE DB returns DBTYPE_VARNUMERIC as the column's data type. These large numbers can be stored and... 28) 2/7/2012 150716 HOWTO: DAO: Attach to and Create QueryDefs on ODBC Tables
(150716) - This article describes how to attach and create Querydefs on external ODBC tables. The method for opening external ODBC tables is to attach the tables to an .mdb file. Jet does not support named QueryDefs on a non-attached ODBC database. A non-... 29) 2/7/2012 831832 Oracle ODBC driver returns SQL_DECIMAL for all convert function calls
(831832) - Describes a fix for queries that are run on Oracle databases bz using the convert function and are not using the default Oracle convert type. 30) 2/2/2012 272165 How To Use a Singleton SELECT from ASP
(272165) - This article demonstrates the use of a singleton SELECT to retrieve a single record from the SQL Server IRow interface from ASP.
1
[ 2 ]
3
4
5
6
7
8
.... .... 74
75
Previous Page
Page 2 of 75
Next Page
|