Subject | Re: [IBO] This could be a bug in IBO. |
---|---|
Author | Helen Borrie |
Post date | 2001-12-02T07:17:44Z |
Yes, I see...
Helen
At 11:13 PM 01-12-01 -0600, you wrote:
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________
Helen
At 11:13 PM 01-12-01 -0600, you wrote:
>I just noticed the Insert Sql where I mentioned the "*)" as being the wrongAll for Open and Open for All
>ending for the comment, is actually only the "*" part of that. The closed
>parenthesis ")" is a correct part of the statement.
>
>The corrected statements are:
>
>UPDATE EXCLUDEINFO SET
> DAY_ID =:DAY_ID, /*PK*/
> ID =:ID, /*PK*/
> SRVC_TIME =:SRVC_TIME /*PK*/
>WHERE
> DAY_ID = :OLD_DAY_ID AND
> ID = :OLD_ID AND
> SRVC_TIME = :OLD_SRVC_TIME
>
>And here is the InsertSql :
>
>INSERT INTO EXCLUDEINFO(
> DAY_ID, /*PK*/
> ID, /*PK*/
> SRVC_TIME /*PK*/)
>VALUES (
> :DAY_ID,
> :ID,
> :SRVC_TIME)
>
>
>
>""Don Gollahon"" <dlgllhn@...> wrote in message
>news:9ubugi$8ub$1@......
> > In the update sql, notice line 4, it has a "," where it shouldn't and ends
> > without a closed comment.
> >
> > In the insert sql notice the "," there too and it ends the comment with a
>*)
> > instead of a */.
> >
> >
> > "Helen Borrie" <helebor@...> wrote in message
> > news:4.2.0.58.20011202104516.015f7900@......
> > > At 02:29 PM 01-12-01 -0600, you wrote:
> > > >I just tried it and it still creates them wrong. Here's a sample of
>the
> > > >EditSql that it made.
> > >
> > > Don,
> > > What is wrong with it?
> > >
> > > Helen
> > >
> > >
>
>
>
>
>
>___________________________________________________________________________
>IB Objects - direct, complete, custom connectivity to Firebird or InterBase
> without the need for BDE, ODBC or any other layer.
>___________________________________________________________________________
>http://www.ibobjects.com - your IBO community resource for Tech Info papers,
>keyword-searchable FAQ, community code contributions and more !
>
>Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________