Hi
I have a problem with find database name when using SQLStringConnect function.
perviusly i used
But now i must use SQLStringConnect function. all things is ok and SQLExec works but
return empty value.
Why?
How can i find database name?
thanks
I have a problem with find database name when using SQLStringConnect function.
perviusly i used
Code:
hlconn=SQLConnect(connname)
dbname=SQLGetprop(hlconn,'Database')
But now i must use SQLStringConnect function. all things is ok and SQLExec works but
Code:
dbname=SQLGetprop(hlconn,'Database')
return empty value.
Why?
How can i find database name?
thanks