Bug #30840 FLAG_NO_PROMPT doesn't do anything
Submitted: 5 Sep 2007 18:11 Modified: 13 Sep 2007 11:37
Reporter: Jim Winstead Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / ODBC Severity:S3 (Non-critical)
Version:3.51.19 OS:Any
Assigned to: Jim Winstead CPU Architecture:Any
Tags: SQLDriverConnect

[5 Sep 2007 18:11] Jim Winstead
Description:
FLAG_NO_PROMPT doesn't actually suppress dialogs from SQLDriverConnect.

How to repeat:
Set the FLAG_NO_PROMPT option in the DSN, and try to connect.

Suggested fix:
Pay attention to this option in the implementation of SQLDriverConnect.
[5 Sep 2007 18:20] Jim Winstead
Restore handling of FLAG_NO_PROMPT

Attachment: bug30840.patch (text/plain), 2.37 KiB.

[6 Sep 2007 17:19] Jim Winstead
Fix committed to the source repository, will be in 3.51.20.
[13 Sep 2007 11:37] MC Brown
A note has been added to the 3.51.20 changelog:

Using FLAG_NO_PROMPT doesn't suppress the dialogs normally handled by SQLDriverConnect.