The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Preferred databases

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Preferred databases Posted: Feb 22, 2004 7:42 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Preferred databases
Feed Title: David Buck - Blog
Feed URL: http://www.cincomsmalltalk.com/rssBlog/buck-rss.xml
Feed Description: Smalltalk can do that
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From David Buck - Blog

Advertisement
It stricks me as odd that Microsoft created two completely different sets of classes to interface to databases. One set is optimized for SQL Server and the other is generic for any database accessible by ODBC. The consequence of this is that developers typically write code for one or the other (most often SQL Server). They start referencing all the SQL Server classes from all over their code, passing back SQL Server classes as return types, and storing them in variables. If they then need to change databases, it's virtually impossible to do.

I believe that high level applications shouldn't care what the database is and it should be possible (with some small amount of effort) to change the database without making large scale changes to the application.

Sadly, the .NET environment doesn't seem to encourage this. It seems like it's Microsoft's way of bringing you into their world then locking you in.

Read: Preferred databases

Topic: Smalltalk Evolution: An alternative to #perform: Previous Topic   Next Topic Topic: Metallica is Spinal Tap

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use