Subject | Re: [firebird-support] Dynamic SQL Error SQL error code = -804 |
---|---|
Author | Anderson Farias |
Post date | 2008-10-13T17:07:17Z |
Hi,
Anderson Farias
> sprintf( szStatement, "select IS_ON "Shouldn't it be:
> "from STATUS where DEVICE=%d ", iDevice );
> sprintf( szStatement, "select IS_ON from STATUS where DEVICE=%d ",Regards,
> iDevice );
Anderson Farias