Re: Problems generating SQL

From: John Huss (johnthus..mail.com)
Date: Wed May 23 2007 - 13:41:46 EDT

  • Next message: Chuck Hill: "Re: Problems generating SQL"

    I had that problem. Let's see...

    If you look at the index.eomodeld in a text editor you'll see a
    section for "jdbc2Info". The "createParams = 1;" entries within this
    are the real problem. I tried quoting the 1 (like createParams =
    "1";) and that didn't work. I ended up just deleting the jdbc2Info
    portion - which I think it ok to do - it hasn't caused me any problems
    yet. Maybe someone can confirm that this is ok?

    Otherwise, you can edit the "columnTypeStringForAttribute" function in
    the plugin and make it parse createParam with either integer or string
    input.

    John



    This archive was generated by hypermail 2.0.0 : Wed May 23 2007 - 13:42:47 EDT