> -----Original Message-----
> From: Johann Zuschlag [mailto:zuschlag2@online.de]
> Sent: 09 November 2004 12:23
> To: Dave Page
> Subject: Re: [ODBC] 08.00.0002 useless :-)
>
> >
> >When exactly does the ODBC driver generate CREATE TABLE queries?
> >
> >Regards, Dave
> >
> >
> >
> Hi Dave,
>
> well, my application tries to create the table and the driver
> adds the "()". The old legacy driver didn't have that
> behavior, i.e. didn't change my query. I don't understand why
> the driver adds the parenthesis.
>
> Unfortunately I don't know the driver very well. Do you know
> where the parenthesis's are added?
Haven't got the foggiest - as far as I'm aware it doesn't even try to
parse such statements when executed the 'normal' way (i.e. with
SQLExecDirect or even SQLExecute). I just tried both here and they
worked fine - how are you executing the query?
Regards, Dave