Dataenviroment
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have an application that it connect to a dataenviroment Form by coding,now i want to connect a datagrid to my dataenviroment,but can not. my code is: dim myde as new Dataenviroment myde.connection1.connectionstring="..." myde.commands(1).activeconnection=myde.connection1 myde.commands(1).commandtext="My table name" set datagrid1.datasource=myde datagrid1.datamember=command1