Postby Jean-Philippe Victoire » 06 Oct 2008, 20:57
Posted by: Jean-Philippe Victoire
hi Fabricio,
I installed myoledb v3.
sample :
Set SqlUser = toto
Set SqlPassword = toto
Set SqlDatabase = sDATABASE
Set SqlUDL = "Provider=MySqlProv;Location=" || sSERVER
If NOT SqlCreateSession( hSgAST, SqlUDL)
Return FALSE
If NOT SqlCreateStatement( hSgAST, hSqlgAST )
Return FALSE