Ok, I kind of understand now, i just dont know how to get the connection strings. I created a database on my host (godaddy), and it came up with the database name (DB_1014172) with a host name of p3swhsql.shr.phx.secureserver.net. Plus I know my username and password. But how am I supposed to put all of that info into this:
Driver={SQL Native Client};Server=.\SQLExpress;AttachDbFilename=|DataDirectory|mydbfile.mdf;Database=dbname;Trusted_Connection=Yes;
(if thats even the right code :| )
Can someone please help me figure this out? I just need to know what I should put for each tag (Driver=, Server=, AttachDBFilename etc)
Thanks in Advance..Im new at this