From: | "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> |
---|---|
To: | "Johann Zuschlag" <zuschlag2(at)online(dot)de> |
Cc: | <pgsql-odbc(at)postgresql(dot)org> |
Subject: | Re: 08.00.0002 useless :-) |
Date: | 2004-11-09 12:38:36 |
Message-ID: | E7F85A1B5FF8D44C8A1AF6885BC9A0E430706E@ratbert.vale-housing.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-odbc |
> -----Original Message-----
> From: Johann Zuschlag [mailto:zuschlag2(at)online(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Merlin Moncure | 2004-11-09 15:49:05 | excel and postgresql: tips and questions |
Previous Message | Johann Zuschlag | 2004-11-09 12:36:56 | Re: 08.00.0002 useless :-) |