This may sounds stupid but....

i have a database in Access, connected to ASP pages using ADODB, and now i want to create another database in SQL Server 2000, same fields' name, same architecture, but just different format.

Is there any way that i can convert my current database from Access to SQL2000 WITHOUT much altering any line in my ASP page (syntax-wise, of course i'll have to rename the database in the ASP page)

if yes, how, if no, how do i do it?

thanks a lot in advance

chris
[502 byte] By [aska_chage] at [2007-11-17 13:03:39]
# 1 Re: This may sounds stupid but....
export your access database tables to sql server and then, change your connection string, That should be all you have to do

Yahoo Messenger ID dfWade10900
dfwade at 2007-11-10 3:32:14 >