I don't know for sure. But it could be that the old mysql driver (org.gjt.mm.mysql.Driver) doesn't provide the necessary functionality. You could try it with the new one (com.mysql.jdbc.Driver), which is beta but seems very stable.
> -----Urspr�ngliche Nachricht----- > Von: Howard Lin [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 21. Februar 2003 16:38 > An: Torque-User (E-mail) > Betreff: is doPSSelect working? > > > I'm using torque-3.0 and trying to do a doPSSelect on MySQL. It > always return a null list. If I use doSelect and it works fine. > I'm doing something like this: > > Criteria a = new Criteria(); > a.add(MyPeer.ID, ..); > List my_list = MyPeer.doPSSelect(a); > > > Howard Lin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
