| View previous topic :: View next topic |
| Author |
Message |
Jeff Guest
|
Posted: Thu Dec 21, 2006 12:29 am Post subject: SQLServer\DelphiAppError |
|
|
We installed a new server and setup Sql Server on it. We have a Delphi
app that was working prior to this and now when we run the app we get
the folowing error:
[DBNETLIB][ConnectionOpen.(Connect())].SqlServer does not exist or
access denied.
I am using a UDL file and I can connect to the server with it. The test
connect works ok from the udl as well. What will cause this error?
TIA |
|
| Back to top |
|
 |
Oscar Santiesteban Guest
|
Posted: Thu Dec 21, 2006 7:34 am Post subject: Re: SQLServer\DelphiAppError |
|
|
Maybe the server is setup for Windows AUthentication only? If so, change it
mixed mode.
Is your connection with a username/password?
"Jeff" <jbarr62307 (AT) worldnet (DOT) att.net> wrote in message
news:458980d7 (AT) newsgroups (DOT) borland.com...
| Quote: | We installed a new server and setup Sql Server on it. We have a Delphi
app that was working prior to this and now when we run the app we get the
folowing error:
[DBNETLIB][ConnectionOpen.(Connect())].SqlServer does not exist or access
denied.
I am using a UDL file and I can connect to the server with it. The test
connect works ok from the udl as well. What will cause this error?
TIA |
|
|
| Back to top |
|
 |
Guillem Guest
|
Posted: Thu Dec 21, 2006 3:52 pm Post subject: Re: SQLServer\DelphiAppError |
|
|
Jeff wrote:
| Quote: | We installed a new server and setup Sql Server on it. We have a
Delphi app that was working prior to this and now when we run the app
we get the folowing error:
[DBNETLIB][ConnectionOpen.(Connect())].SqlServer does not exist or
access denied.
I am using a UDL file and I can connect to the server with it. The
test connect works ok from the udl as well. What will cause this
error?
TIA
|
sounds to me the installation has done something to the UDL or the
MDAC.
Are your app and the SQL Server on the same machine? Is it the new
server? If on separate machines, are they using the same MDAC version?
Is the UDL exactly the same as before?
--
Best regards :)
Guillem Vicens Meier
Dep. Informatica Green Service S.A.
www.clubgreenoasis.com
--
Contribute to the Indy Docs project: http://docs.indyproject.org
--
In order to contact me remove the -nospam |
|
| Back to top |
|
 |
|