Click here to Skip to main content
15,908,901 members
Home / Discussions / C#
   

C#

 
QuestionHow to do Format Excel Cells in C# Pin
Charith Jayasundara28-Nov-07 18:51
Charith Jayasundara28-Nov-07 18:51 
AnswerRe: How to do Format Excel Cells in C# Pin
sreejith ss nair28-Nov-07 20:42
sreejith ss nair28-Nov-07 20:42 
GeneralRe: How to do Format Excel Cells in C# Pin
Charith Jayasundara28-Nov-07 21:03
Charith Jayasundara28-Nov-07 21:03 
GeneralRe: How to do Format Excel Cells in C# Pin
sreejith ss nair28-Nov-07 21:16
sreejith ss nair28-Nov-07 21:16 
Questionremote database accessing Pin
dayya28-Nov-07 18:27
dayya28-Nov-07 18:27 
AnswerRe: remote database accessing Pin
Pankaj - Joshi28-Nov-07 18:54
Pankaj - Joshi28-Nov-07 18:54 
GeneralRe: remote database accessing Pin
dayya28-Nov-07 19:38
dayya28-Nov-07 19:38 
GeneralRe: remote database accessing Pin
Mustafa Ismail Mustafa28-Nov-07 20:45
Mustafa Ismail Mustafa28-Nov-07 20:45 
Are yo trying to connect to it from the DB itself? As in from one DB to another that's on a different server? If so then you more appropriately it should be posted in the SQL forums.

If you're doing this from C# then, unless its on a different vlan, then you need a web service (definition: Clickety[^]). If its on the same lan (read network) then you need to be more specific in specifying your connection string by specifying the server name or the IP address (more on that here: Clickety 2[^])

Web Services are not .Net specific, so don't blame your lack of understanding on .Net. There are many articles here that explain Web Services and give you examples. Here, I'll do your lazy work for you: (Clickety 3[^])

You also might want to try the ultimate answer tool. I mean this Clickety 4[^] rather than anything else.



"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

"There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib

"Animadvertistine, ubicumque stes, fumum recta in faciem ferri?"

GeneralRe: remote database accessing Pin
Pankaj - Joshi28-Nov-07 21:23
Pankaj - Joshi28-Nov-07 21:23 
AnswerRe: remote database accessing Pin
Maharishi Bhatia28-Nov-07 21:24
Maharishi Bhatia28-Nov-07 21:24 
QuestionHow to store code snippent in database as it is? Pin
Satish - Developer28-Nov-07 18:15
Satish - Developer28-Nov-07 18:15 
AnswerRe: How to store code snippent in database as it is? Pin
Nouman Bhatti28-Nov-07 18:26
Nouman Bhatti28-Nov-07 18:26 
GeneralRe: How to store code snippent in database as it is? Pin
Satish - Developer28-Nov-07 18:47
Satish - Developer28-Nov-07 18:47 
Questionzooming a windows form Pin
sindhutiwari28-Nov-07 17:55
sindhutiwari28-Nov-07 17:55 
AnswerRe: zooming a windows form Pin
Sun Rays28-Nov-07 18:43
Sun Rays28-Nov-07 18:43 
GeneralRe: zooming a windows form Pin
sindhutiwari28-Nov-07 18:51
sindhutiwari28-Nov-07 18:51 
GeneralRe: zooming a windows form Pin
Sun Rays28-Nov-07 18:57
Sun Rays28-Nov-07 18:57 
AnswerRe: zooming a windows form Pin
sreejith ss nair28-Nov-07 20:49
sreejith ss nair28-Nov-07 20:49 
Questionwindows service + crystal report Pin
Vinay Dornala28-Nov-07 17:48
Vinay Dornala28-Nov-07 17:48 
AnswerRe: windows service + crystal report Pin
KennyPatel28-Nov-07 19:11
KennyPatel28-Nov-07 19:11 
Questioninheritance issue Pin
Tauseef A28-Nov-07 17:37
Tauseef A28-Nov-07 17:37 
AnswerRe: inheritance issue Pin
Mustafa Ismail Mustafa28-Nov-07 20:52
Mustafa Ismail Mustafa28-Nov-07 20:52 
AnswerRe: inheritance issue Pin
Tauseef A28-Nov-07 21:07
Tauseef A28-Nov-07 21:07 
AnswerRe: inheritance issue Pin
sreejith ss nair28-Nov-07 21:10
sreejith ss nair28-Nov-07 21:10 
QuestionRe: inheritance issue [modified] Pin
Tauseef A28-Nov-07 21:58
Tauseef A28-Nov-07 21:58 

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.