When to Use Persevere: a Comparison with CouchDB and Others
Persevere and CouchDB are both new JSON-based storage systems, and have been receiving increasing focus. It may be informative to those interested in... more »
0 commentsSave Tags: database
Is it okay to violate OO or Relational principles when mapping objects to the database?
This seems to be a big topic in my work life lately. It was a heated topic at this last Sacramento Java User's group. I've also been criticized at... more »
0 commentsSave Tags: database, frameworks, opinion
Try to Create Tables Only Once
I have to apologize. In a lot of the sample code I’ve developed (including the blog source code I showed at PDC), I’ve used a pattern for table... more »
0 commentsSave Tags: .net, database, microsoft, web services
Some Common Operations using LINQ To XML
In this article, we will explore some common ‘How Do I’ kind of examples using LINQ to XML. This article is the Part II of the 3-part LINQ to XML... more »
0 commentsSave Tags: .net, database, methodology
HOWTO: MySQL - Update Data in one table from another table
Describes how to copy data from one MySQL table into another MySQL table using the update statement
0 commentsSave Tags: database, other languages
HOWTO: MySQL - Insert Data from one table to another table
Describes how to insert data from one MySQL table into another MySQL table
0 commentsSave Tags: database, other languages
Data Access With NHibernate
One thing that keeps amazing me is how many smart developers still feel the urge to write their own data access layer (DAL). They either do it all... more »
0 commentsSave Tags: database
What Gives? Microsofts Code Generation Tool
In a world of Microsoft and third party applications, out comes t4. t4 is a code generation tool that can compete with CodeSmith, but its FREE and... more »
0 commentsSave Tags: .net, database, microsoft, research
Mapeamento objeto-relacional: o problema das tabelas associativas
Na implementação de relacionamentos muitos-para-muitos em bancos de dados relacionais, a solução tem sido usar uma tabela associativa que represente o... more »
0 commentsSave Tags: database, how-to, java
via