smriti Posted June 1, 2005 Posted June 1, 2005 Dear all, I am using MS Access Database. I am building the queries in Access Database and Executing them using stmt "Execute QueryName". Is there Any way to pass the parameters to Access Queries. That is i want to Execute the query by passing a value to it. Is it possible to do so? If so please mention it. Thanks. Quote
stustarz Posted June 1, 2005 Posted June 1, 2005 You would just list the parameters in the order the query is expecting them after the queryname (comma delimited) : Execute QueryName Parameter1, Parameter2 etc... Quote Visit: VBSourceSeek - The VB.NET sourcecode library "A mere friend will agree with you, but a real friend will argue."
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.