
May 16th, 2005, 09:56 PM
|
|
Registered User
|
|
Join Date: May 2005
Location: Malaysia
Posts: 6
Time spent in forums: 1 h 35 m 11 sec
Reputation Power: 0
|
|
|
FbDataAdapter Toolbox
recently i write a simple program to show how to use databinding in Firebird .NET provider. first i add some toolbox controls which come with the .NET provider. then, i drag n drop FbConnection control onto my form and specify the connection settings. then, i drag the FbDataAdapter control onto my form. however, i can do any settings just like i use SqlDataAdapter where table mapping on the Properties bar could be set. plus, the generate Data Set from Data menu is greyed out because of this. can anyone tell me how to use those controls to establish FbDataAdapter and fill a Data Set to which i can bind it to a text box? pls, it's tough if i have to write the whole code.
thanks in advance.
|