Tagged Questions
1
vote
3answers
139 views
Database Abstraction & Factory Methods
I'm interested in learning more about design practices in PHP for Database Abstraction & Factory methods. For background, my site is a common-interest social networking community currently in ...
0
votes
1answer
119 views
Database Abstraction - what are the options?
How can I abstract my database from my application so that it is unaware of the database type?
I have to design a .Net 3.5 WPF application that must support either SQL Server or Visual FoxPro as the ...