From: Mirek S. <m.s...@tr...> - 2003-11-10 10:49:37
|
Hi I've the same problem with VS .NET. I can't connect adapter to dataset in graphical environment. I found out that I can do it programaticaly: fbDataAdapter1.Fill(dataSet1, "tb1"); //where tb1 is table name Dnia 2003-11-10 03:39, U=BFytkownik Alan McDonald napisa=B3: >Just trying to setup #Develop with the appropriate components... >I have installed the firebird components into the toolbox - no problem. >I can drop the connection, command and adapter onto the form and set the >properties ok. >But I can't figure out how to connect the adapter into a dataset so I ca= n >populate a datagrid. I suppose there must be some raw code to do here - = but >I'm sort of hoping I can get a simple app running with properties set in >components a la what I could do in Delphi. > > =20 > In VS.NET I can work with MS database components so easy like in Delphi,=20 connection DataAdapter to DataSet is easier with MS components, becouse=20 there is a wizzard, but Fill methode must be called any way. >Anyone know how this might be done? > >thanks >Alan > > =20 > |