I'm trying to connect to an Oracle database backend with LIVECODE COMMUNITY 6.5 and each time I'm encoutering this error :
Invalid database type
my questions :
1. is Oracle database accessible via LiveCode Community 6.5 ?
2. is this related to the connection string I'm providing to call the connectionhandler ?
code :
Code: Select all
put revOpenDatabase("oracle", tDatabaseAdress, tDatabaseName, tDatabaseUser, tDatabasePassword) into tResult
Regards,
Sada