I never use VB, but may be any body help me.
Well, i need to get data from text file and want to save it in SQL table. I can get it through SQL directly but the problem is data is not in sequence in .txt file. for example the text file is look like
Company name, date, time, address..... 9Some other information) then
Acct:00100,EXP,114
REG: $44000.00 OVERTIME: $16500.00
ACCT:00100,EXP,131
REG: $81000.00 PERSONAL: $15000.00 HOLIDAY: 5424.00
ACCT:00100,EXP,080
SALREG: $45678.00 VAATION: 25000.00 ....etc etc
i need to get information and save in the the specific column. like..
00100 will save in Dep. number
EXP will save in Department name
080 will save in code
all different valuse will be saved in their related columns like
Reg: $81,000.00 will save as 81000.00 in Salary columns.
Can any body help me for that.
Thanks in Advance
Knowledge is a key of success.
Well, i need to get data from text file and want to save it in SQL table. I can get it through SQL directly but the problem is data is not in sequence in .txt file. for example the text file is look like
Company name, date, time, address..... 9Some other information) then
Acct:00100,EXP,114
REG: $44000.00 OVERTIME: $16500.00
ACCT:00100,EXP,131
REG: $81000.00 PERSONAL: $15000.00 HOLIDAY: 5424.00
ACCT:00100,EXP,080
SALREG: $45678.00 VAATION: 25000.00 ....etc etc
i need to get information and save in the the specific column. like..
00100 will save in Dep. number
EXP will save in Department name
080 will save in code
all different valuse will be saved in their related columns like
Reg: $81,000.00 will save as 81000.00 in Salary columns.
Can any body help me for that.
Thanks in Advance
Knowledge is a key of success.