106) 2/6/2012 267455 PRB: Problems Encountered When You Use Oracle Aggregate Functions on Non-Null Columns With Client-Side Cursors
(267455) - When you use aggregate functions like DECODE() on Oracle views derieved from tables with non-null columns, NULL values can be returned. Attempting to query the value of the column or trying to perform a MoveFirst causes the following error message:... 107) 2/6/2012 249819 HOWTO: Pass a Timestamp Value To or From SQL Server With ODBC API
(249819) - The SQL Server data type timestamp is a column value that is automatically updated every time a row is inserted or updated. Values in timestamp columns are not date/time data. By default, they are defined as binary(8) (for non nullable columns) or... 108) 2/9/2012 247758 INFO: No Padding of Parameters Done by SQL Driver Prior to Version 3.7x
(247758) - SQLBindParameter() in the SQL Server ODBC driver version 3.7x behave differently from previous releases of the driver. With SQL Server ODBC drivers prior to version 3.7x, parameter values specified with SQLBindParameter() are not padded with spaces... 109) 11/24/2004 252475 BUG: ODBC Admin Displays Only a Certain Number of DSNs
(252475) - The ODBC Administrator will not display more than 4096 characters worth of data source names (DSNs). The data sources may be entered correctly (physically present in the registry) and still work correctly but not all of them display. 110) 2/8/2012 254021 HOWTO: Return an Array of Recordsets from an ADO/RDS Server
(254021) - This article assumes intermediate knowledge of ATL, ADO and RDS technologies. This article demonstrates one way to pass an array of Recordsets from an ActiveX Data Objects (ADO)/Remote Data Service (RDS) server. 111) 2/3/2012 247253 PRB: Error Importing an Oracle Table in Access 2000 When Tablename Contains Lower Case Letters in USER_OBJECTS System Catalog
(247253) - The error message: ORA-00942: table or view does not exist will be seen when trying to access a table which was exported from Access 2000 using MSORCL32.DLL and the destination table is not specified using upper case letters. 112) 2/9/2012 247070 BUG: Opening a Long-Running View from SQL Server Enterprise Manager Gets ODBC Timeout
(247070) - Opening a view that executes a long running query in the SQL Server 7.0 Enterprise Manager (SEM) will get an ODBC Timeout error. 113) 1/20/2012 239725 BUG: SQL Server Error "Specified Column Precision 38 Is Greater Than the Maximum Precision of 28. (2750)" When Running Parameterized Query
(239725) - When you run a parameterized query, with a parameter of type decimal and a precision of 38, against a SQL Server 7.0 database using the 3.70 driver, you may receive the following error message: Server: Msg 2750, Level 16, State 1, Procedure... 114) 2/6/2012 241147 PRB: SQL Server ODBC Driver Returns Output Parameter as a Result Set in a Plain SQL Statement
(241147) - The SQL Server ODBC Driver version 3.70.06.23 and later does not support the return of an output parameter from an SQL SELECT statement. Instead, the driver returns the output parameter as a result set. For example, when executing "Select ?=Max(qty)... 115) 2/6/2012 222831 HOWTO: Retrieving Numeric Data with SQL_NUMERIC_STRUCT
(222831) - This article describes how to retrieve numeric data from the SQL Server ODBC driver into a numeric structure and how to get the correct values using specific precision and scale values. The SQL_NUMERIC_STRUCT is defined in the sqltypes.h header file... 116) 2/9/2012 232060 HOWTO: MDAC Setup Troubleshooting Guide
(232060) - This article presents a step-by-step troubleshooting guide for MDAC setup issues. 117) 2/8/2012 177135 PRB: Do not Call ODBC Within DLL_PROCESS_DETACH Case
(177135) - When using the MFC Database classes or calling ODBC functions within the DLL_PROCESS_DETACH case of the DllMain() function, an access violation can occur especially if the DLL links to the MFC DLL (which does a LoadLibrary call to call ODBC). For... 118) 2/7/2012 150552 HOWTO: How To Avoid the ODBC Login Dialog when Using MFC
(150552) - By default, when you use the MFC ODBC database classes to connect to a datasource, ODBC invokes a login dialog box that allows the user to type in any necessary information, such as a password, to log in. With Visual C++ 4.2, use the... 119) 2/6/2012 137814 DOC: MFC ODBC Classes and Parameterized Pre-Defined Queries
(137814) - The MFC Encyclopedia article "Recordset: Declaring a Class for a Predefined Query" describes how to invoke a predefined query that takes parameters and returns a result set. The instructions in that article will not work for predefined queries that... 120) 2/9/2012 127734 HOWTO: Ensure ODBC.DLL and ODBCCURS.DLL Cursor Levels Match
(127734) - The ODBC Driver Manager and the Cursor Library must have the same cursor level. ODBC.DLL and ODBCCURS.DLL are the corresponding files in 16-bit Windows. ODBC32.DLL and ODBCCR32.DLL are the corresponding files in 32-bit Windows. Attempting to use these...
1
.... 4
5
6
7
[ 8 ]
9
10
11
12
.... .... 74
75
Previous Page
Page 8 of 75
Next Page
|