Click here to Skip to main content
16,006,065 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Palm Os programming Pin
Nish Nishant22-Jul-02 15:59
sitebuilderNish Nishant22-Jul-02 15:59 
GeneralRe: Palm Os programming Pin
ib04212923-Jul-02 6:43
ib04212923-Jul-02 6:43 
GeneralOleDbCommand - peculiar issue Pin
Nish Nishant19-Jul-02 3:21
sitebuilderNish Nishant19-Jul-02 3:21 
QuestionHow to wrap lines? Pin
Nish Nishant19-Jul-02 2:49
sitebuilderNish Nishant19-Jul-02 2:49 
AnswerRe: How to wrap lines? Pin
Nish Nishant19-Jul-02 2:51
sitebuilderNish Nishant19-Jul-02 2:51 
GeneralRe: How to wrap lines? Pin
ColinDavies19-Jul-02 19:22
ColinDavies19-Jul-02 19:22 
GeneralDesign issue - OleDbConnection Pin
Nish Nishant19-Jul-02 2:43
sitebuilderNish Nishant19-Jul-02 2:43 
GeneralRe: Design issue - OleDbConnection Pin
Alexandru Savescu19-Jul-02 3:57
Alexandru Savescu19-Jul-02 3:57 
You may be better off using a DataSet. It caches data from the server and you can store it on the client (Assume you connect to a data source and display everything in a data grid for example)

Then you will perform any operations on the client and update everything in the end. Thus, you do not have to worry about the connection being help up.

For additional info on datasets check my article here.

I hope that helps.

Best regards,
Alexandru Savescu
GeneralRe: Design issue - OleDbConnection Pin
Nish Nishant19-Jul-02 4:04
sitebuilderNish Nishant19-Jul-02 4:04 
GeneralRe: Design issue - OleDbConnection Pin
Alexandru Savescu19-Jul-02 4:15
Alexandru Savescu19-Jul-02 4:15 
GeneralRe: Design issue - OleDbConnection Pin
Nish Nishant19-Jul-02 4:23
sitebuilderNish Nishant19-Jul-02 4:23 
GeneralMultiple objects? Or one BIG object? A design question! Pin
Nish Nishant18-Jul-02 1:40
sitebuilderNish Nishant18-Jul-02 1:40 
GeneralMarshaling an interface between threads in a process Pin
Michael Mac14-Jul-02 10:54
Michael Mac14-Jul-02 10:54 
GeneralRe: Marshaling an interface between threads in a process Pin
Rama Krishna Vavilala16-Jul-02 11:10
Rama Krishna Vavilala16-Jul-02 11:10 
GeneralRe: Marshaling an interface between threads in a process Pin
Michael Mac17-Jul-02 0:16
Michael Mac17-Jul-02 0:16 
GeneralExcel format IO Pin
ILLCOMM10-Jul-02 10:22
ILLCOMM10-Jul-02 10:22 
GeneralRe: Excel format IO Pin
Carlos Antollini10-Jul-02 10:30
Carlos Antollini10-Jul-02 10:30 
GeneralCopy a CString to a Stream* Pin
Alexandru Savescu9-Jul-02 3:20
Alexandru Savescu9-Jul-02 3:20 
GeneralRe: Copy a CString to a Stream* Pin
Nish Nishant9-Jul-02 17:27
sitebuilderNish Nishant9-Jul-02 17:27 
GeneralRe: Copy a CString to a Stream* Pin
Alexandru Savescu9-Jul-02 22:06
Alexandru Savescu9-Jul-02 22:06 
GeneralRe: Copy a CString to a Stream* Pin
Michael Mac14-Jul-02 11:04
Michael Mac14-Jul-02 11:04 
GeneralRe: Copy a CString to a Stream* Pin
Alexandru Savescu14-Jul-02 20:17
Alexandru Savescu14-Jul-02 20:17 
GeneralRuntime files Pin
Rickard Andersson206-Jul-02 3:53
Rickard Andersson206-Jul-02 3:53 
GeneralRe: Runtime files Pin
Rama Krishna Vavilala6-Jul-02 3:55
Rama Krishna Vavilala6-Jul-02 3:55 
GeneralRe: Runtime files Pin
Rickard Andersson206-Jul-02 4:13
Rickard Andersson206-Jul-02 4:13 

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.