Click here to Skip to main content
15,914,452 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to use "SELECT .... WHERE .... LIKE..." Pin
Muhammad Gouda8-Jul-07 2:51
Muhammad Gouda8-Jul-07 2:51 
AnswerRe: How to Empty the DataSet Pin
Vikram A Punathambekar8-Jul-07 1:28
Vikram A Punathambekar8-Jul-07 1:28 
JokeRe: How to Empty the DataSet Pin
Muhammad Gouda8-Jul-07 1:50
Muhammad Gouda8-Jul-07 1:50 
GeneralRe: How to Empty the DataSet Pin
Vikram A Punathambekar8-Jul-07 4:48
Vikram A Punathambekar8-Jul-07 4:48 
QuestionOpen XML (Rss) file. Pin
jafingi8-Jul-07 1:11
jafingi8-Jul-07 1:11 
QuestionSQL Server Express connection problems Pin
sgeorgije7-Jul-07 22:46
sgeorgije7-Jul-07 22:46 
AnswerRe: SQL Server Express connection problems Pin
mav.northwind7-Jul-07 23:02
mav.northwind7-Jul-07 23:02 
GeneralRe: SQL Server Express connection problems Pin
sgeorgije8-Jul-07 1:00
sgeorgije8-Jul-07 1:00 
Thank you for your answer. More precisely:

Error message:

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)

Connection string:

mConnection = new SqlConnection(@"data source= computerNameServer\sqlexpress;" +
"database=myDatabase;" +
"UID=x; PWD=y;");


GeneralRe: SQL Server Express connection problems Pin
mav.northwind8-Jul-07 2:45
mav.northwind8-Jul-07 2:45 
QuestionHow to Get Current Type from within a Static Method Pin
Waleed Eissa7-Jul-07 22:42
Waleed Eissa7-Jul-07 22:42 
AnswerRe: How to Get Current Type from within a Static Method Pin
mav.northwind7-Jul-07 23:00
mav.northwind7-Jul-07 23:00 
GeneralRe: How to Get Current Type from within a Static Method Pin
Waleed Eissa7-Jul-07 23:28
Waleed Eissa7-Jul-07 23:28 
GeneralRe: How to Get Current Type from within a Static Method Pin
Daniel Grunwald8-Jul-07 5:41
Daniel Grunwald8-Jul-07 5:41 
GeneralRe: How to Get Current Type from within a Static Method Pin
mav.northwind8-Jul-07 6:22
mav.northwind8-Jul-07 6:22 
GeneralRe: How to Get Current Type from within a Static Method Pin
Daniel Grunwald8-Jul-07 6:33
Daniel Grunwald8-Jul-07 6:33 
GeneralRe: How to Get Current Type from within a Static Method Pin
mav.northwind8-Jul-07 6:59
mav.northwind8-Jul-07 6:59 
AnswerRe: How to Get Current Type from within a Static Method Pin
Robert Rohde8-Jul-07 0:10
Robert Rohde8-Jul-07 0:10 
GeneralRe: How to Get Current Type from within a Static Method Pin
Urs Enzler8-Jul-07 2:56
Urs Enzler8-Jul-07 2:56 
GeneralRe: How to Get Current Type from within a Static Method Pin
Robert Rohde8-Jul-07 5:57
Robert Rohde8-Jul-07 5:57 
QuestionUpdate Query in MS Access Pin
DKalepu7-Jul-07 21:45
DKalepu7-Jul-07 21:45 
AnswerRe: Update Query in MS Access Pin
Robert Rohde8-Jul-07 0:08
Robert Rohde8-Jul-07 0:08 
GeneralRe: Update Query in MS Access Pin
DKalepu8-Jul-07 2:31
DKalepu8-Jul-07 2:31 
AnswerRe: Update Query in MS Access Pin
Muhammad Gouda8-Jul-07 1:09
Muhammad Gouda8-Jul-07 1:09 
GeneralRe: Update Query in MS Access Pin
DKalepu8-Jul-07 2:38
DKalepu8-Jul-07 2:38 
GeneralRe: Update Query in MS Access Pin
Muhammad Gouda8-Jul-07 2:47
Muhammad Gouda8-Jul-07 2:47 

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.