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...

+ Reply to Thread
Results 1 to 2 of 2

How do i write a txt file of repeating sequence into a database?

  1. Default 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

  2. Default 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

+ Reply to Thread

Similar Threads

  1. non-repeating sequence (newbie question)
    By Application Development in forum XML SOAP
    Replies: 4
    Last Post: 06-14-2007, 07:56 AM
  2. Replies: 0
    Last Post: 01-08-2007, 03:35 PM
  3. How to write text in a database field into a xml file?
    By Application Development in forum Adobe Indesign
    Replies: 0
    Last Post: 12-28-2006, 01:17 AM
  4. Replies: 5
    Last Post: 09-25-2006, 07:46 AM
  5. Can't write to Access database - only read
    By Application Development in forum Inetserver
    Replies: 1
    Last Post: 02-27-2005, 09:57 AM