|
Can i read the value from a .properties file Hi,
I have a abc.properties files.
This file has contents as below
#local
local.db.server = SQL024301
local.db.database = Taurus_Dev_R4
local.db.username = NT
#dev
dev.db.server = SQL024302
dev.db.database = Taurus_Dev_R4
dev.db.username = NT
The above parameters are passed to a stored procedure through the VB
script. Can i read the values from the properties file? If so how?
Thanks
Deepal |