Click here to Skip to main content
16,005,080 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVB 6.0 Pin
Obasi Emeka13-Sep-07 19:02
Obasi Emeka13-Sep-07 19:02 
AnswerRe: VB 6.0 Pin
Christian Graus14-Sep-07 3:50
protectorChristian Graus14-Sep-07 3:50 
QuestionIntranet Application In VB.Net Pin
vaibhavksharma13-Sep-07 18:17
vaibhavksharma13-Sep-07 18:17 
AnswerRe: Intranet Application In VB.Net Pin
Tom Deketelaere13-Sep-07 20:53
professionalTom Deketelaere13-Sep-07 20:53 
GeneralRe: Intranet Application In VB.Net Pin
~V~13-Sep-07 23:54
~V~13-Sep-07 23:54 
GeneralRe: Intranet Application In VB.Net Pin
darkelv14-Sep-07 0:09
darkelv14-Sep-07 0:09 
GeneralRe: Intranet Application In VB.Net Pin
~V~14-Sep-07 0:28
~V~14-Sep-07 0:28 
GeneralRe: Intranet Application In VB.Net Pin
Tom Deketelaere14-Sep-07 1:17
professionalTom Deketelaere14-Sep-07 1:17 
from the error I would think that you try to use you connection to the db before it has been initialized.
I'd debug the programme from the start and see where the connections with the db is made and where you first use it.

also check if the client can access the server by ip (just ping to the ip and see if it works)

next to that you have to give both the servername or ip and the sqlservername (usaly its the servername_dev)

so if you'r server has ip 1.1.1.1 and is named server and the database is named 'db' and you can login with user sa and pass sa then you'r connectionstring would look like:

Data Source=1.1.1.1\server_DEV;Initial Catalog=db;User ID=sa;Password=sa

hope this helps

If my help was helpfull let me know, if not let me know why.

The only way we learn is by making mistaks.

GeneralRe: Intranet Application In VB.Net Pin
~V~14-Sep-07 2:17
~V~14-Sep-07 2:17 
GeneralRe: Intranet Application In VB.Net Pin
Tom Deketelaere14-Sep-07 3:46
professionalTom Deketelaere14-Sep-07 3:46 
GeneralRe: Intranet Application In VB.Net Pin
~V~15-Sep-07 1:13
~V~15-Sep-07 1:13 
QuestionAn academic problem Pin
liv2luv13-Sep-07 18:08
liv2luv13-Sep-07 18:08 
AnswerRe: An academic problem Pin
chandu00413-Sep-07 19:49
chandu00413-Sep-07 19:49 
AnswerRe: An academic problem Pin
pmarfleet13-Sep-07 22:01
pmarfleet13-Sep-07 22:01 
GeneralRe: An academic problem Pin
Dave Kreskowiak14-Sep-07 5:34
mveDave Kreskowiak14-Sep-07 5:34 
GeneralRe: An academic problem Pin
pmarfleet14-Sep-07 5:47
pmarfleet14-Sep-07 5:47 
GeneralRe: An academic problem Pin
Dave Kreskowiak14-Sep-07 6:08
mveDave Kreskowiak14-Sep-07 6:08 
GeneralRe: An academic problem Pin
pmarfleet14-Sep-07 8:24
pmarfleet14-Sep-07 8:24 
GeneralRe: An academic problem Pin
Paul Conrad14-Sep-07 19:12
professionalPaul Conrad14-Sep-07 19:12 
GeneralRe: An academic problem Pin
Paul Conrad14-Sep-07 19:13
professionalPaul Conrad14-Sep-07 19:13 
GeneralRe: An academic problem Pin
Dave Kreskowiak15-Sep-07 2:16
mveDave Kreskowiak15-Sep-07 2:16 
GeneralRe: An academic problem Pin
Paul Conrad15-Sep-07 3:42
professionalPaul Conrad15-Sep-07 3:42 
GeneralRe: An academic problem Pin
Dave Kreskowiak15-Sep-07 6:03
mveDave Kreskowiak15-Sep-07 6:03 
GeneralRe: An academic problem Pin
darkelv16-Sep-07 19:43
darkelv16-Sep-07 19:43 
AnswerRe: An academic problem Pin
leckey14-Sep-07 4:05
leckey14-Sep-07 4:05 

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.