|
@@ -170,7 +170,7 @@ begin
|
|
FieldtypeDefinitions[ftMemo] := 'BLOB SUB_TYPE TEXT';
|
|
FieldtypeDefinitions[ftMemo] := 'BLOB SUB_TYPE TEXT';
|
|
end;
|
|
end;
|
|
if SQLDbType = ODBC then Fconnection := tODBCConnection.Create(nil);
|
|
if SQLDbType = ODBC then Fconnection := tODBCConnection.Create(nil);
|
|
- {$IFDEF Win64}
|
|
|
|
|
|
+ {$IFNDEF Win64}
|
|
if SQLDbType = ORACLE then Fconnection := TOracleConnection.Create(nil);
|
|
if SQLDbType = ORACLE then Fconnection := TOracleConnection.Create(nil);
|
|
{$ENDIF Win64}
|
|
{$ENDIF Win64}
|
|
if SQLDbType = MSSQL then
|
|
if SQLDbType = MSSQL then
|