Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I create table in FoxPro and connect to it using the Server Explorer in VS2010. All the rules. But if i change the field type from Integer to Integer (Autoincrement), then this table is not displayed in VS. What could be wrong?
Posted
Comments
Menon Santosh 30-Oct-11 2:39am    
plz post your connection string for solution

1 solution

Try this connection string
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\folder;Extended Properties=dBASE IV;User ID=Admin;Password=;
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900