Hello,
I have a FoxPro database that I am trying to update from a separate C# application. I'm using an OleDB connection to access the database, but if I have the database visible in FoxPro (i.e. simply looking at the list of tables in the project window), I get an exception saying the file can't be accessed.
I've tried setting Exclusive off by default, but it appears that the file is still in use by FoxPro.
Is there some setting that I can use on the database to make the file accessible to outside applications?
Thanks in advance for any help you can give.
Mike
I have a FoxPro database that I am trying to update from a separate C# application. I'm using an OleDB connection to access the database, but if I have the database visible in FoxPro (i.e. simply looking at the list of tables in the project window), I get an exception saying the file can't be accessed.
I've tried setting Exclusive off by default, but it appears that the file is still in use by FoxPro.
Is there some setting that I can use on the database to make the file accessible to outside applications?
Thanks in advance for any help you can give.
Mike