Results 1 to 2 of 2

Thread: large field

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 1999
    Location
    u.s.a
    Posts
    127

    Post

    I need to display text on my app.
    the text is about 150 chrecters long.
    Would it be recomended to store this text in a field in a database table?
    Is it possible to store so much text in a database table?
    (I meen in one record).
    Would it be recomended to store the text in a text file and just open the file and copy the info to my app every time I need it??
    My biggest concern is the speed.
    Thanks.
    Dan.

  2. #2
    Lively Member *Super Sniper*'s Avatar
    Join Date
    Jan 2000
    Location
    Portland, OR
    Posts
    81

    Post

    The fastest way would be to keep it in a const(if it never changes) or a varable(if it changes) in your program. I would think.
    Website

    Send an e-mail to [email protected] to get a sample of my games.

    1. Hardware: The parts of a computer system that can be kicked.
    2. f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng.
    3. Bad command or file name. Go stand in the corner.
    4. Never trust a computer you can't throw out the window.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width