Click here to Skip to main content
15,887,485 members
Home / Discussions / Database
   

Database

 
GeneralRe: Decimal precision Creating Table Pin
Mazdak14-Nov-02 5:08
Mazdak14-Nov-02 5:08 
Generalproblem saving binary data into a file Pin
trozner12-Nov-02 6:16
trozner12-Nov-02 6:16 
QuestionYukon (SQL Server 2003) Questions? Pin
Larry Maccherone12-Nov-02 5:50
Larry Maccherone12-Nov-02 5:50 
GeneralHelp with ADO namespace error Pin
Paul Silvernail12-Nov-02 5:22
Paul Silvernail12-Nov-02 5:22 
GeneralRe: Help with ADO namespace error Pin
Mazdak12-Nov-02 5:31
Mazdak12-Nov-02 5:31 
GeneralRe: Help with ADO namespace error Pin
Paul Silvernail12-Nov-02 7:12
Paul Silvernail12-Nov-02 7:12 
GeneralDataSets or Direct Manipulation Pin
Sijin12-Nov-02 1:55
Sijin12-Nov-02 1:55 
GeneralRe: DataSets or Direct Manipulation Pin
Rob Graham18-Nov-02 10:58
Rob Graham18-Nov-02 10:58 
Avoid using large datasets in remoting applications. Even if you specify binary serialization, the contained objects (datatables, datarelations) still get serialized to HTML diffgrams (very verbose) and consume immense ammounts of memory and bandwith if many rows are involved. My experience is that this also leaks memory (although this may just have been due to costruction in the "large object heap" which seems only to be garbage collected if the moon is full). This MSDN magazine article <a href="http://msdn.microsoft.com/msdnmag/issues/02/12/CuttingEdge/default.aspx">http://msdn.microsoft.com/msdnmag/issues/02/12/CuttingEdge/default.aspx</a>[<a target=_blank title='New Window' href="http://msdn.microsoft.com/msdnmag/issues/02/12/CuttingEdge/default.aspx">^</a>] goes into much more detail, and suggests some workarounds.
We ended up loading a custom class instance (basically an arraylist of arraylits), serializing that, deserializing and reconstructing a dataset on the client side. Cut memory usage by factor of 4 and increased performance by factor of 3. No more memory leaks.

When all else fails, read the directions...
Smile | :)
OldRob
GeneralRe: DataSets or Direct Manipulation Pin
Sijin18-Nov-02 13:59
Sijin18-Nov-02 13:59 
GeneralRe: DataSets or Direct Manipulation Pin
Rob Graham18-Nov-02 17:14
Rob Graham18-Nov-02 17:14 
GeneralDatabase Table synchronization Pin
johnb11-Nov-02 16:40
johnb11-Nov-02 16:40 
QuestionWhy my program not connect to oracle on other pc? Pin
sages11-Nov-02 16:12
sages11-Nov-02 16:12 
GeneralADOX: Using Append with adDBTimeStamp Problem in Visual C++ .net Pin
Bart-Man11-Nov-02 4:53
Bart-Man11-Nov-02 4:53 
GeneralRe: ADOX: Using Append with adDBTimeStamp Problem in Visual C++ .net Pin
Mazdak11-Nov-02 8:35
Mazdak11-Nov-02 8:35 
GeneralRe: ADOX: Using Append with adDBTimeStamp Problem in Visual C++ .net Pin
Bart-Man11-Nov-02 9:19
Bart-Man11-Nov-02 9:19 
GeneralRe: ADOX: Using Append with adDBTimeStamp Problem in Visual C++ .net Pin
Mazdak11-Nov-02 20:05
Mazdak11-Nov-02 20:05 
GeneralRe: ADOX: Using Append with adDBTimeStamp Problem in Visual C++ .net Pin
Bart-Man12-Nov-02 11:22
Bart-Man12-Nov-02 11:22 
GeneralIterating through DBs/Tables Pin
Christian Graus11-Nov-02 0:03
protectorChristian Graus11-Nov-02 0:03 
GeneralRe: Iterating through DBs/Tables Pin
Daniel Turini11-Nov-02 0:32
Daniel Turini11-Nov-02 0:32 
GeneralRe: Iterating through DBs/Tables Pin
David Salter11-Nov-02 12:02
David Salter11-Nov-02 12:02 
GeneralRe: Iterating through DBs/Tables Pin
Daniel Turini11-Nov-02 20:41
Daniel Turini11-Nov-02 20:41 
GeneralRe: Iterating through DBs/Tables Pin
Christian Graus13-Nov-02 23:31
protectorChristian Graus13-Nov-02 23:31 

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.