How do i write a txt file of repeating sequence into a database? - JDBC JAVA
This is a discussion on How do i write a txt file of repeating sequence into a database? - JDBC JAVA ; I need to insert a txt file of repeating sequence into a database. How do i
do that?
--
Message posted via http://www.javakb.com...
-
How do i write a txt file of repeating sequence into a database?
I need to insert a txt file of repeating sequence into a database. How do i
do that?
--
Message posted via http://www.javakb.com
-
Re: How do i write a txt file of repeating sequence into a database?
dan dan via JavaKB.com wrote:
> 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).
--
Regards,
Karsten
Similar Threads
-
By Application Development in forum XML SOAP
Replies: 4
Last Post: 06-14-2007, 07:56 AM
-
By Application Development in forum ADO DAO RDO RDS
Replies: 0
Last Post: 01-08-2007, 03:35 PM
-
By Application Development in forum Adobe Indesign
Replies: 0
Last Post: 12-28-2006, 01:17 AM
-
By Application Development in forum awk
Replies: 5
Last Post: 09-25-2006, 07:46 AM
-
By Application Development in forum Inetserver
Replies: 1
Last Post: 02-27-2005, 09:57 AM