store procedure in ms acess and by vb.net
-
hi experts i want to create store procedure in ms Access 2007. but i cant created, Please give me a one example of store procedure and how I can call to strore procedure by vb.net. strore procedure for insert and select querry Thanks
See This
-
hi experts i want to create store procedure in ms Access 2007. but i cant created, Please give me a one example of store procedure and how I can call to strore procedure by vb.net. strore procedure for insert and select querry Thanks
Access doesn't support true stored procedures. Though it uses something that looks like one, your limited to a single query operation with no other code constructs.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...