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)