PRB: ODBC to Lotus Notes Does Not Bring in Numeric DataLast reviewed: April 30, 1996Article ID: Q123006 |
The information in this article applies to:
SYMPTOMSUnder certain conditions, you may not be able to use ODBC to retrieve numeric data. Null values are returned when you try to bring numeric data into a FoxPro cursor or table by using the Lotus Notes ODBC driver to connect to a Lotus Notes database from FoxPro for Windows. Text and date data, however, are brought in successfully. NOTE: Lotus Notes is manufactured by a vendor independent of Microsoft; we make no warranty, implied or otherwise, regarding this product's performance or reliability.
STATUSMicrosoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONA Lotus Notes numeric data type will be mapped to an ODBC SQL SQL_FLOAT data type. This is the same data type the SQL Server FLOAT data types are mapped to and FoxPro is able to successfully bring down FLOAT data from an SQL Server. This would indicate that FoxPro might be able to bring in numeric data successfully from Lotus Notes.
Mapping SQL Tables, Views, and Indexes to and from NotesWhen connecting to a Lotus Notes database, it's helpful to know the following information:
Steps to Reproduce Problem
handle = DBCONNECT("<Data Source Name>","","") && handle = SQLCONNECT("<Data Source Name>","","") in Visual FoxPro ?DBEXEC(handle,"<Form Name>") && SQLEXEC((handle,"<Form Name>") in Visual FoxPro<Data Source Name> is specified in the Lotus ODBC Setup and <Form Name> is a Form that was created inside Lotus Notes. The records will be blank for the numeric field in the cursor that was returned.
REFERENCESLotus ODBC Driver help file (NOTESSQL.HLP).
|
Additional reference words: VFoxWin 3.00 FoxWin 2.50 2.50a 2.50b 2.60
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |