View Single Post
  #5  
Old 06-13-2008, 05:58 AM
Donclurd's Avatar
Donclurd Donclurd is offline
Xfire: sgtrecoil
 
Join Date: Jun 2008
Posts: 4
Send a message via MSN to Donclurd Send a message via Skype™ to Donclurd
Default Re: Could BlueVoda connect to SQL DB with a click?

If you are talking about a CMS? And if you want to make your own look at this awsome tutorial. Its super easy and for SQL instead of MySQL just replace the conection tools to...
Code:
resource mssql_connect     ([ string $servername    [, string $username    [, string $password    [, bool $new_link   ]]]] )
And for closing...
Code:
bool mssql_close     ([ resource $link_identifier   ] )
Donclurd

Good luck :D
__________________
NotePad ++ Is my friend.
Coding: php,VB.net,C++,HTML,XHTML,SQL(that includes MySQL)
Reply With Quote