J
Jim Heavey
Hello, I have worked with Stored procedures in SQL and now I am trying to
figure out how to do the same or similar in MS Access. I created a simple
query which is asking for the user to enter the first character of the last
name.
When I run this in Access, I get the prompt which ask me to enter the first
character of the last name. I works just fine.
Now when I attempt to run this query from a C# client, I am not quite sure
how to call this procedure. Do I create a Parameter for the command? What
would the parameter be called? Do I indicate that The command type is a
"Stored procedure"?. Not sure how to proceed.
Any advice you can provide would be greatly appreciated!!!!!!
figure out how to do the same or similar in MS Access. I created a simple
query which is asking for the user to enter the first character of the last
name.
When I run this in Access, I get the prompt which ask me to enter the first
character of the last name. I works just fine.
Now when I attempt to run this query from a C# client, I am not quite sure
how to call this procedure. Do I create a Parameter for the command? What
would the parameter be called? Do I indicate that The command type is a
"Stored procedure"?. Not sure how to proceed.
Any advice you can provide would be greatly appreciated!!!!!!