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

C#

 
GeneralRe: How to convert dynamicaly an array of one type to an array of another type Pin
Christian Graus3-Dec-08 9:50
protectorChristian Graus3-Dec-08 9:50 
GeneralRe: How to convert dynamicaly an array of one type to an array of another type Pin
User 43300283-Dec-08 14:21
User 43300283-Dec-08 14:21 
QuestionPDF Viewer for Win Form App using C# Pin
Karmendra Suthar3-Dec-08 7:47
Karmendra Suthar3-Dec-08 7:47 
AnswerRe: PDF Viewer for Win Form App using C# Pin
Wendelius3-Dec-08 8:20
mentorWendelius3-Dec-08 8:20 
GeneralRe: PDF Viewer for Win Form App using C# Pin
Karmendra Suthar3-Dec-08 8:26
Karmendra Suthar3-Dec-08 8:26 
GeneralRe: PDF Viewer for Win Form App using C# Pin
Wendelius3-Dec-08 8:37
mentorWendelius3-Dec-08 8:37 
QuestionVS2008 / Northwind dataset problem Pin
mhrtg3-Dec-08 7:15
mhrtg3-Dec-08 7:15 
AnswerRe: VS2008 / Northwind dataset problem Pin
Wendelius3-Dec-08 8:17
mentorWendelius3-Dec-08 8:17 
mhrtg wrote:
What is the ConnectionString or do I need it in this case


You can see the connection string in the properties panel when you select your database. However, when with default settings, the database is copied into bin/debug folder when executing your program so the path is different at runtime.

mhrtg wrote:
can I success to read the rows on the dataset/tables?


Even though you have added a database into your solution, it behaves like a normal database. So you have steps like:
- get a connection
- fill a dataset with data from db
- close the connection
- use the data in the dataset

The need to optimize rises from a bad design.My articles[^]

GeneralRe: VS2008 / Northwind dataset problem Pin
mhrtg3-Dec-08 9:24
mhrtg3-Dec-08 9:24 
GeneralRe: VS2008 / Northwind dataset problem Pin
Wendelius3-Dec-08 10:04
mentorWendelius3-Dec-08 10:04 
GeneralRe: VS2008 / Northwind dataset problem Pin
mhrtg4-Dec-08 4:26
mhrtg4-Dec-08 4:26 
QuestionAbout PrintPreview Problem?-Plz respond about my query [modified] Pin
Roney3-Dec-08 5:59
Roney3-Dec-08 5:59 
QuestionReport Progress from a method being executed within a background worker. Pin
Matthew Edmondson3-Dec-08 5:53
Matthew Edmondson3-Dec-08 5:53 
AnswerRe: Report Progress from a method being executed within a background worker. Pin
Mark Salsbery3-Dec-08 6:15
Mark Salsbery3-Dec-08 6:15 
GeneralRe: Report Progress from a method being executed within a background worker. Pin
Luc Pattyn3-Dec-08 6:49
sitebuilderLuc Pattyn3-Dec-08 6:49 
AnswerRe: Report Progress from a method being executed within a background worker. Pin
User 43300283-Dec-08 14:33
User 43300283-Dec-08 14:33 
Questionwierd behaviour of compiler / visual studio Pin
Piratenwichtl20003-Dec-08 5:52
Piratenwichtl20003-Dec-08 5:52 
GeneralRe: wierd behaviour of compiler / visual studio [modified] Pin
Luc Pattyn3-Dec-08 6:44
sitebuilderLuc Pattyn3-Dec-08 6:44 
QuestionRe: wierd behaviour of compiler / visual studio Pin
led mike3-Dec-08 6:52
led mike3-Dec-08 6:52 
AnswerRe: wierd behaviour of compiler / visual studio Pin
Luc Pattyn3-Dec-08 7:09
sitebuilderLuc Pattyn3-Dec-08 7:09 
GeneralRe: wierd behaviour of compiler / visual studio Pin
led mike3-Dec-08 7:58
led mike3-Dec-08 7:58 
GeneralRe: wierd behaviour of compiler / visual studio Pin
Piratenwichtl20004-Dec-08 23:17
Piratenwichtl20004-Dec-08 23:17 
Questionconnectionstring "/" Pin
hassanasp3-Dec-08 5:46
hassanasp3-Dec-08 5:46 
AnswerRe: connectionstring "/" [modified] Pin
Mark Salsbery3-Dec-08 5:49
Mark Salsbery3-Dec-08 5:49 
QuestionHow to assign IP address to a network card Pin
s196675m3-Dec-08 5:34
s196675m3-Dec-08 5:34 

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.