SQL Server connection
From: nazeer (nazeer.jr_at_hammerhead.net)
Date: 04/29/04
- Next message: Tom Reiertsen: "Checking if a field is of type NVARCHAR."
- Previous message: MeCeX: "Re: Design a table"
- Next in thread: MeCeX: "Re: SQL Server connection"
- Reply: MeCeX: "Re: SQL Server connection"
- Reply: Brian Bushay TeamB: "Re: SQL Server connection"
- Maybe reply: nazeer Jr.: "RE: SQL Server connection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Apr 2004 03:52:32 -0700
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: Tom Reiertsen: "Checking if a field is of type NVARCHAR."
- Previous message: MeCeX: "Re: Design a table"
- Next in thread: MeCeX: "Re: SQL Server connection"
- Reply: MeCeX: "Re: SQL Server connection"
- Reply: Brian Bushay TeamB: "Re: SQL Server connection"
- Maybe reply: nazeer Jr.: "RE: SQL Server connection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|