single column pk tables

2004-08-24 Thread Ferruh Zamangoer
Hi, I want to know if somebody else have anytime tested the Methods setModified(true) + setNew(true) for single column pk tables. When I look at Source Code in the BaseXXX classes it seems very good but nothing happens when I call this methods. Does anybody have a suggestion how I can make a

RE: single column pk tables

2004-08-24 Thread Thomas Fischer
Hi Ferruh, it seems that nobody has solved the problem before, so I'm afraid you probably have to use a debugger and debug into torque to find out yourself what happens. Thomas Ferruh Zamangoer [EMAIL PROTECTED] schrieb am 24.08.2004 14:34:41: Hi, I want to know if somebody else have

Re: Problems connecting to MySql database.

2004-08-24 Thread Andras Balogh
Hello, Althrough this is a little bit OT for Torque list ;) I will try to give you some hints . Make sure you don't have any firewall blocking your TCP port 3306. The console(and phpmyadmin) maybe connects through unix socket not TCP/IP , try with mysql --host=hostname Try other possibilites

Re: Problems connecting to MySql database.

2004-08-24 Thread Olivier Croisier
If I remember well, by default, mysql4 doesn't allow for remote connections (localhost only). Check your my.cnf config file and modify this setting. Your database will then be accessible on your network. Hope this helps :) Olivier Croisier Hi there, i am operating an Turbine app with MySql3

Re: [Fwd: RE: Date vs timestamp with Oracle]

2004-08-24 Thread Henning P. Schmiedehausen
Scott Eade [EMAIL PROTECTED] writes: BTW: I am including a reference to your Sarav's patched Village 2.0 code in the Oracle HOWTO - I hope this is okay. Shrav: Have you made any attempts at getting your changes committed to back to Village? As far as I known, Village is defunct. We might be

Re: my experience with torque

2004-08-24 Thread Henning P. Schmiedehausen
Michael Moossen NO TENGO! . [EMAIL PROTECTED] writes: - id_broker seems to be a nice tool but it is restricted to single column pks... think about a Invoice with pk (year, month, nr) where the nr has to be autoincremented but restarted each month, my solution is prior to insert to select

Re: Problems connecting to MySql database.

2004-08-24 Thread Henning P. Schmiedehausen
Eberle Martin [EMAIL PROTECTED] writes: Hi there, i am operating an Turbine app with MySql3 Server and Torque. Today i've tried to connect to an MySql4 Server with the same application on a different Linux Server (SuSE 9.1) which won't work. The only response is an Error from the

Re: Problems connecting to MySql database.

2004-08-24 Thread Henning P. Schmiedehausen
Dovlecel Alexandru Ovidiu [EMAIL PROTECTED] writes: The easiest way to see if mysql is running and listening on the 3306 port is executing the following command: telnet 3306 This connects to a host called 3306. Don't do it. telnet localhost 3306 won't help you much if the service is only

AW: single column pk tables

2004-08-24 Thread Ferruh Zamangoer
Thanks for your workarround, my another Idea was to overload or to define an new method doInsert() in the PtFreetextPeer class where I can set my SQLstatetments by hand with: executeStatement(INSERT INTO PT_FREETEXT values 1); I have just 10 or 12 single column pk tables where I writing this

Pb accessing mails in the archive

2004-08-24 Thread Le Berrigaud Samuel
Hello list, I face a problem initializing Torque with Turbine 2.3 as an avalon component. I searched the mailing list archive and it seems that at least one other developer had the same problem, which is described on this mail : http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]msgId=1014861

Re: Pb accessing mails in the archive

2004-08-24 Thread Henning P. Schmiedehausen
Le Berrigaud Samuel [EMAIL PROTECTED] writes: I informed the infrastructure guys. Thanks for pointing out. Regards Henning Hello list, I face a problem initializing Torque with Turbine 2.3 as an avalon component. I searched the mailing list archive and it seems that