, Rick Flosi <[EMAIL PROTECTED]> wrote:
> Ah, I should have mentioned that I use Postgres 7.x with this.
> I haven't used MySQL with this before.
> Were you able to resolve this? What was different?
>
> --
> Rick
>
> On Thu, 26 Oct 2006, marcelo schiavone wrote:
>
Hola Rick
I did what you said to me.
Thank you all good worked.
I worked with PostgreSQL 8.0.3 and MySQL 5.0.
In PostgreSQL it worked correctly.
In MySQL on having entered:
" PracticaCentro.createTable () "
It showed the following error:
" ProgrammingError: (1064, " You have an mistake in your
not sure if 'createRelatedTable' is right, but it's something like
> that. I can look it up if that's wrong.
>
> Then create an SQLObject class for the centro_practica table:
> Fill in the ForeignKey() and additional SomeCol().
> class centroPractica(SQLObject):
>
Hi
I have the following file:
from sqlobject import *
connection_string = 'mysql://[EMAIL PROTECTED]/bd'
connection = connectionForURI(connection_string)
class centro(SQLObject):
_connection=connection
descripCentro=StringCol()
practica=RelatedJoin('practica')
class practica(SQLObje
Hi,
Which is the way of fulfilling a pool of connections in SQLObject?
For example, to specify 10 connections as maximum.
Regards
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM W