vb6 - Best Way To Update Databse String Without Recompiling Code -


i have application references 2 databases. issue is, every time database changes, have change database string in source code , recompile exe. there better way this? thinking save strings file , have application read file. approach?

yes, common way handle config file.


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -