Here's some info I've dug up: SET NAMES specifes the client character set (http://www.destructor.de/firebird/charsets.htm). It is used by scripts.
DEFAULT CHARACTER SET specified the Connection Character Set. This page ( http://www.destructor.de/firebird/isql.htm ) says, "Scripts should also use SET NAMES to define the Client Character Set they use." SET NAMES is accessible from the isql utility. I'm not sure it can be used from Python. On Wed, Jun 24, 2009 at 1:02 AM, mdipierro<[email protected]> wrote: > >> If, on the other hand, connect(...charset) works fine (I haven't >> tested the trunk version yet), then it should replace SET NAMES. > > It is not obvious to me that they are equivalent. Are they? > > Massimo > > > -- Alexei Vinidiktov --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

