Subject RE: [firebird-support] Firebird ODBC ASP problem
Author Bob Murdoch
At 11/20/2003 05:48 PM, Alan McDonald wrote:

>So I cannot comment on what can be returned in terms of errors messages from
>your driver. But I usually get something sensible.

Yes, I always hope for something sensible as well <g>.


>today is a keyword like CURRENT_TIMESTAMP or NOW ?

Yes.

> then have you checked using alternative means of quoting it? or changing
> the 'identifiers'
>setting?

There is no identifiers setting for this driver, other than quoted
identifiers, but that is something different.


> > vDBConnection.Open("test");
>what is "test"
>it should be a connection string not a DSN ???

No, it is a system DSN. Works perfectly with other drivers, and actually,
seems to work here. I do get a connection made (as far as I can
tell). It's when I run the first query thru that connection that the error
occurs.


Thanks for responding.

Bob M..