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
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(