InstantObjects
InstantObjects copied to clipboard
Installazione Componenti in Rad Studio 11 Professional
Quando installo i componenti dal Package Manager la compilazione va in errore nella sezione Compiling project IOFireFAC.dproj ed il pacchetto non viene installato.
Ho fatto un aggiornamento per Delphi 11.1, attenzione che i nomi (LibSuffix) dei package per D11 sono cambiati.
RAD Studio 11.1 Professional
InstantObjects does not install. Fails with 'FireDACODBCDriver' not found.
Does InstantObjects work in Delphi 11.1 Professional?
Yes, InstantObjects works also in Professional version, but you must remove the dependencies of Units that uses some technologies/databases not supported in in Professional version. I haven't Professional Version installed at the moment to try... (scrivimi in privato se vuoi su [email protected]) magari riusciamo a sentirci direttamente.
Hy James, try to change this section into InstantFireDAC.pas: // Supported databases (only MSSQL and Firebird have been tested)
//{$DEFINE SYBASE_SUPPORT} {$DEFINE MSSQL_SUPPORT} {$DEFINE IBFB_SUPPORT} {$DEFINE ORACLE_SUPPORT} //{$DEFINE PGSQL_SUPPORT} //{$DEFINE MYSQL_SUPPORT} //{$DEFINE SQLITE_SUPPORT}
Disabling, {$DEFINE MSSQL_SUPPORT} that probably is the cause of the error and {$DEFINE ORACLE_SUPPORT}. I don't know specific limitation to FireDAC into Delphi Professional, but if you can use FireDAC with local databases, such as SQLLITE or Interbase/Firebird, you probably must activate only those compiler directive....
Any feedback?
I can install the professional version in my new computer, because my old computer no longer works…Inviato da iPhoneIl giorno 22 ott 2023, alle ore 10:18, Carlo Barazzetta @.***> ha scritto: Any feedback?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>