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 > Database Server Software > Other > Paradox data read problem in c# using OleDb

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-20-06, 18:26
sammy7 sammy7 is offline
Registered User
 
Join Date: Apr 2006
Posts: 1
Question Paradox data read problem in c# using OleDb

I am trying to read the data from a paradox database using OleDb connection string into a c# program:

ConnectionString= String.Format("Provider=Microsoft.Jet.OLEDB.4.0;Da ta Source={0};Extended Properties=Paradox 4.x;Persist Security Info=True", DataBaseName);

* where DataBseName is the directory for paradox database

I am running into two problems:

(1) If data is stored as null for a boolean field, the result I am getting as true.
(2) If data is stored as binay type, the field is not even returned while making a query.

Any help is appreciated.

Thank you in advance.
Sammy
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