Hi,
Sometime we need to load context values from some external .ini or .properties files.Sample ini file content:
database=mydb
db_user=root
db_password=brij
db_host=localhost
database=mydb
db_user=root
db_password=brij
db_host=localhost
For loading these data and into context we can use tContextLoad component.
No comments:
Post a Comment