View Single Post

   
  #3 (permalink)  
Old 02-27-2008, 02:47 AM
Mark Yudkin
 
Posts: n/a
Default Re: Client Access ODBC driver problem

I can only help you with the ODBC API, not PHP. I do not know how PHP maps
ODBC parameters.

From your symptoms, I asume you're calling SQLDriverConnect. Set the
DriverCompletion argument to SQL_DRIVER_NOPROMPT and the call will fail
instead of prompting.

"Wescotte" <wescotte@earthlink.net> wrote in message
news:1107211688.138759.171060@z14g2000cwz.googlegr oups.com...
> I'm having an issue with a php program I am writing. If the user
> enteres their password incorrectly a popup box appears asking them if
> they would like to reenter their password (it's part of the driver not
> my application). The issue comes into play when you run apache as a
> service or not locally and the popup simply doesn't appear any longer.
> This wouldn't be an issue but all future requests to login are ignored
> until because the driver is stuck waiting for the inital responce of
> yes/no to attempt a different password. Has anyone found a way around
> this issue?
>
> Eric
>



Reply With Quote