I need to import Text files into a Pervasive DB
We are Using Pervasive v9.6. I have Created a table with 2 fields :
ItemNo CHAR 50
ExtDesc LONGVARCHAR (As data will be more that 255 CHARS)
What would be the best way to populate this table.
Can I somehow get a stored procedure to read a dir and import all teh txt files in it ?
We are Using Pervasive v9.6. I have Created a table with 2 fields :
ItemNo CHAR 50
ExtDesc LONGVARCHAR (As data will be more that 255 CHARS)
What would be the best way to populate this table.
Can I somehow get a stored procedure to read a dir and import all teh txt files in it ?