Click here to Skip to main content
15,922,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an application written having database in sqlexpress 2005 with a lot of stored procedures.
Now i want to change the database to MS ACCESS.
The problem is how do i convert those stored procedures in MS Access.

Thanx in Advance for help.
Posted
Comments
Henry Minute 1-Oct-10 9:19am    
Newer versions do, since Office 2000, I believe.

1 solution

This is a slightly odd request, in that most people go the other way - from Access to SQLServer.

However, there are several options. I do not know of any tools that can help with this so all of them involve a lot of copy, paste, test/edit/test/edit etc.

Your best bet would be to use a search engine using search terms like sqlserver stored procedure to access or convert sqlserver stored procedure to access or similar.
 
Share this answer
 
Comments
Goutam Patra 1-Oct-10 9:17am    
Does Access support stored procedures?

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