johnf wrote:
> Database --> schema --> tables.
> 
> Therefore a Database can have many schemas.  And each schema can have many 
> tables.  Within a schema a tablename must be unique but within a database you 
> can have dup tableNames - because of schema.tablename.

So... schemas are just another namespace, adding a bit more topography 
to an essentially flat universe.

Are we saying that no code changes are necessary to support schemas, 
that user-level code merely needs to say:

bizobj.DataSource = "mydatabase.myschema.mytable"

or even:
bizobj.DataSource = "myschema.mytable"

since the database is already set in the connection?


-- 
pkm ~ http://paulmcnett.com


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to