Support for OpenSearch Serverless was added in #70. This did not including updating the Windows Dialog GUI to support the new ServerlessOverride configuration option. While this is not strictly necessary, it would improve the user experience.
What solution would you like?
I have no experience in this domain, but it seems like we need to:
Update resource.h to add an IDC_SERVERLESS_OVERRIDE constant
Update opensearch_odbc.rc to add an "Serverless Override" button to the Windows dialog.
Update dconn_FDriverConnectProc in drvconn.c to correctly set focus for serverless override.
Update dlg_wingui.c: SetDlgStuff and GetDlgStuff to populate dialog from the ConnInfo configuration struct and populate the ConnInfo struct from the dialog, respectively.
Is your feature request related to a problem?
Support for OpenSearch Serverless was added in #70. This did not including updating the Windows Dialog GUI to support the new
ServerlessOverride
configuration option. While this is not strictly necessary, it would improve the user experience.What solution would you like?
I have no experience in this domain, but it seems like we need to:
resource.h
to add anIDC_SERVERLESS_OVERRIDE
constantopensearch_odbc.rc
to add an "Serverless Override" button to the Windows dialog.dconn_FDriverConnectProc
indrvconn.c
to correctly set focus for serverless override.dlg_wingui.c
:SetDlgStuff
andGetDlgStuff
to populate dialog from theConnInfo
configuration struct and populate theConnInfo
struct from the dialog, respectively.What alternatives have you considered?
None
Do you have any additional context?
None