How to access value selcted by SQL Script in the installer
Posted: Mon Aug 20, 2007 4:19 am
How can i store/use a value selected by sql statment from sql server. the SQL goes some thing like this...
"SELECT DB_VERSION FROM TBL_VERSION"
now i want to use the the value of the field "DB_VERSION " selected by SQL and use it in the installer. But i am not being able to use it.
I have also tried using this
SELECT $CURRENT_VERSION$ = DB_VERSION FROM TBL_VERSION
Where $CURRENT_VERSION$ is declared in the Installer.
But not being able to access the value selected. How to do it?
"SELECT DB_VERSION FROM TBL_VERSION"
now i want to use the the value of the field "DB_VERSION " selected by SQL and use it in the installer. But i am not being able to use it.
I have also tried using this
SELECT $CURRENT_VERSION$ = DB_VERSION FROM TBL_VERSION
Where $CURRENT_VERSION$ is declared in the Installer.
But not being able to access the value selected. How to do it?