dinger2121
Programmer
Hello,
I am having a horrible time trying to connect to foxpro from .net. I have tried multiple iterations of connection strings and have ended up with various error codes.
Here is the latest -
Driver={Microsoft Visual FoxPro Driver};SourceType=DBF;SourceDB=c:\;Exclusive=No; Collate=Machine;NULL=NO;DELETED=NO;BACKGROUNDFETCH=NO;
This is returning Driver does not support this function
my query is simple - select * from table
I had initially thought that it may have been a permissions issue - I was trying to access a remote table. So I then copied it to my c:\ drive hoping that would work, but that is where I am getting the errors.
I am somewhat new to FoxPro, so I just copied the .dbf and .cdx files to my local drive to use as freestanding tables - is that correct usage, or could that be causing a problem?
Thanks for any thoughts
I am having a horrible time trying to connect to foxpro from .net. I have tried multiple iterations of connection strings and have ended up with various error codes.
Here is the latest -
Driver={Microsoft Visual FoxPro Driver};SourceType=DBF;SourceDB=c:\;Exclusive=No; Collate=Machine;NULL=NO;DELETED=NO;BACKGROUNDFETCH=NO;
This is returning Driver does not support this function
my query is simple - select * from table
I had initially thought that it may have been a permissions issue - I was trying to access a remote table. So I then copied it to my c:\ drive hoping that would work, but that is where I am getting the errors.
I am somewhat new to FoxPro, so I just copied the .dbf and .cdx files to my local drive to use as freestanding tables - is that correct usage, or could that be causing a problem?
Thanks for any thoughts