Обсуждение: Please correct the psqlodbc-08_01_0200 version
Hi list,
I am using pgsqlODBC driver psqlodbc-08_01_0200 on my PostgreSQL 8.1.3
but there is a little problem on it.
In Options > Datasource > Miscellanous there is an option called "Max
Varchar" that is allways in 254. Please put the max Varchar to 255 and
build the next version of the driver PLEASE !
Regards ...
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Atenciosamente (Sincerely)
Ezequias Rodrigues da Rocha
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
A pior das democracias ainda é melhor do que a melhor das ditaduras
The worst of democracies is still better than the better of dictatorships
http://ezequiasrocha.blogspot.com/
Ezequias Rodrigues da Rocha wrote: > Hi list, > > I am using pgsqlODBC driver psqlodbc-08_01_0200 on my PostgreSQL 8.1.3 > but there is a little problem on it. The current version is 8.2.xxxx. > > In Options > Datasource > Miscellanous there is an option called "Max > Varchar" that is allways in 254. Please put the max Varchar to 255 and > build the next version of the driver PLEASE ! What problem do you have with the MaxVarchar set to 254 ? regards, Hiroshi Inoue
Hiroshi Inoue schrieb: > Ezequias Rodrigues da Rocha wrote: >> In Options > Datasource > Miscellanous there is an option called "Max >> Varchar" that is allways in 254. Please put the max Varchar to 255 and >> build the next version of the driver PLEASE ! > > What problem do you have with the MaxVarchar set to 254 ? Maybe because MS-Access has it at 255 ? So one has to set it to 255 in the DNS or worse in every connection string if one uses dns-less connections and the application depends on 255 somewhere. Since a bigger maxvarchar wouldn't actually hurt postgresql, upping it by 1 should be ok. It would eliminate one step I too have to do whenever I set up a DNS. regards Andreas
Yes, My application see it as a memo type. So, on each client I must change this property. If my number of clients increase my work will increase too. I just would like to eliminate this job. Can someone do it for me ? Sincerely Ezequias 2007/1/31, Hiroshi Inoue <inoue@tpf.co.jp>: > Ezequias Rodrigues da Rocha wrote: > > Hi list, > > > > I am using pgsqlODBC driver psqlodbc-08_01_0200 on my PostgreSQL 8.1.3 > > but there is a little problem on it. > > The current version is 8.2.xxxx. > > > > > In Options > Datasource > Miscellanous there is an option called "Max > > Varchar" that is allways in 254. Please put the max Varchar to 255 and > > build the next version of the driver PLEASE ! > > What problem do you have with the MaxVarchar set to 254 ? > > regards, > Hiroshi Inoue > >