Ok gang...
I have a text file that is 279Mb in size (it is all nicely formatted json) that I need to get into my database.
Creating my app as a 64-bit and things like fRead and fLoadText work perfectly... but ya gotta screw around getting things like NativePostgres to work..
So I've gone the create a 32-bit app. All the NativePostgres works "off-the-shelf".. but... now I can't get the data out of the text file (I'm told my 64Gb RAM machine is "Out of Memory")...
I do know that this "bug" was pointed out to PCSoft in version 17, but I can't find anywhere that has a solve for it... so...
anyone have any idea how to get data out of a large file using 32-bit WX app???
I have a text file that is 279Mb in size (it is all nicely formatted json) that I need to get into my database.
Creating my app as a 64-bit and things like fRead and fLoadText work perfectly... but ya gotta screw around getting things like NativePostgres to work..
So I've gone the create a 32-bit app. All the NativePostgres works "off-the-shelf".. but... now I can't get the data out of the text file (I'm told my 64Gb RAM machine is "Out of Memory")...
I do know that this "bug" was pointed out to PCSoft in version 17, but I can't find anywhere that has a solve for it... so...
anyone have any idea how to get data out of a large file using 32-bit WX app???