Connecting Tech Pros Worldwide Help | Site Map

Access 2000 db to Sql server 2005 db

  #1  
Old May 12th, 2009, 07:11 PM
Member
 
Join Date: Dec 2007
Posts: 44
How hard is it if you already have the site setup as access as the datasource to then take that same site to start using sql server 2005 db? Not the actual process of moving the database, but as far as making the site work with sql server opposed to the access db.

a bit more info:

I don't know anything about coldfusion. But we have someone that wrote a website using cold fusion and the data source is access 2000. We are going to move from access to sql server 2005.

Just a small portion of the site is actually cold fusion, just the part to query the database, which is why we are hoping not to rewrite the website in a different technology.

Thanks for your help!
  #2  
Old May 12th, 2009, 09:08 PM
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,517
Provided Answers: 12

re: Access 2000 db to Sql server 2005 db


You would need to log into the Coldfusion Administrator and go to Data Sources and point to the new database.

It should work as long as the queries work in SQL Server too.
  #3  
Old May 12th, 2009, 09:54 PM
Member
 
Join Date: Dec 2007
Posts: 44

re: Access 2000 db to Sql server 2005 db


Am I over simplifying this? So change the data connection in the cold fusion administrator and that is it? Granted like you said the queries work the same in sql and that names of database fields and data types remained the same?

if so that is awesome! Thanks for your help!
  #4  
Old May 13th, 2009, 11:14 AM
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,517
Provided Answers: 12

re: Access 2000 db to Sql server 2005 db


Yes, that should be it as long as you use the same name (unless you have one place in the code where the datasource name is set which you could change).
Reply

Tags
access, convert, sql


Similar Threads
Thread Thread Starter Forum Replies Last Post
What is Your Strategy for Upgrade an Access db to SQL Server 2000? NickName answers 6 June 27th, 2006 07:55 PM
Connecting Sql Server 2005 from ASP? MVChauhan@googlemail.com answers 10 June 20th, 2006 12:55 PM
pitfalls Developing now with VS2005 and SQL Server 2005 Carlos answers 1 November 19th, 2005 11:25 PM
ASP.NET Application - Migrating from Access 2000 to SQL Server 7 lcifers answers 2 November 13th, 2005 12:38 PM