MySQL Forums
Forum List  »  Connector/ODBC

MS Access ODBC call to set session variable in MySQL
Posted by: David Willemain
Date: March 21, 2014 05:38PM

I'm having trouble with my MS Access application that is using ODBC to call a procedure in MySQL (backend database). I want to pass an input parameter to the procedure. That input parameter needs to be assigned to a session variable. I keep getting an error saying expected select, insert, update, or delete command. Here is the MySQL procedure:
BEGIN
-- --------------------------------------------------------------------------------
-- Procedure: sp_CreateUser
-- Description: Create a user on the database
-- --------------------------------------------------------------------------------

SELECT p_User_Id INTO @User_Id;

Any help would be greatly appreciated.

Options: ReplyQuote


Subject
Written By
Posted
MS Access ODBC call to set session variable in MySQL
March 21, 2014 05:38PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.