From: Alexander K. <as...@id...> - 2004-08-31 12:16:54
|
>The utility is built on the JDBC C++ binding defined in IscDbc. How specific to Firebird is this tool then? Can it be used to dump/load data from any JBDC-compatible database? >My evolving XML schema looks like this: > ><?xml version="1.0" encoding="US-ASCII"?> How do you determine the encoding? I think it sould at least be controllable by the user. >The key questions, I think, are how data is presented. > My starting point is: > > * A table row is represented as a single xml element > * Each non-null column is presented by an xml attribute I think that such a scheme is impossible to validate, at least with DTD. This is very unfortunate, but the only "correct" way IMO is <row> <column name="col1">data 1</column> <column name="col2">more data</column> </row> Yes, XML _is_ bloated :( >(I'm sending this as both text and html for readability. > For those morally opposed to html mail, get a life.) I receive this list in a digest form, so I have to scroll through both text and *undecoded* html versions of your e-mails. So while I think I do have a life, it is not made any easier by this ;) --- Professional hosting for everyone - http://www.host.ru |