I found out my friends forum on (go daddy). He was using ms access and I was getting permission errors. This was caused by the fp exstentions. Changed him over to a msql database. Changed the strConnString so it points to the msql database. Then added a con---string,as set below ( with infromation parks in xxxx )
'strConnString = "driver={SQL Server};server=p3swhsql-v10.shr.phx3.secureserver;uid=xxxxxxxxxx;pwd=xxxxxxxxxx;database=xxxxxxxxx" '## MS SQL Server 6.x/7.x/2000 (ODBC connection)
Now I get this error
Error Description : [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.
This all worked on the other site I set up just fine Thanks, Tim
quote:Originally posted by Tim H server=p3swhsql-v10.shr.phx3.secureserver;
Like the error says, that's not a valid address.
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.”
Googling that address suggests that you're missing the .net.
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.”
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.”