Click here to Skip to main content
15,918,808 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Datagrid Event in Windows Application Pin
Dave Kreskowiak5-Jun-07 8:12
mveDave Kreskowiak5-Jun-07 8:12 
QuestionUnable To create connection Pin
Ajeet mittal5-Jun-07 6:00
Ajeet mittal5-Jun-07 6:00 
AnswerRe: Unable To create connection Pin
originSH5-Jun-07 6:11
originSH5-Jun-07 6:11 
AnswerRe: Unable To create connection Pin
Dave Kreskowiak5-Jun-07 6:12
mveDave Kreskowiak5-Jun-07 6:12 
GeneralRe: Unable To create connection Pin
originSH5-Jun-07 6:23
originSH5-Jun-07 6:23 
QuestionRe: Unable To create connection Pin
Ajeet mittal5-Jun-07 16:50
Ajeet mittal5-Jun-07 16:50 
AnswerRe: Unable To create connection Pin
originSH5-Jun-07 22:09
originSH5-Jun-07 22:09 
AnswerRe: Unable To create connection Pin
SimulationofSai5-Jun-07 22:52
SimulationofSai5-Jun-07 22:52 
Ok! So whats your connection string like? By default, SQL 2005 Exp. Ed. only has SM enabled. If you want to use TCP/IP or named pipes, you need to turn it on using the SQL Server Configuration Manager.
My guess is that this all will go over your head. But let me put it this way.

1) You cannot remotely connect to SQL Server Express by default. You need to configure it to accept rmote connections.
2) If your connection string resembles something like this
Data Source=.\SQLEXPRESS;AttachDbFileName=e:\data\aaa.mdf;Integrated Security=True;User Instance=True
Then you're using shared memory to access it.
3) If the above is true, you need to copy the DB file to the "other" machine as well, and I guess it also should have Express Edition installed.

(Or)

If you want to enable remote connections, change your server configuration using the server manager and change your connection string. And that would seem pretty complicated if you do not know what you're doing.

So for a start, start reading the Express Edition documentation.

SG

AnswerRe: Unable To create connection Pin
Dave Kreskowiak6-Jun-07 4:52
mveDave Kreskowiak6-Jun-07 4:52 
QuestionEnvironment settings local user Pin
Josjekoko5-Jun-07 3:23
Josjekoko5-Jun-07 3:23 
QuestionError that debug doesn't handle Pin
cstrader2325-Jun-07 1:45
cstrader2325-Jun-07 1:45 
AnswerRe: Error that debug doesn't handle Pin
Dave Kreskowiak5-Jun-07 4:37
mveDave Kreskowiak5-Jun-07 4:37 
AnswerRe: Error that debug doesn't handle Pin
mr_lasseter5-Jun-07 16:00
mr_lasseter5-Jun-07 16:00 
QuestionHow to check database connection in VB? Pin
virendra_0075-Jun-07 1:03
virendra_0075-Jun-07 1:03 
AnswerRe: How to check database connection in VB? Pin
koolprasad20035-Jun-07 1:09
professionalkoolprasad20035-Jun-07 1:09 
GeneralRe: How to check database connection in VB? Pin
Dileep_Vickey5-Jun-07 21:09
Dileep_Vickey5-Jun-07 21:09 
AnswerRe: How to check database connection in VB? Pin
Dave Kreskowiak5-Jun-07 3:58
mveDave Kreskowiak5-Jun-07 3:58 
QuestionTaskbar content margins Pin
The ANZAC5-Jun-07 0:15
The ANZAC5-Jun-07 0:15 
AnswerRe: Taskbar content margins Pin
Dave Kreskowiak5-Jun-07 5:58
mveDave Kreskowiak5-Jun-07 5:58 
GeneralRe: Taskbar content margins Pin
The ANZAC5-Jun-07 12:00
The ANZAC5-Jun-07 12:00 
GeneralRe: Taskbar content margins Pin
Dave Kreskowiak5-Jun-07 14:06
mveDave Kreskowiak5-Jun-07 14:06 
QuestionPlz Help With backgroundworker class Pin
sabby20064-Jun-07 23:40
sabby20064-Jun-07 23:40 
AnswerRe: Plz Help With backgroundworker class Pin
Sathesh Sakthivel4-Jun-07 23:43
Sathesh Sakthivel4-Jun-07 23:43 
GeneralRe: Plz Help With backgroundworker class Pin
sabby20065-Jun-07 0:55
sabby20065-Jun-07 0:55 
GeneralRe: Plz Help With backgroundworker class Pin
Sathesh Sakthivel5-Jun-07 1:21
Sathesh Sakthivel5-Jun-07 1:21 

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.