connect clipper dbf
Hi,
I have connected to a clipper table and access records from that file. One of the columns has 500 character length. I can't get any data for that column.
I am using the following connection string:
string ConnectionString = @"Driver={Microsoft dBASE Driver (*.dbf)};DriverID=276;Dbq=E:\TestServer";
Thanks in Advance,
Prakash.
|