dnzone Posted March 15, 2006 Share Posted March 15, 2006 I am wondering, can anybody tell me the difference in using the ODBC Function to connent to a Microsoft SQL Server comparing to the Microsoft SQL Server Function. Because I have decided to use Microsoft SQL Server 2005 Express Edition as my back end, and I have try the ODBC Function already. Buy I just found out that there is also function specified for Microsoft SQL Server. I Hope that some can give some advice regading this two type of function.Thanks. Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted March 15, 2006 Share Posted March 15, 2006 Which ever database you use as the back end try as far as possible to use the corresponding php functions. Doing so lets you use all the 'special functionality' of that particular database. Using generic php database functions limits what you can do as to be generic means it will only have the functionality that is applicable to 'all' (I say all meaning most) database. Quote Link to comment Share on other sites More sharing options...
dnzone Posted March 15, 2006 Author Share Posted March 15, 2006 [!--quoteo(post=355283:date=Mar 15 2006, 05:46 PM:name=ToonMariner)--][div class=\'quotetop\']QUOTE(ToonMariner @ Mar 15 2006, 05:46 PM) [snapback]355283[/snapback][/div][div class=\'quotemain\'][!--quotec--]Which ever database you use as the back end try as far as possible to use the corresponding php functions. Doing so lets you use all the 'special functionality' of that particular database. Using generic php database functions limits what you can do as to be generic means it will only have the functionality that is applicable to 'all' (I say all meaning most) database.[/quote]Thanks for the advice ToonMariner, I will keep that in mind. Quote Link to comment 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.