Hi,
I am faced with a situation in which the search system of an online database system needs to be run locally as well.
A backup of the actual flattext database on the server is copied to the local harddisk. Now I need a program that is able to parse the file and do a search through it.
I was wondering if VBscript is able to do this?
This is the setup of the textfile:
uniquenr1|field1|field2|field3|field4|etc...
uniquenr2|field1|field2|field3|field4|etc...
etc.
Will VBscript be able to parse this file and create an array for each record? And after create an array for each record splitted by "|"!
Another question: at the moment the size of the file is almost 1 meg will this be a problem supposed that the above is possible in VBscript?
Hope somebody has experience with something like this!
Thanks anyway,
Ron
I am faced with a situation in which the search system of an online database system needs to be run locally as well.
A backup of the actual flattext database on the server is copied to the local harddisk. Now I need a program that is able to parse the file and do a search through it.
I was wondering if VBscript is able to do this?
This is the setup of the textfile:
uniquenr1|field1|field2|field3|field4|etc...
uniquenr2|field1|field2|field3|field4|etc...
etc.
Will VBscript be able to parse this file and create an array for each record? And after create an array for each record splitted by "|"!
Another question: at the moment the size of the file is almost 1 meg will this be a problem supposed that the above is possible in VBscript?
Hope somebody has experience with something like this!
Thanks anyway,
Ron