Hi everybody,
I plan to have a LOT of SQL string in my app. So I need your advice for
this.
Is it a good idea to store all my SQL string in the app.config file?
For a maintenance point of vue it would be easy to access and change any
SQL squery without having to open/edit any forms.
Also, any forms needing its recordset to fill its fields, could access
easily the app.config and execute the correspondant SQL string.
Even more, it could be used to avoid software piracy by encrypting the
app.config file, so nothing would work if it is copied (I don't plan to
commercialise, but just personnal challenge to make it bullet proof on
every side).
Thanks you for you taught :)
Mart
I plan to have a LOT of SQL string in my app. So I need your advice for
this.
Is it a good idea to store all my SQL string in the app.config file?
For a maintenance point of vue it would be easy to access and change any
SQL squery without having to open/edit any forms.
Also, any forms needing its recordset to fill its fields, could access
easily the app.config and execute the correspondant SQL string.
Even more, it could be used to avoid software piracy by encrypting the
app.config file, so nothing would work if it is copied (I don't plan to
commercialise, but just personnal challenge to make it bullet proof on
every side).
Thanks you for you taught :)
Mart
Comment