Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
dasu
Posting Yak Master
104 Posts |
Posted - 2004-09-28 : 08:24:16
|
| Please suggest me the solution for following: Is there any limitation for .ini file which iam using in dynamic properties task . af any limitation then how to extend that . please tell me the proper solution please. reagards dasu.g |
|
|
AndrewMurphy
Master Smack Fu Yak Hacker
2916 Posts |
Posted - 2004-09-28 : 08:51:43
|
| that's a bit like saying...."i'm poor, i'd like to be rich, tell me how"your requirement as stated is too broad/too vague.please provide more detail or an example.What do you want the .ini file to do for you...?what level of customisation/localisation do you want it to pass into the called task? |
 |
|
|
jsmith8858
Dr. Cross Join
7423 Posts |
Posted - 2004-09-28 : 09:22:52
|
| why use INI files? Store your settings in a database table. SQL Server is pretty good about letting you store/retrieve data from tables, from what I hear...- Jeff |
 |
|
|
dasu
Posting Yak Master
104 Posts |
Posted - 2004-09-28 : 11:02:19
|
| HERE .INI file consists of key value pairiam giving u sample format asume file name is config.ini [env] this is section name home_path=d:err_pat =d:\errors\ this is key value pair .. ...... like this iam adding so many sections which i can access from dynamic properties task(for taking the values dynamically)now my question is what is the limit for config.ininow iam facing the problem after adding somany sections its not showing the section which is there at botom when iam trying to initialize global variables with all the values which i got from config.ini |
 |
|
|
dasu
Posting Yak Master
104 Posts |
Posted - 2004-09-28 : 23:24:48
|
| iam reentering the informationHERE .INI file consists of key value pairiam giving u sample format asume file name is config.ini[env] this is section name home_path=d:err_pat =d:\errors\ this is key value pair.. ......like this iam adding so many sections which i can access from dynamic properties task(for taking the values dynamically)now my question is what is the limit for config.ininow iam facing the problem after adding somany sections its not showing the section which is there at botom when iam trying to initialize global variables with all the values which i got from config.ini |
 |
|
|
|
|
|