Re: MySql Driver ???

From: Mike Schrag (mschra..dimension.com)
Date: Wed Mar 19 2008 - 15:27:41 EDT

  • Next message: Archibald Singleton: "Re: Mark your calendar: WOWODC is coming"

    Basically everything about SQL generation is wrong if you're using 5.4
    and Entity Modeler. It's not your model. Pierre has fixed this
    method in the next version of WO.

    ms

    On Mar 19, 2008, at 2:56 PM, Riccardo De Menna wrote:

    > Is the problem related to quotes surrounding the attribute name in
    > the SQL syntax?
    > I mean the bug you are refering too... just so I know I should stop
    > looking for something wrong in my model.
    >
    > Wolips is generating:
    > CREATE TABLE MYTABLE ("NAME" VARCHAR(100) NOT NULL);
    >
    > While I think it should be:
    > CREATE TABLE MYTABLE (NAME VARCHAR(100) NOT NULL);
    >
    > rdm
    >
    > On 17/mar/08, at 17:20, Mike Schrag wrote:
    >
    >> If you're using WO 5.4, Pierre posted on the mailing list a couple
    >> days ago that there's a bug in 5.4 that causes SQL to not generate
    >> properly through the API that Entity Modeler uses.
    >>
    >> ms
    >>
    >> On Mar 17, 2008, at 12:02 PM, Gustavo Pizano wrote:
    >>
    >>>
    >>> Oki fixed the problem it was an error in the url.. but now the
    >>> Generated SQL doesn't correspont to a MySQL statements.
    >>> so.. should i do them manually?
    >>>
    >>>
    >>> Gus
    >>>
    >>> On Mar 17, 2008, at 10:34 AM, Gustavo Pizano wrote:
    >>>
    >>>> Hello Well im tryin to conect generate a MySql, but it says that
    >>>> driver not found o somehtign like that, I did what this page
    >>>> shows http://wiki.objectstyle.org/confluence/download/attachments/197096/JDBC_correct_settings_mysql.jpg?version=1
    >>>> but I guess i have something diferent.. I downloaded the
    >>>> jconnector 5.1 from the Mysql Page, I was following these
    >>>> instructions http://homepage.mac.com/kelleherk/iblog/C711669388/E20070719095201/index.html
    >>>>
    >>>> so what can I do?
    >>>>
    >>>> Thanks
    >>>> Gus
    >>>>
    >>>>
    >>>
    >>
    >



    This archive was generated by hypermail 2.0.0 : Wed Mar 19 2008 - 15:29:06 EDT