hi all
how to read text file and insert in to sql database
my text file like this
<tablename>
content
<tablename1>
content
<tablename3>
content
all files comes in same format only,
i have all <tablenames >in one more table.first i want to refer that table,that table first column match with text file first tablename<tablename>
den i want to insert in to database..
please help me!!!