Firebird Tutorial for .NET 2.0

FbDataAdapter component

 

1. Drag FbDataAdapter component from the Toolbox to the Form. The Data Adapter Configuration Wizard will appear.

2. Choose your existing FbConnection or create a new one directly from the wizard.

3. If you are creating a new connection configure it using the Connection String Editor.

4. Choose a command type. You can choose a plain SQL or an existing stored procedure.

5. Type the SELECT SQL command.

6. FbCommand for SELECT SQL will be generated for you.