I would like to know if it’s possible to create a StoredProcedure to Insert data in an Acces database. I’ve tried a couple of thing but nothing so far seem to do the trick.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I know it is possible to create a
Stored Proceduredirectly in access but it isn’t pretty to do.Your best options from here would be to :
Stored Proceduredusing a function. I found a tutorial here. But I haven’t tried this approach.SQLServerStored Procedureand Import it in Acess. Try this link if you like this approach.Named Macros.Hope this helps.