Database interface design - was how to build up the library.

Sean Kelly sean at invisibleduck.org
Fri Oct 7 11:46:28 PDT 2011


On Oct 7, 2011, at 11:27 AM, Steve Teale wrote:

> Andrei,
> 
> So if I'm understanding you correctly, if structs are used, and there's a database
> change, then the app has to be rebuilt. If Variants, then only the app's config
> file has to be updated (or the app can look in the database to get such
> information) - have I got this right?

I'd say yes, though qualify this by saying that a properly designed app will target only views and stored procedures, which insulate the app from schema changes.


More information about the Digitalmars-d mailing list