View Single Post
  #2 (permalink)  
Old Apr 26th, 2007, 22:26
snow snow is offline
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 22
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to snow
Re: Converting Access to SQL Express 2005

SQL is for the most part a standard syntax - especially between the Microsoft DB products. Nothing in your code should have to be changed.

However you might want to consider using stored procedures aftter you complete the upgrade:
http://databases.about.com/od/sqlser...dprocedure.htm

Faster and are really great for security, especially avoiding injection-attacks:
http://msdn.microsoft.com/msdnmag/is.../SQLInjection/

If you need any help with the configuration or change-over we're only a post away!
Reply With Quote