Page 1 of 1

Is SQL database in Delphi used by FT

Posted: Fri May 28, 2010 1:35 pm
by superdoug3
1. I see Delphi has SQL, does FT update this database ?
2. During the creation of a strategy in Delphi, would it be possible to update the SQL database, for reporting my test results using SQL Query language

Re: Is SQL database in Delphi used by FT

Posted: Fri May 28, 2010 9:33 pm
by Terranin
superdoug3 wrote:1. I see Delphi has SQL, does FT update this database ?
2. During the creation of a strategy in Delphi, would it be possible to update the SQL database, for reporting my test results using SQL Query language


1. no
2. If you can use SQL by yourself you can do it.

connecting to Delphi Database API from a strategy

Posted: Sat May 29, 2010 10:22 am
by superdoug3
do you know if anyone has tried to connect to Delphi Database API from the strategy interface ?

Re: connecting to Delphi Database API from a strategy

Posted: Sat May 29, 2010 11:30 am
by Terranin
superdoug3 wrote:do you know if anyone has tried to connect to Delphi Database API from the strategy interface ?


I do not know, but it should work like from regular program. If you can write an application that works with databases then there is no problems to move this code to strategy.