Other News

Community

Working with Datatable Rowstates

(Jim Ferguson) The ADO.NET DataTable object contains a lot of useful information that you might not be aware of. For each row in the DataTable you can determine the row’s state (is it original, new, deleted, modified etc.) and you can have access to the “before” values of modified rows as well as th

Community

HOWTO: Namespace use with XMLQuery

(Marco Gralike) Just a small post here as a reminder how it can be applied: the use of namespaces in conjunction with the XMLQuery operator. A question came up on the OTN XMLDB Forum based on XMLQuery. After building a correct example XML file I needed the namespace reference within XMLQuery and it

Community

Resiliency Features

(Arup Nanda) How do you know if your database is humming along smoothly? Well, one way is to check “everything”—a rather time-consuming and error-prone process. In some shops dedicated DBAs perform the same task over and over to assess and report the health of the database, but most can’t afford to

Community

Using MySQL as a filesystem

(Ben Martin) With MySQLfs you can store a filesystem inside a MySQL relational database. MySQLfs breaks up the byte content of files that you store in its filesystem into tuples in the database, which allows you to store large files in the filesystem without requiring the database to support extreme