Hi,
I often use credentials in my forms for external db access and when passwords or IP's get changed I need to update several forms.
Is there a way to store text information in a file and read it just when a form is used?
Best,
Werner
I often use credentials in my forms for external db access and when passwords or IP's get changed I need to update several forms.
Is there a way to store text information in a file and read it just when a form is used?
Best,
Werner
Just store it in another database table, that would be faster than reading and parsing a text file.
This topic is locked and no more replies can be posted.