no relations when importing xsd schema file
hello,
I have a schema of a database with 2 tables: a master and a detail table.
The relation between both is defined.
I want to access to build those table plus their relationsship.
I set up an empty database in ms access 2003 or 2007 and then use the
option: external tools.
This options allows opening the schema file.
The tables are then created correctly but the relation between the two
tables is missing. WHY??
The schema is developed by use of a dataset under Visual Studio and works
correctly in any vs developed application.
I have not found an example yet on the net of creating xsd based databases
at runtime. Can anyone point me to some docs.
Thanks
.
Relevant Pages
- Re: VS2008 Dev Version + Database Version?
... on Visual Studio Database Edition. ... Online schema designer makes ... In the New Schema Comparison window, ... (microsoft.public.vsnet.setup) - Re: Java is becoming the new Cobol
... In the Unisys 2200 environment using their Network Database Server, you get a schema work area depending on how you invoke the schema. ... However, it not only copies the schema area into the program, but the "DMCA" (Database Management Communication Area - basically, the block of information that holds your connection state) is copied in too. ... So, you're left with working-storage, which makes it visible to your program only, or common-storage, which makes it visible to programs linked in. ... (comp.lang.cobol) - Split messages
... This is based off the northwind database. ... Create document schema: ... Select the SQL entry, make sure that we are pointing to the SQL ... For the item select a receive pipeline and name it EmpSplitPipe.btp. ... (microsoft.public.biztalk.general) - Re: Decouple SQL queries from class in OOP design
... > Of course there are existing applications that uses many different ... > architectures and still provides measurable business value. ... > should access every database directly. ... by the database, but the schema changes. ... (comp.object) - ANN: Sequel 2.8.0 Released
... Sequel provides thread safety, connection pooling and a concise DSL ... for constructing database queries and table schemas. ... if you want to, but the results and API are adapter dependent, ... Model associations, getting the schema, joins, and many other ... (comp.lang.ruby) |
|