Sorry.
No, there's no way to specify InnoDB to SQLObject. Maybe that can fit
in somewhere, but it's not there now. However, it is very easy to
write the create statement yourself -- SQLObject doesn't make any
particular requirements on your schema. Just be sure to use "id INT
PRIMARY KEY AUTO_INCREMENT" for your id, and the rest should just be
like a normal create statement.
On Sunday, September 28, 2003, at 04:15 PM, Lawrence Oluyede wrote:
> Nobody knows how can I do what I asked in my previous message?
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> sqlobject-discuss mailing list
> sql...@li...
> https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
|