Click here to Skip to main content
15,927,921 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCrystal Reports in VB. Net 2005 Pin
ronnie_leo13-Mar-06 2:09
ronnie_leo13-Mar-06 2:09 
QuestionHow can I adjust some attributes of a video? Pin
JUNEYT13-Mar-06 2:07
JUNEYT13-Mar-06 2:07 
AnswerRe: How can I adjust some attributes of a video? Pin
Dave Kreskowiak13-Mar-06 10:30
mveDave Kreskowiak13-Mar-06 10:30 
QuestionDatabase Connections using VB.Net 2005 Pin
agoodlearner13-Mar-06 1:47
agoodlearner13-Mar-06 1:47 
AnswerRe: Database Connections using VB.Net 2005 Pin
JUNEYT13-Mar-06 2:15
JUNEYT13-Mar-06 2:15 
GeneralRe: Database Connections using VB.Net 2005 Pin
Dave Kreskowiak13-Mar-06 7:27
mveDave Kreskowiak13-Mar-06 7:27 
GeneralRe: Database Connections using VB.Net 2005 Pin
JUNEYT13-Mar-06 8:54
JUNEYT13-Mar-06 8:54 
AnswerRe: Database Connections using VB.Net 2005 Pin
Dave Kreskowiak13-Mar-06 7:36
mveDave Kreskowiak13-Mar-06 7:36 
SQL Server 2005 has a tool called the SQL Server 2005 Surface Area Configuration tool. You'll find it under Start/Programs/SQL Server 2005/Configuration Tools. Start that, then click on Surface Area Configuration for Services and Connections. In the left side navigation pane, click on Remote Connections. I think you can figure it out from there.

As for the connection string, a basic string using standard security would look something like:
Dim connStr As String = "Data Source=serverName;Initial Catalog=databaseName;User Id=userId;Password=password" 

You can find more on connection strings at http://www.connectionstrings.com[^].


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

Questionarray in vb.net Pin
ravihd13-Mar-06 1:21
ravihd13-Mar-06 1:21 
AnswerRe: array in vb.net Pin
JUNEYT13-Mar-06 2:17
JUNEYT13-Mar-06 2:17 
Questionquestion about tabs Pin
kostasdiktia213-Mar-06 1:09
kostasdiktia213-Mar-06 1:09 
AnswerRe: question about tabs Pin
Dave Kreskowiak13-Mar-06 6:24
mveDave Kreskowiak13-Mar-06 6:24 
Questionproblem wtih "insert" row Pin
kostasdiktia213-Mar-06 0:58
kostasdiktia213-Mar-06 0:58 
AnswerRe: problem wtih "insert" row Pin
Dave Kreskowiak13-Mar-06 6:11
mveDave Kreskowiak13-Mar-06 6:11 
Questionhow to make image transparent? Pin
campbells13-Mar-06 0:54
campbells13-Mar-06 0:54 
AnswerRe: how to make image transparent? Pin
JUNEYT13-Mar-06 2:11
JUNEYT13-Mar-06 2:11 
GeneralRe: how to make image transparent? Pin
campbells13-Mar-06 4:07
campbells13-Mar-06 4:07 
GeneralRe: how to make image transparent? Pin
campbells13-Mar-06 5:13
campbells13-Mar-06 5:13 
GeneralRe: how to make image transparent? Pin
JUNEYT13-Mar-06 6:13
JUNEYT13-Mar-06 6:13 
Questioncreating a Dating Website Pin
uglyeyes13-Mar-06 0:14
uglyeyes13-Mar-06 0:14 
AnswerRe: creating a Dating Website Pin
Duan Yu13-Mar-06 0:33
Duan Yu13-Mar-06 0:33 
AnswerRe: creating a Dating Website Pin
Dave Kreskowiak13-Mar-06 6:12
mveDave Kreskowiak13-Mar-06 6:12 
QuestionHow to write code for checking the evaluation versiion of a software. Pin
Hari Prasad Karnam13-Mar-06 0:08
Hari Prasad Karnam13-Mar-06 0:08 
AnswerRe: How to write code for checking the evaluation versiion of a software. Pin
gnjunge13-Mar-06 1:22
gnjunge13-Mar-06 1:22 
QuestionHibetnateing computer in vb.net Pin
Mohit Namdeo12-Mar-06 23:27
Mohit Namdeo12-Mar-06 23:27 

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.