visual studio 2013 - VBOLEDB data connection not recognizing all the .DBF files -


I am using Visual Studio 2013 and I am trying to import some database files into the dataset. I am using the OLE DB FoxPro data source provider and it works, it will not load all the DBF files using the data connection, so that I can choose which to add to the table in my dataset Files are as it seems like they can not even see them. I can not use the ODBC connection because it crashes Visual Studio every single time for any reason However, when I add it as an ODBC connection, it recognizes all the files as it is supposed to be. I can not use them or it will be an accident I am working on it for days, so please help! It will not allow me to add these files using Microsoft Jet 4.0 I

Your connection string Without looking, I can only suggest posting it. However, I also guess that your connection string is pointing to a specific DBF file that connects to a table.

Your connection should point to loggid drive / path and not explicitly file a .dbf name.

The second possibility is that if the files are part of a database container (through the DBC file extension), then you should be able to query and table in the database container.

What can be unsuccessful if the table is part of the database container, and its old / free-form table format has column names that are longer than 10 characters, thereby preventing the query from that reason It is possible.

Let's see the information of your connection best without any possible ID / password information.


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -