Re: [Firebird-net-provider] Parameterized Query

2007-04-19 Thread Peter Dennis
Thank you André Works perfectly! I don't really understand your explanation. I suppose I really don't understand why it is possible to retrieve data from the database when the query has no parameters without the addition of your below suggestion. And why I need the extra line when the query

[Firebird-net-provider] Parameterized Query

2007-04-18 Thread Peter Dennis
Hi, I am trying to use a parameter in one of my queries but consistently get the following error: FbException was unhandled Must declare command parameters. With this statement highlighted: daDuePacks.Fill(m_dsDocoInfo, "DuePacks") When I load the following form: Private Sub frmSignUpPack_Load(