M
Mike
Which comes first? The database schema or class design?
I'm used to developing the database tables and fields based on the
functional requirements of an application, so it makes sense to me to model
my objects on the database schema, and their methods on the SQL/stored
procs. Most of what I read suggests starting with the class. Am I doing it
wrong?
Mike
I'm used to developing the database tables and fields based on the
functional requirements of an application, so it makes sense to me to model
my objects on the database schema, and their methods on the SQL/stored
procs. Most of what I read suggests starting with the class. Am I doing it
wrong?
Mike