mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 16:09:31 +02:00
* fcl-db: forgot rename in {$IFNDEF Win64} section in r22993
git-svn-id: trunk@22996 -
This commit is contained in:
parent
ffefefc1dc
commit
ccead0db7b
@ -153,7 +153,7 @@ begin
|
||||
if SQLConnType = INTERBASE then Fconnection := TIBConnection.Create(nil);
|
||||
if SQLConnType = ODBC then Fconnection := TODBCConnection.Create(nil);
|
||||
{$IFNDEF Win64}
|
||||
if SQLDbType = ORACLE then Fconnection := TOracleConnection.Create(nil);
|
||||
if SQLConnType = ORACLE then Fconnection := TOracleConnection.Create(nil);
|
||||
{$ENDIF Win64}
|
||||
if SQLConnType = MSSQL then Fconnection := TMSSQLConnection.Create(nil);
|
||||
if SQLConnType = SYBASE then Fconnection := TSybaseConnection.Create(nil);
|
||||
|
Loading…
Reference in New Issue
Block a user