Results 1 to 3 of 3

Thread: Newbie Text File ???

  1. #1
    Join Date
    May 2005
    Posts
    15

    Newbie Text File ???

    Is there a way that you use query commands in text files? For example is there a way that if I created a table with say a column called color and be able to call all the rows in the table without a select command. So instead of using select color it could be in this form: Color:_______ and then when you entered a color it would show the rows with that specific color. Please help I've been struggling with this 4 a while.

  2. #2
    Join Date
    Feb 2003
    Posts
    1,048
    I'm afraid that I don't understand what you are wanting to do?????

  3. #3
    Join Date
    Sep 2002
    Posts
    5,938
    You need sql statement to query sql table. What you can do is put your sql statements in script (text file) and run the script with certain utility (depends on rdbms you use).

Posting Permissions

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