Hello,
I did the following implementation:
FBDA_M_IO = New FirebirdSql.Data.FirebirdClient.FbDataAdapter()
FBDA_M_IO.TableMappings.Add("IO", "IO")
FBCMD_M_IO_SELECT = New FbCommand("SELECT * FROM IO",
FBConnection_MDB)
FBDA_M_IO.SelectCommand = FBCMD_M_IO_SEL
Daniel Hahn wrote:
> Hello,
>
> I am eager to use Firebird within my little application. The current
> database structure contains only 2 tables, so it'll be a very small
> application. For implementation I am using Visual Basic 2005 Express
> which doesn't provide a DDEX possibility.
> In my
Daniel Hahn wrote:
> Create a typed dataset manually, use an anonymous dataset or don't use
> datasets at all?
Because you don't have DDEX, you have to fill datasets manually, but
it's still good way to create typed DS.
> As it is very annoying to have to maintain the datastructure in the
> d
Hello,
I am eager to use Firebird within my little application. The current
database structure contains only 2 tables, so it'll be a very small
application. For implementation I am using Visual Basic 2005 Express
which doesn't provide a DDEX possibility.
In my application I want to show, add, u