I have only ever used SQL Server 2000 and 2005 Express, but connecting
to the database should involve just changing your connection string
(assuming you are using a DSN-less connection):
-------------------------------------------------
"Driver={SQL
Server};Server=[SERVER_NAME];Database=[DATABASE_NAME];Uid=[USER];Pwd=[PA
SSWORD]"
-------------------------------------------------The SQL statements to read and write to the DB should not need to change or require minimal modification. As for upload, you can look at the following link if the upload is done without the use of a third party component: http://www.asp101.com/articles/jacob/scriptupload.asp Else, you would need to find the documentation for the particular component used. Max. ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
