david220 Posted August 22, 2006 Share Posted August 22, 2006 hiI bought a web site of ebay for about £4500 (www.uktattoostudios.co.uk). I decided to get the web site hosted on a new hosting company called namesco.co.uk. the only problem is they dont support DSN and have DSN-LessHow would I change the site to work with DSN-Less?the site is a tattoo studio directory.It uses MS SQL database with about 1000 studios listed. The studios can log in and change there details etc.The only file I find on the site with dsn in is this code call tattoo.asp<%' FileName="Connection_odbc_conn_dsn.htm"' Type="ADO" ' DesigntimeType="ADO"' HTTP="false"' Catalog=""' Schema=""Dim MM_TATTOO_STRINGMM_TATTOO_STRING = "dsn=TATTOO;uid=dt-data;pwd=XXXXXXXX;"%> I can connect to the ms sql server , Would I need to change the MS SQL 2005 database codes? If yes how would I do this. and what do i change in the above codeFinally would changing it to dsn-less cause any problems?thanksdaveinfo@uktattoostudios.co.ukinof@uktattoostudios.co.uk Quote Link to comment https://forums.phpfreaks.com/topic/18332-changing-dsn-to-dsn-less/ Share on other sites More sharing options...
shivabharat Posted September 30, 2006 Share Posted September 30, 2006 Not sure if this will really helpPlease refer this tutorial[url=http://www.phpfreaks.com/tutorials/104/0.php]http://www.phpfreaks.com/tutorials/104/0.php[/url] Quote Link to comment https://forums.phpfreaks.com/topic/18332-changing-dsn-to-dsn-less/#findComment-101455 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.