"Jeff Zucker" <[EMAIL PROTECTED]> píse v diskusním príspevku
news:[EMAIL PROTECTED]
> RH wrote:
>
>>Hi,
>>I have an app which connects via DBI:DBD:CSV to a flat file.
>>When I include pragma use encoding,
> Ah, ok I found it. This patch to DBD::File fixes it.
>
> 533c533
> < sprintf('(?:%s|%
RH wrote:
Hi,
I have an app which connects via DBI:DBD:CSV to a flat file.
When I include pragma use encoding,
Ah, ok I found it. This patch to DBD::File fixes it.
533c533
< sprintf('(?:%s|%s¦%s)',
---
sprintf('(?:%s|%s|%s)',
In other words, change line 533 in File.pm to look like the se
RH wrote:
I have an app which connects via DBI:DBD:CSV to a flat file.
When I include pragma use encoding, the app aborts (message from OS and the
script is killed).
I found out that script is aborted during execute method of DBI.
The DB file has only ASCII characters. I use pragma encoding to disp
Hi,
I have an app which connects via DBI:DBD:CSV to a flat file.
When I include pragma use encoding, the app aborts (message from OS and the
script is killed).
I found out that script is aborted during execute method of DBI.
The DB file has only ASCII characters. I use pragma encoding to display
l