I want to use a dns connection string for my database, this because i'm switching hosts and need my database to be in one particular folder. Is this correct: strConnString = "DSN=Forum" '## DSN
uhm... so is it correct? or should it be strConnString = "Forum" ? i'm using this DNS stuff for the first time so i don't know exactly yet how it works...
What's the name of the connection? Forum, right? So, no, the connection string in your first post is wrong and the second one you posted, in your reply, is correct.