Click here to Skip to main content
15,905,004 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can I send close command to an application that has no window? Pin
Pete O'Hanlon21-Oct-07 10:09
mvePete O'Hanlon21-Oct-07 10:09 
Questiongive ulr of curent opened website in computer Pin
microgroup20-Oct-07 23:55
microgroup20-Oct-07 23:55 
AnswerRe: give ulr of curent opened website in computer Pin
Colin Angus Mackay21-Oct-07 13:14
Colin Angus Mackay21-Oct-07 13:14 
QuestiondbConnection.GetSchema() Pin
half-life20-Oct-07 23:05
half-life20-Oct-07 23:05 
AnswerRe: dbConnection.GetSchema() Pin
Muhammad Shahid Farooq28-Oct-07 8:03
professionalMuhammad Shahid Farooq28-Oct-07 8:03 
GeneralRe: dbConnection.GetSchema() Pin
half-life28-Oct-07 8:08
half-life28-Oct-07 8:08 
QuestionGlobal vs. Local Dataset [modified] Pin
niaher20-Oct-07 19:31
niaher20-Oct-07 19:31 
AnswerRe: Global vs. Local Dataset Pin
Christian Graus20-Oct-07 20:22
protectorChristian Graus20-Oct-07 20:22 
I suspect you are experiencing a fundamental misunderstanding about application development. Unless your 10 forms are all visible at once, you won't have 10 datasets in memory at all. Most likely, your app is pulling data from a SQL Server DB that other users are accessing ? In that case, it's always best to be working on up to date data. There should be a data layer that's used globally, but not an actual global dataset that contains data.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: Global vs. Local Dataset Pin
niaher20-Oct-07 20:57
niaher20-Oct-07 20:57 
GeneralRe: Global vs. Local Dataset Pin
Christian Graus20-Oct-07 21:06
protectorChristian Graus20-Oct-07 21:06 
GeneralRe: Global vs. Local Dataset Pin
darkelv21-Oct-07 15:15
darkelv21-Oct-07 15:15 
QuestionRTF to HTML converter Pin
netJP12L20-Oct-07 19:14
netJP12L20-Oct-07 19:14 
AnswerRe: RTF to HTML converter Pin
Christian Graus20-Oct-07 20:24
protectorChristian Graus20-Oct-07 20:24 
GeneralRe: RTF to HTML converter Pin
netJP12L21-Oct-07 7:29
netJP12L21-Oct-07 7:29 
GeneralRe: RTF to HTML converter Pin
vijayakumar.bu6-Jan-09 20:17
vijayakumar.bu6-Jan-09 20:17 
AnswerRe: RTF to HTML converter Pin
Jani Giannoudis15-Jan-09 13:02
mvaJani Giannoudis15-Jan-09 13:02 
Questiongetting a list of folders within a folder Pin
Jordanwb20-Oct-07 14:12
Jordanwb20-Oct-07 14:12 
AnswerRe: getting a list of folders within a folder Pin
Luc Pattyn20-Oct-07 14:21
sitebuilderLuc Pattyn20-Oct-07 14:21 
GeneralRe: getting a list of folders within a folder Pin
Jordanwb20-Oct-07 14:26
Jordanwb20-Oct-07 14:26 
QuestionStatic variable declaration C# Pin
NGSjamesc20-Oct-07 13:18
NGSjamesc20-Oct-07 13:18 
AnswerRe: Static variable declaration C# Pin
Dave Doknjas20-Oct-07 13:23
Dave Doknjas20-Oct-07 13:23 
AnswerRe: Static variable declaration C# Pin
Scott Dorman20-Oct-07 16:17
professionalScott Dorman20-Oct-07 16:17 
QuestionHelp CrystalReport Pin
KppsK20-Oct-07 12:08
KppsK20-Oct-07 12:08 
QuestionD vs C# Pin
Mike717120-Oct-07 11:08
Mike717120-Oct-07 11:08 
AnswerRe: D vs C# Pin
Christian Graus20-Oct-07 12:47
protectorChristian Graus20-Oct-07 12: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.