From: <kea...@na...> - 2002-11-20 20:42:38
|
> XML for reading a DB schema? Yeah, that would be completely > doable, only > problem is I haven't found an industry-std schema for DDL. > Have you seen > one? The interface to the WM world is through Java classes, > not through > JDBC directly, so instantiating those from XML shouldn't be > hard, as long > as the schema is std. What about using XML Schema or SOAP encoding? btw, we're using WMScript to store SQL templates in XML configuration files and it works great -- much nicer than hardcoding SQL fragments in your code or resource files. Even better than SQLJ imho. Keats |