I need to insert a txt file of repeating sequence into a database. How do i
do that?
> I need to insert a txt file of repeating sequence into a database. How do i
> do that?
Use a BLOB to store the file as a binary version in your database (there
might be other BLOB types around, depending on your database system,
that can be used for plain text).

Signature
Regards,
Karsten