Hi Dark13,
Thanks for your response. I actually switched to PHP. I no longer use ASP. It was a silly reason, but I'm glad I made the switch. Because I had such a hard time with the connection string and the project needed to be done immediately - I found a much easier connection string with PHP
PHP Code:
mysql_connect("localhost","username","password");
mysql_select_db("database_name");
That's it! Simply two lines of code, which I can memorize and understand what it means. So thanks again, but I'm a PHP user now!
