Click here to Skip to main content
15,891,864 members
Home / Discussions / Database
   

Database

 
AnswerRe: stored procedure conditional ASC/DESC Pin
Mike Dimmick29-Apr-07 11:31
Mike Dimmick29-Apr-07 11:31 
GeneralRe: stored procedure conditional ASC/DESC Pin
Christian Graus29-Apr-07 12:18
protectorChristian Graus29-Apr-07 12:18 
QuestionPlease Help me Pin
Mohammed Sobhi29-Apr-07 2:29
Mohammed Sobhi29-Apr-07 2:29 
AnswerRe: Please Help me Pin
Arun.Immanuel29-Apr-07 4:39
Arun.Immanuel29-Apr-07 4:39 
AnswerRe: Please Help me Pin
Christian Graus29-Apr-07 11:16
protectorChristian Graus29-Apr-07 11:16 
Questionsql server connection problem Pin
Rupesh Kumar Swami28-Apr-07 0:31
Rupesh Kumar Swami28-Apr-07 0:31 
AnswerRe: sql server connection problem Pin
kubben28-Apr-07 1:21
kubben28-Apr-07 1:21 
QuestionRe: sql server connection problem [modified] Pin
Rupesh Kumar Swami30-Apr-07 20:43
Rupesh Kumar Swami30-Apr-07 20:43 
hi ben,

according to ur specification, i remove the server name from my connection string. but now this time, i face new error which is following

when i use following SQLConnection string (vb.net)

SqlConn = " Data source=xx.xx.xx.xx; Network Library=DBMSSOCN; Initial catalog=DatabaseName;uid=user ID;pwd=Password;"

An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - A socket operation was attempted to an unreachable host.)

when i use following SQLConnection string (vb.net)

SqlConn = " Data source=http://xx.xx.xx.xx; Network Library=DBMSSOCN; Initial catalog=DatabaseName;uid=user ID;pwd=Password;"

An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - No such host is known.)

and when i use oledbconnection string (vb.net)

oledbConn = "provider=SQLOLEDB; Data source=xx.xx.xx.xx; Network Library=DBMSSOCN; Initial catalog=DatabaseName;uid=user ID;pwd=Password;"

[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.

and when i use oledbconnection string (vb.net)

oledbConn = "provider=SQLOLEDB; Data source=http://xx.xx.xx.xx; Network Library=DBMSSOCN; Initial catalog=DatabaseName;uid=user ID;pwd=Password;"


[DBNETLIB][ConnectionOpen (Connect()).]Specified SQL server not found.



operating system-XP sp2

Thanks

Rupesh Kumar Swami


-- modified at 7:29 Tuesday 1st May, 2007
AnswerRe: sql server connection problem Pin
kubben1-May-07 3:35
kubben1-May-07 3:35 
GeneralRe: sql server connection problem Pin
Rupesh Kumar Swami1-May-07 3:54
Rupesh Kumar Swami1-May-07 3:54 
GeneralRe: sql server connection problem Pin
kubben1-May-07 4:11
kubben1-May-07 4:11 
GeneralRe: sql server connection problem Pin
Rupesh Kumar Swami1-May-07 4:20
Rupesh Kumar Swami1-May-07 4:20 
GeneralRe: sql server connection problem Pin
kubben1-May-07 4:27
kubben1-May-07 4:27 
GeneralRe: sql server connection problem Pin
Rupesh Kumar Swami1-May-07 5:01
Rupesh Kumar Swami1-May-07 5:01 
GeneralRe: sql server connection problem Pin
kubben1-May-07 5:03
kubben1-May-07 5:03 
GeneralRe: sql server connection problem Pin
Rupesh Kumar Swami1-May-07 5:18
Rupesh Kumar Swami1-May-07 5:18 
GeneralRe: sql server connection problem Pin
kubben1-May-07 5:42
kubben1-May-07 5:42 
GeneralSecurity Information Pin
Brady Kelly27-Apr-07 23:36
Brady Kelly27-Apr-07 23:36 
GeneralRe: Security Information Pin
Lojne28-Apr-07 10:32
Lojne28-Apr-07 10:32 
AnswerRe: Security Information Pin
Jerry Hammond28-Apr-07 10:40
Jerry Hammond28-Apr-07 10:40 
QuestionOLE DB Notification Pin
x_yan_y27-Apr-07 22:16
x_yan_y27-Apr-07 22:16 
QuestionSecurity in Sql Server2000 Pin
.NET- India 27-Apr-07 19:27
.NET- India 27-Apr-07 19:27 
AnswerRe: Security in Sql Server2000 Pin
Christian Graus27-Apr-07 20:15
protectorChristian Graus27-Apr-07 20:15 
AnswerRe: Security in Sql Server2000 Pin
Colin Angus Mackay27-Apr-07 22:55
Colin Angus Mackay27-Apr-07 22:55 
GeneralRe: Security in Sql Server2000 Pin
Christian Graus27-Apr-07 23:52
protectorChristian Graus27-Apr-07 23:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.