P
Parameter query executed via ODBC
I am trying to run a SQL query from a program that uses ODBC to get to my
Access table. I can run my query successfully if it does not have any
parameters. However, I want to set up one or more of my query columns with a
parameter that can be passed via ODBC. How do I do this? My program is
executing a statement similar to this: CALL PROCNAME('ABC','XYZ',123)
Thanks.
Access table. I can run my query successfully if it does not have any
parameters. However, I want to set up one or more of my query columns with a
parameter that can be passed via ODBC. How do I do this? My program is
executing a statement similar to this: CALL PROCNAME('ABC','XYZ',123)
Thanks.