Click here to Skip to main content
16,007,809 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Converting C# code to Vb.net Pin
Steven J Jowett20-Aug-08 11:48
Steven J Jowett20-Aug-08 11:48 
AnswerRe: Converting C# code to Vb.net Pin
Dave Doknjas20-Aug-08 14:29
Dave Doknjas20-Aug-08 14:29 
QuestionComputer Science 101 question Pin
cstrader23220-Aug-08 2:57
cstrader23220-Aug-08 2:57 
AnswerRe: Computer Science 101 question Pin
MikeMarq20-Aug-08 6:39
MikeMarq20-Aug-08 6:39 
GeneralRe: Computer Science 101 question Pin
cstrader23220-Aug-08 7:52
cstrader23220-Aug-08 7:52 
GeneralRe: Computer Science 101 question Pin
Dave Kreskowiak20-Aug-08 13:41
mveDave Kreskowiak20-Aug-08 13:41 
GeneralRe: Computer Science 101 question Pin
cstrader23220-Aug-08 16:31
cstrader23220-Aug-08 16:31 
GeneralRe: Computer Science 101 question Pin
Dave Kreskowiak21-Aug-08 1:28
mveDave Kreskowiak21-Aug-08 1:28 
cstrader232 wrote:
I can get about 194,000,000 (194 million) singles (That is 780,000,000 bytes), but never more.


Like I said, this limit will depend on how much RAM is installed in the machine, the size of the page files you have, what else is installed in Windows (drivers, services running, other applications), and how big your app is, among other things.


cstrader232 wrote:
I can get about 194,000,000 (194 million) singles (That is 780,000,000 bytes), but never more.


Disable services you don't need, reboot the machine and see what happens.


cstrader232 wrote:
In any case, is it possible to tell what the biggest array I can dim at a given time is?


No, not without trying to allocate the array.


From your description, you're either going to have to go to a 64-bit machine with a ton of ram, or go with doing this in files. You're going ot have more than just the 50,000,000 rows in the array. How many columns are in this array (50M x 5?? = 250,000,000).


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Computer Science 101 question Pin
cstrader23221-Aug-08 1:36
cstrader23221-Aug-08 1:36 
GeneralRe: Computer Science 101 question Pin
Dave Kreskowiak21-Aug-08 12:13
mveDave Kreskowiak21-Aug-08 12:13 
AnswerRe: Computer Science 101 question Pin
Paul Conrad20-Aug-08 14:13
professionalPaul Conrad20-Aug-08 14:13 
GeneralRe: Computer Science 101 question Pin
cstrader23220-Aug-08 16:12
cstrader23220-Aug-08 16:12 
GeneralRe: Computer Science 101 question Pin
Mycroft Holmes20-Aug-08 19:25
professionalMycroft Holmes20-Aug-08 19:25 
QuestionCopy a Row from one DataGridView to another Pin
Princy_Jones19-Aug-08 22:11
Princy_Jones19-Aug-08 22:11 
QuestionWMI Connection Error Pin
nitin_ion19-Aug-08 21:34
nitin_ion19-Aug-08 21:34 
Questionisnull(value,default value) as <column name=""> not working for adapter.update()</column> Pin
honeyashu19-Aug-08 20:49
honeyashu19-Aug-08 20:49 
AnswerRe: isnull(value,default value) as not working for adapter.update() Pin
Mycroft Holmes19-Aug-08 21:27
professionalMycroft Holmes19-Aug-08 21:27 
GeneralRe: isnull(value,default value) as not working for adapter.update() Pin
honeyashu19-Aug-08 23:08
honeyashu19-Aug-08 23:08 
GeneralRe: isnull(value,default value) as not working for adapter.update() Pin
Mycroft Holmes19-Aug-08 23:15
professionalMycroft Holmes19-Aug-08 23:15 
GeneralRe: isnull(value,default value) as not working for adapter.update() Pin
honeyashu19-Aug-08 23:31
honeyashu19-Aug-08 23:31 
GeneralRe: isnull(value,default value) as not working for adapter.update() Pin
Jon_Boy20-Aug-08 2:07
Jon_Boy20-Aug-08 2:07 
GeneralRe: isnull(value,default value) as not working for adapter.update() Pin
Mycroft Holmes20-Aug-08 2:10
professionalMycroft Holmes20-Aug-08 2:10 
GeneralRe: isnull(value,default value) as not working for adapter.update() Pin
Jon_Boy20-Aug-08 2:28
Jon_Boy20-Aug-08 2:28 
QuestionAccess Database Pin
Rhoden19-Aug-08 17:07
Rhoden19-Aug-08 17:07 
AnswerRe: Access Database Pin
Paul Conrad19-Aug-08 19:54
professionalPaul Conrad19-Aug-08 19:54 

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.