G
Guest
Hi
I am dealing with an existing application that has a large set of static
data in a SQL database. It is actually a set of code that has been ported
into different languages and into different applications many times. We
would like to consolodate this so that there is only one set of code to
update and so that it is runnable without network access.
My idea is to move away from the database and compile the code and the data
into a dll that can then be accessed by any application we desire. But I
don't really have any idea where to start in moving away from a database and
bringing the data into a dll.
We would like the dll to be able to be used by web applications and desktop
applicaitons on Windows XP, 2000, and CE.
Any ideas?
I am dealing with an existing application that has a large set of static
data in a SQL database. It is actually a set of code that has been ported
into different languages and into different applications many times. We
would like to consolodate this so that there is only one set of code to
update and so that it is runnable without network access.
My idea is to move away from the database and compile the code and the data
into a dll that can then be accessed by any application we desire. But I
don't really have any idea where to start in moving away from a database and
bringing the data into a dll.
We would like the dll to be able to be used by web applications and desktop
applicaitons on Windows XP, 2000, and CE.
Any ideas?