Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access fox free tables without DSN
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00877950
Message ID:
00877980
Views:
23
Thanks a lot for help.
How can I show my test data in datagrid or something to make sure I am reading data?

>I pass an example that handle a table of Fox to a Dataset, then you could bind it to a datagrid.
>
>
>using System.Data.OleDb;
>
>...
>...
>
>DataSet ds = new DataSet();
>OleDbDataAdapter dt = new OleDbDataAdapter("select * from tmenu",
> @"Provider=VFPOLEDB.1;Data Source=D:\Tablas;Password='';
> Collating Sequence=MACHINE");
>dt.Fill(ds);
>
>In this case "D:\Tablas" contains free Tables.
>
>
>
>Hope this help
>
>Ricky
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform