Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Starting my migration from vfp to C# .net
Message
De
23/10/2007 14:48:58
 
 
À
22/10/2007 15:28:15
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Versions des environnements
OS:
Vista
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01262627
Message ID:
01262890
Vues:
12
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform