Results 1 to 2 of 2

Thread: Displaying text

  1. #1

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

    Post

    I have a large text box that displayes text information in my app on my main form.
    The app is linked to a database and so is the information inside the textbox.
    My question is this:
    Is it a bad idea to store the text directly in the database and then display it directly from the data base?
    Is it better to have a text file with the data inside , and the file name stored in the data base?
    Is it recomended to store large strings in
    a database field??
    Thanks.
    Danny.

  2. #2
    New Member
    Join Date
    Jan 2000
    Location
    kuwait
    Posts
    9

    Post

    hi

    It is recommended to store text file in database then being shown by textbox or rictextbox (if your textis large ),you can store each line in each field which will make your seek faster (if you wnat to search..)

    regards

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