|
Home
Firebird and ADO.NET 2.0
Firebird and ASP.NET 2.0
Firebird and Visual Studio .NET 2005
Firebird Data Access Designer (DDEX) installation
Toolbox data components installation
FbConnection component
FbCommand component
FbDataAdapter component
SqlDataSource component
|
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.
|