We want our product to support multiple databases, but there are some issues. For example, different database vendors tend to store dates differently. We would want to make our core code as database independent as possible. I'm thinking we need some type of database abstract factory. I realize
JDBC does this to some extent, but from what I know, it seems to be only for driver-related issues.
Can someone point me to any solution, paper, article, web site, etc which addresses this issue. I'm sure it's a fairly common problem, and has been solved by people more knowledgeable than us.
Thank you.
--Mark
hershey@vaultus.com