Click here to Skip to main content
15,890,982 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
can someone tell me how to pass parameters from MS Access to C#? Can this be done?

Thanks,
Sharon
Posted
Comments
ZurdoDev 8-Feb-12 14:24pm    
Need a lot more details.
Shahin Khorshidnia 8-Feb-12 14:48pm    
more comment

If by Access, you mean the Access presentation layer, not just the DB, then the answer is probably no. If you mean the actual DB, then the answer is still no, but it's easier to poll the DB for changes.
 
Share this answer
 
I want the MS Access in vba to tell the C# program what database to use by passing the param "Production" for the production database or "Development" for the Development database.

Sharon
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900