how redirect output from ODBC driver to top ?
Posted: Mon Nov 21, 2016 8:39 am
I am using SQL Express to connecto to SQL server.
When some error when connecting, ODBC driver put message but this message was under main app window.
It is difficult to show him when it occur, must several times click to "desktop" button on right bottom corner on desktop.
Is some way to set this message to always on top ?
I know, this is "foreign" messages, then can be problem do it.
I can hide my main app windows and after it call ODBC driver:
oConnection := SQLConnection():new()
oConnection:driverConnect(nil, @cConnectString
but if is some way, will be better.
When some error when connecting, ODBC driver put message but this message was under main app window.
It is difficult to show him when it occur, must several times click to "desktop" button on right bottom corner on desktop.
Is some way to set this message to always on top ?
I know, this is "foreign" messages, then can be problem do it.
I can hide my main app windows and after it call ODBC driver:
oConnection := SQLConnection():new()
oConnection:driverConnect(nil, @cConnectString
but if is some way, will be better.