|
@@ -200,8 +200,7 @@ begin
|
|
HostName := dbhostname;
|
|
HostName := dbhostname;
|
|
if length(dbQuoteChars)>1 then
|
|
if length(dbQuoteChars)>1 then
|
|
begin
|
|
begin
|
|
- FieldNameQuoteChars[0] := dbQuoteChars[1];
|
|
|
|
- FieldNameQuoteChars[1] := dbQuoteChars[2];
|
|
|
|
|
|
+ FieldNameQuoteChars:=dbquotechars;
|
|
end;
|
|
end;
|
|
Open;
|
|
Open;
|
|
end;
|
|
end;
|