W1058 Implicit string cast with potential data loss from
Posted: 01.03.2010, 03:26
I receive the warning:
[DCC Warning] ZDbcInterbase6.pas(527): W1058 Implicit string cast with potential data loss from 'string' to 'AnsiString'
line 527
StrPCopy(DBName, HostName + '/' + IntToStr(Port) + ':' + Database)
line 529
StrPCopy(DBName, HostName + ':' + Database)
line 523
StrPCopy(DBName, Database);
Thank you
[DCC Warning] ZDbcInterbase6.pas(527): W1058 Implicit string cast with potential data loss from 'string' to 'AnsiString'
line 527
StrPCopy(DBName, HostName + '/' + IntToStr(Port) + ':' + Database)
line 529
StrPCopy(DBName, HostName + ':' + Database)
line 523
StrPCopy(DBName, Database);
Thank you