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.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 limitaion for .ini file

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?
Go to Top of Page

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
Go to Top of Page

dasu
Posting Yak Master

104 Posts

Posted - 2004-09-28 : 11:02:19
HERE .INI file consists of key value pair
iam 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.ini
now 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
Go to Top of Page

dasu
Posting Yak Master

104 Posts

Posted - 2004-09-28 : 23:24:48
iam reentering the information
HERE .INI file consists of key value pair
iam 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.ini
now 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
Go to Top of Page
   

- Advertisement -