Click here to Skip to main content
15,890,947 members
Home / Discussions / C#
   

C#

 
AnswerRe: barcode scanner Pin
Christian Graus12-Apr-07 12:21
protectorChristian Graus12-Apr-07 12:21 
AnswerRe: barcode scanner Pin
stancrm12-Apr-07 20:17
stancrm12-Apr-07 20:17 
GeneralRe: barcode scanner Pin
SVb.net15-Apr-07 2:29
SVb.net15-Apr-07 2:29 
QuestionConverting from byte[] to byte* Pin
Kim Ferrari12-Apr-07 10:15
Kim Ferrari12-Apr-07 10:15 
AnswerRe: Converting from byte[] to byte* Pin
George L. Jackson12-Apr-07 12:08
George L. Jackson12-Apr-07 12:08 
QuestionHow c# app connect to sql server on another pc in local network? Pin
sgeorgije12-Apr-07 9:28
sgeorgije12-Apr-07 9:28 
AnswerRe: How c# app connect to sql server on another pc in local network? Pin
Pete O'Hanlon12-Apr-07 10:10
mvePete O'Hanlon12-Apr-07 10:10 
QuestionRe: How c# app connect to sql server on another pc in local network? Pin
sgeorgije15-Apr-07 1:59
sgeorgije15-Apr-07 1:59 
Thanks. I use below conection string, but there's appear error in remote connection.
On same pc connection is OK.

mConnection = new SqlConnection(@"data source=servername\sqlexpress;" +
"database=databasename;" +
"UID=user;PWD=pass;");

Error mesage is:

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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

Server Authentication is SQL Server and Windows Authentication mode.
Allow remote connections to this server is set.

What may cause this mistake?


AnswerRe: How c# app connect to sql server on another pc in local network? Pin
Pete O'Hanlon15-Apr-07 9:24
mvePete O'Hanlon15-Apr-07 9:24 
QuestionMargins on TabControl Tabs Pin
Tojiro12-Apr-07 9:21
Tojiro12-Apr-07 9:21 
Questionsave dialog Box Pin
EEmaan12-Apr-07 9:04
EEmaan12-Apr-07 9:04 
AnswerRe: save dialog Box Pin
Sathesh Sakthivel12-Apr-07 9:15
Sathesh Sakthivel12-Apr-07 9:15 
GeneralRe: save dialog Box Pin
EEmaan12-Apr-07 9:41
EEmaan12-Apr-07 9:41 
AnswerRe: save dialog Box Pin
J$12-Apr-07 10:55
J$12-Apr-07 10:55 
AnswerRe: save dialog Box Pin
Jaiprakash M Bankolli12-Apr-07 19:45
Jaiprakash M Bankolli12-Apr-07 19:45 
QuestionReplacing value in XML Pin
umashankergr812-Apr-07 8:57
umashankergr812-Apr-07 8:57 
AnswerRe: Replacing value in XML Pin
Sathesh Sakthivel12-Apr-07 9:13
Sathesh Sakthivel12-Apr-07 9:13 
GeneralRe: Replacing value in XML Pin
umashankergr812-Apr-07 9:22
umashankergr812-Apr-07 9:22 
AnswerRe: Replacing value in XML Pin
blackjack215012-Apr-07 9:26
blackjack215012-Apr-07 9:26 
GeneralReplacing value in XML Pin
umashankergr812-Apr-07 10:34
umashankergr812-Apr-07 10:34 
GeneralRe: Replacing value in XML Pin
Stefan Troschuetz12-Apr-07 11:23
Stefan Troschuetz12-Apr-07 11:23 
QuestionReplacing value in XML Pin
umashankergr812-Apr-07 8:55
umashankergr812-Apr-07 8:55 
AnswerRe: Replacing value in XML Pin
Christian Graus12-Apr-07 10:49
protectorChristian Graus12-Apr-07 10:49 
QuestionForm.Show occasionally hangs Pin
Marc Clifton12-Apr-07 8:20
mvaMarc Clifton12-Apr-07 8:20 
AnswerRe: Form.Show occasionally hangs Pin
Judah Gabriel Himango12-Apr-07 9:46
sponsorJudah Gabriel Himango12-Apr-07 9:46 

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.