Y
Hacker News
new
|
ask
|
show
|
jobs
by
ju-st
3976 days ago
My experience with testing with Sqlite and Mysql when the customer uses MS SQL is very bad. JDBC only theoretically abstracts the real DB...
1 comments
WatchDog
3976 days ago
Since when does JDBC abstract the real DB in theory? All JDBC does is provide a common interface to execute a statement and receive result sets.
link