I have my database in MySQL, and when I'm ready to use it in tradestation, i export it out as an ASCII file so TS can read it.
I use the following command:
select date, open, high, low, close, volume into outfile
'c:/pf/data/cef.database/nox' fields terminated by ',' lines
terminated...