G
Guest
Hi I am new to this game.
I am trying to compile an applicaiton with an sql database.
I have a form and have linked to a certain table and the correct fields
display the correct values.
I have then added a combo box onto the form, would like to click a certain
persons name, and then it would display there information on the form. I
have followed some of microsoft walkthrough's - but after puttng in a try
catch - the error is saying:
Prepared statement '"@user_nameparam nvarchar(255)) SELECT employeeID,
User_Name, log' expects parameter @user_nameparam, which was not supplied
Any help greatly appreciated
I am trying to compile an applicaiton with an sql database.
I have a form and have linked to a certain table and the correct fields
display the correct values.
I have then added a combo box onto the form, would like to click a certain
persons name, and then it would display there information on the form. I
have followed some of microsoft walkthrough's - but after puttng in a try
catch - the error is saying:
Prepared statement '"@user_nameparam nvarchar(255)) SELECT employeeID,
User_Name, log' expects parameter @user_nameparam, which was not supplied
Any help greatly appreciated