I blogged previously on the ease of use of GroovySql, which is Groovy‘s easy-to-use JDBC-based data access approach. In another blog post, I covered the utility of OracleXMLQuery, a class which easily ...
At its professional Developers Conference this week, Microsoft Corp. quietly revealed an updated version of its SQLXML Web release add-on for the SQL Server 2000 database. All of the major database ...
I want to convert the database definition of an existing SQL database into an XML schema, so I can use the schema with some model-driven development tools to create a new distributed application that ...
I am in the process of designing a CMS for myself so I can start to get in the groove of C#. For this system I was wondering if it would be better to store the articles and all other metadata that ...