Author Topic: Function Question for Rob  (Read 2623 times)

onthecuttingedge2005

  • Guest
Function Question for Rob
« on: August 02, 2007, 10:46:07 am »
Hi Rob.

I have been studying some deeper functions of HAL, Question.

How can I use this function ImportTableFromFile?

I want to quickly import text strings to a database table like:

import LearnedText.txt to "LearnedText" table.

Thanks.
Jerry[8D]

Holllywood

  • Sr. Member
  • ****
  • Posts: 357
    • View Profile
Function Question for Rob
« Reply #1 on: August 04, 2007, 05:38:40 pm »
Way to go Jerry. Glad to see your on this. Hope Rob can give a solution.
Hollywood

Medeksza

  • Administrator
  • Hero Member
  • *****
  • Posts: 1469
    • View Profile
    • http://www.zabaware.com
Function Question for Rob
« Reply #2 on: August 10, 2007, 11:59:22 am »
Basically this function converts Hal 5.0 BRN files into Hal 6.0 tables. So if you remember how Hal 5.0 BRN files were setup you can create them, then import them using this function. You have the pass the filename, the type of brain file it was (e.g. Q&A or topic), and the name of the table to import it into.
Robert Medeksza

onthecuttingedge2005

  • Guest
Function Question for Rob
« Reply #3 on: August 10, 2007, 06:02:18 pm »
quote:
Originally posted by Medeksza

Basically this function converts Hal 5.0 BRN files into Hal 6.0 tables. So if you remember how Hal 5.0 BRN files were setup you can create them, then import them using this function. You have the pass the filename, the type of brain file it was (e.g. Q&A or topic), and the name of the table to import it into.



Thanks Rob.

I think I have it now.

Jerry[8D]