If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > ADO inconvinience

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-21-02, 23:47
sendakil sendakil is offline
Registered User
 
Join Date: Mar 2002
Location: Malaysia
Posts: 18
ADO inconvinience

Hi,

I use MDAC2.6-ADO version to connect Text file (CSV formatted) with
the Microsoft ODBC text driver. Which creates some recordset that contains some missing values.

For example:

In a file, a column contains values as follows

7/2/2001
abc
20

when we geneate recordset the values are as
7/2/2001
null
null

the value "abc" and "20" are missing in the recordset. For the same
thing, if i use MDAC2.5 , the values are not missing.
Can anybody help me in this what would be cause and how to solve?

Thanks in advance!

Senthil!
Reply With Quote
  #2 (permalink)  
Old 05-22-02, 22:30
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
What is the actual format of the file ? In the odbc setup, did you go to
options -> define format and click guess ? Also, ms has a service pack for 2.6.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On