Thanks for your suggestion. But using the new MySQL driver still has the same problem.

I found out that this thread http://www.mail-archive.com/[EMAIL 
PROTECTED]/msg00494.html seems have the same problem as mine. But I didn't find that 
Peer.vm including a doPSSelect as suggested in the thread. Any ideas?

Howard Lin

> -----Original Message-----
> From: Marc Lustig [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 21, 2003 11:40 AM
> To: Turbine Torque Users List
> Subject: AW: is doPSSelect working?
> 
> 
> 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]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to