torpedo91 Posted March 17, 2008 Share Posted March 17, 2008 1)im trying to save basic user login information like firstname, lastame , age etc to MSSQl database .. was wondering if a connection string was required to do this. IS it different from saving to a MYSQL database? Quote Link to comment https://forums.phpfreaks.com/topic/96583-ms-sql-database-string/ Share on other sites More sharing options...
tauchai83 Posted March 18, 2008 Share Posted March 18, 2008 For .NET, if you are in disconnected mode (meaning using local dataset, datatable etc), u nonit to use the connection string. Just declare the system.data namespace. if you want connect directly to db, make sure u include the connection string. i'm not sure what do you want, but at least this is how it works for .NET. You developing ur application using PHP or .NET? Quote Link to comment https://forums.phpfreaks.com/topic/96583-ms-sql-database-string/#findComment-494932 Share on other sites More sharing options...
torpedo91 Posted March 19, 2008 Author Share Posted March 19, 2008 Im developing with PHP. Was wondering what is the connection string for php-MSSql Quote Link to comment https://forums.phpfreaks.com/topic/96583-ms-sql-database-string/#findComment-495814 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.