I'd appreciate any suggestions
2006-12-07
20:42:51
·
3 answers
·
asked by
slickshoes
1
in
Computers & Internet
➔ Programming & Design
I have an app which uses a web service to connect to a SQL database. The application reports back an Access Violation message.
This works at some sites, but not at others. I’ve compared every permission, property and setting I can think of between the working sites and the non working ones and all appears to be the same.
My ConnStr is:
data source=SERVERNAME/DATABASE; initial catalog=USER; user=USERNAME; password=PASSWORD
Any help would be appreciated.
Thanks
2006-12-07
21:46:46 ·
update #1