Re: SQL Server connection
From: MeCeX (admin_at_mehmetcelik.com)
Date: 04/29/04
- Next message: Jeremy Collins: "Re: Design a table"
- Previous message: Tom Reiertsen: "Checking if a field is of type NVARCHAR."
- In reply to: nazeer: "SQL Server connection"
- Next in thread: Brian Bushay TeamB: "Re: SQL Server connection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Apr 2004 14:03:00 +0300
is sql server is running ?
your connection to server may be lost
or the username and password you want to connect may be wrong
or sql server may accept only incoming connections
or you may be trying to connect to other sql server which is not available
> Try
> ADOConnection.Open;
> Except
> On E:Exception do
> ADOConnection.Close;
> End;
yes standard way is like that
MeCeX
"nazeer" <nazeer.jr@hammerhead.net>, iletide şunu yazdı
news:4090de70$1@newsgroups.borland.com...
>
> Hi,
>
> I just want to know why does the following error come up:
> "[DBNETLIB][Connection Open(Connect()].SQLServer does not exit or access
denied". What does it mean Connection Open?
>
> Also I want verify my ADO Connection Linking. I usually, open my ADO
Connection when the main form creates itself. I use the following
convention:
>
> Try
> ADOConnection.Open;
> Except
> On E:Exception do
> ADOConnection.Close;
> End;
>
> Is this the standard way to connect the ADOConnection, if it is not how do
you all connect the ADO to SQL Server 2000?
- Next message: Jeremy Collins: "Re: Design a table"
- Previous message: Tom Reiertsen: "Checking if a field is of type NVARCHAR."
- In reply to: nazeer: "SQL Server connection"
- Next in thread: Brian Bushay TeamB: "Re: SQL Server connection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|