MySQL Forums
Forum List  »  Microsoft Access

Re: How to use MS Access pass through query with MySQL
Posted by: Marc Ozin
Date: August 28, 2009 12:02PM

Hi James,
I've just reread your code. On first glance I thought it was picking up parameters to use but now I'm more awake I can see it's not.
It looks like you're updating records in tblmembers with data from tblmemberTemp.

You're right. A straight SQL pass though should be able to handle that a shed load quicker than having to step though each one in access.

The first post I wrote should show you how to create a pass through where you can execute the SQL you need.

All the best.

PS I did find a way to pass parameters (not very neatly tho). You can see that too in the thread I started if you're interested.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to use MS Access pass through query with MySQL
5102
August 28, 2009 12:02PM


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.