Accessing dbase database files(dbf format)
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi folks, I am new to clipper and dbf format database.I need to access the dbf files through my windows services. Now i have using OLedb connection object to read the dbf file. here i have face the difficulty to access the memo field and lengthy columns( above 244 char length). In this case the oledb read only 244 char so i the data loss was happend. So i need to access the dbf file directly through binary level. Anybody having the knowladge in this problem please share with me. advance wishes. regards, ranandbe