Click here to Skip to main content
15,890,741 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Open a file from Local disk Pin
Baddog_52017-Nov-07 16:43
Baddog_52017-Nov-07 16:43 
QuestionFaxing from word.doc from VB Pin
simonk196912-Nov-07 11:59
simonk196912-Nov-07 11:59 
QuestionDatagrid Hyperlink column Pin
Num1CodeStudent12-Nov-07 8:59
Num1CodeStudent12-Nov-07 8:59 
QuestionMake any sense? Pin
cstrader23212-Nov-07 5:06
cstrader23212-Nov-07 5:06 
AnswerRe: Make any sense? Pin
Paul Conrad28-Nov-07 15:14
professionalPaul Conrad28-Nov-07 15:14 
GeneralRe: Make any sense? Pin
cstrader23228-Nov-07 17:14
cstrader23228-Nov-07 17:14 
GeneralRe: Make any sense? Pin
Paul Conrad28-Nov-07 17:36
professionalPaul Conrad28-Nov-07 17:36 
GeneralRe: Make any sense? Pin
cstrader23229-Nov-07 3:31
cstrader23229-Nov-07 3:31 
Yes, interesting idea (I'm assuming you mean combine all of the 2000 individual files into one single dataset)

One problem is that the resulting dataset is huge.

Here is the issue:

The textfiles are about 25K each times 2000 files = 50,000. Not a problem

Turn each of those textfiles into a datatable, each datatable is now 200KB!

200 * 2000 = 40M

OK that can be done, but seems really wasteful, and takes a long time to read it.

So really I'm looking for an alternative that doesn't require datatables at all. Until I get an alternative, I'm tempted to just say with the textfiles themselves.

BTW object arrays serialize to a size that's somewhat bigger than the original textfiles, but not much (about 37K each)








QuestionMessageBox Pin
Abbhie12-Nov-07 4:20
Abbhie12-Nov-07 4:20 
AnswerRe: MessageBox Pin
Luc Pattyn12-Nov-07 4:31
sitebuilderLuc Pattyn12-Nov-07 4:31 
AnswerRe: MessageBox Pin
Paul Conrad12-Nov-07 4:36
professionalPaul Conrad12-Nov-07 4:36 
AnswerRe: MessageBox Pin
Vimalsoft(Pty) Ltd12-Nov-07 5:46
professionalVimalsoft(Pty) Ltd12-Nov-07 5:46 
QuestionHow to create a Wi-Fi Manager? Pin
Paramhans Dubey12-Nov-07 1:42
professionalParamhans Dubey12-Nov-07 1:42 
AnswerRe: How to create a Wi-Fi Manager? Pin
DigiOz Multimedia12-Nov-07 5:30
DigiOz Multimedia12-Nov-07 5:30 
AnswerRe: How to create a Wi-Fi Manager? Pin
mykingdomforanewusername12-Nov-07 12:54
mykingdomforanewusername12-Nov-07 12:54 
GeneralRe: How to create a Wi-Fi Manager? Pin
Paramhans Dubey13-Nov-07 1:52
professionalParamhans Dubey13-Nov-07 1:52 
AnswerRe: How to create a Wi-Fi Manager? Pin
Baddog_52017-Nov-07 16:58
Baddog_52017-Nov-07 16:58 
Questionmultiple String Table. Pin
birajendu12-Nov-07 1:21
birajendu12-Nov-07 1:21 
Questionhow to make xml comments in vb.net Pin
codeproject_buna12-Nov-07 1:01
codeproject_buna12-Nov-07 1:01 
AnswerRe: how to make xml comments in vb.net Pin
Steven J Jowett12-Nov-07 1:08
Steven J Jowett12-Nov-07 1:08 
AnswerRe: how to make xml comments in vb.net Pin
Cameron Marsden12-Nov-07 1:11
Cameron Marsden12-Nov-07 1:11 
AnswerRe: how to make xml comments in vb.net Pin
AliAmjad12-Nov-07 1:21
AliAmjad12-Nov-07 1:21 
AnswerRe: how to make xml comments in vb.net Pin
John_Adams14-Nov-07 10:15
John_Adams14-Nov-07 10:15 
QuestionHow to link? Pin
sweet corn12-Nov-07 0:21
sweet corn12-Nov-07 0:21 
AnswerRe: How to link? Pin
DigiOz Multimedia12-Nov-07 6:09
DigiOz Multimedia12-Nov-07 6:09 

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.