Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. iwsyang

    changing from relational schema to XML schema,HELP!

    In a relational schema, we have such definition: create demain( posInt AS int default 1 CHECK(value >1) create table book( isbn posInt PRIMARY KEy,......) I convert the domain to this XML schema, <xsd:simpleType name="posInt"> <xsd:restriction base="xsd:integer"> <xsd:minExclusive...

Part and Inventory Search

Back
Top