Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Starting my migration from vfp to C# .net
Message
From
23/10/2007 14:48:58
 
 
To
22/10/2007 15:28:15
General information
Forum:
ASP.NET
Category:
Forms
Environment versions
OS:
Vista
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01262627
Message ID:
01262890
Views:
11
>Hi all, i need to do some screens in C# .net to check migration time and some of the advantages. First screen i need to do is "bank maintenance", i need to create a datagrid and when double click on each name enter to change. I create the datagrid (accessing dbf free tables) but i can't populate it. I have created the odbc connection and i can see the data trough visual studio data connections. Somebody has a document to learn about?. Help in visual studio is not so easy to check.
>T.I.A.

You have the connection and the DataGridView. (I assume DataGridView?)

So next you need DataSet and BindingSource objects.

You will also need a DataAdapter or a TableAdapter to fill the DataSet.DataTable with.

If you are just playing to learn and get a feel of things you can use a TableAdapter, if you are starting to work on your libraries and make permanent code see Bonnies post:

http://www.levelextreme.com/wconnect/wc.dll?2,15,1262437

Don't have a good example link for you but you can Google the above or just play with creating them in the designer.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform