Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: Calling Stored Procedures and other SQL statements from MS Access 2003 (Pass Through)

Started 3 months, 3 weeks ago by Marc Ozin
Hi All, I had a bit of a dig round on the forums but couldn't find anything to help me work out how to call stored procedures from MS Access. After a bit of reading I managed to work it out and thought I'd share. * ENVIRONMENT * SERVER MySQL v5.1 Database: TestDB CLIENT Windows XP Access 2003 MySQL ODBC Driver 5.1 (http://dev.mysql.com/downloads/connector/odbc/5.1 .html)...
Site: MySQL AB - MySQL Forums  MySQL AB - MySQL Forums - site profile
Forum: Microsoft Access  Microsoft Access - forum profile
Total authors: 1 author
Total thread posts: 2 posts
Thread activity: no new posts during last week
Domain info for: mysql.com

Other posts in this thread:

Marc Ozin replied 3 months, 3 weeks ago
OK, now I've got that working here's a quick and nasty way to pass parameters using vba to our Pass Through Query In the pass though query above the following sql statement is run: CALL spTest(123,456); I now want to be able to call this query using parameters instead of the fixed values 123 and 456. The only way i can figure out how to do this so far is for access to edit the...

 

Top contributing authors

Name
Posts
Marc Ozin
2
user's latest post:
Going further, passing...
Published (2009-08-28 11:41:00)
OK, now I've got that working here's a quick and nasty way to pass parameters using vba to our Pass Through Query In the pass though query above the following sql statement is run: CALL spTest(123,456); I now want to be able to call this query using parameters instead of the fixed values 123 and 456. The only way i can figure out how to do this so far is for access to edit the sql for me. I start with editing the SQL in the query,...

Related threads on "MySQL AB - MySQL Forums":

Related threads on other sites:

Thread profile page for "Calling Stored Procedures and other SQL statements from MS Access 2003 (Pass Through)" on http://www.mysql.com. This report page is a snippet summary view from a single thread "Calling Stored Procedures and other SQL statements from MS Access 2003 (Pass Through)", located on the Message Board at http://www.mysql.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity