I am replacing an old Perl program that splits up a text file and imports it into a couple of tables in a SQL database, and also has to perform some calculations for other fields in the table.
The text file has one line per detail record, and is always the same, so this should be easy right?
I'm not quite sure where to start on this project. I have a similar application I developed (sort of) that imports an excel sheet, but I had alot of help on Tek Tips with this one as well, but it's just ... different...
The tables are basically Master and Detail. There could be a couple hundred detail records and then I need to also create a master record for the detail based on some grouping options. I know how to do the SQL stuff, but the VB code gets me every time.
thanks.
The text file has one line per detail record, and is always the same, so this should be easy right?
I'm not quite sure where to start on this project. I have a similar application I developed (sort of) that imports an excel sheet, but I had alot of help on Tek Tips with this one as well, but it's just ... different...
The tables are basically Master and Detail. There could be a couple hundred detail records and then I need to also create a master record for the detail based on some grouping options. I know how to do the SQL stuff, but the VB code gets me every time.
thanks.