From: Leyne, S. <Se...@br...> - 2008-04-15 22:05:02
|
> And here is the call in __ExecISQLCommands: > > stdout, stderr= > self.__RunProgram(self.source_code.encode('utf-8'),[self.__con > text["isql > _path"], > self.__dsn, > "-ch", self.character_set, > "-user", self.user_name, > "-password", self.user_password]) > > When I commented out the "-ch" parameter in the second call, > my test worked. I don't quite understand why, but I am not > going to question it just yet. > > Can you tell my why this would work? What version of FB are you trying to connect to/test with? Sean |