Subject | Re: [Firebird-Architect] Re: Things to consider? |
---|---|
Author | Martijn Tonies |
Post date | 2005-10-15T07:11:39Z |
tomconlon7777777 wrote:
With regards,
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, Oracle & MS SQL
Server
Upscene Productions
http://www.upscene.com
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com
> > >>>4. Views where you don't have to specify return datatypes.Ehm, this should work fine with Firebird.
> > >>
> > >>Please provide an example.
> > >
> > > Competitors can surmise output datatypes directly from select
> > > statements. It is a nice to have.
>
> > Are you talking about UNIONs here? If not, please give example. I
> > haven't had any trouble tracking the datatype from select statement.
> > Which components you use for access?
>
> This is an example taken from one of our MSSQL databases:
>
> CREATE VIEW dbo.vProjectQAAction AS
> SELECT QATestAction.TestDate, QATestAction.Outcome,
> Project.ProjectID, Project.ProjectName, Project.ShortName,
> QATestAction.Tester
> FROM QATestAction
> INNER JOIN ModuleAction ON QATestAction.ActionID=ModuleAction.ActionID
> INNER JOIN Project ON QATestAction.ProjectID=Project.ProjectID
With regards,
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, Oracle & MS SQL
Server
Upscene Productions
http://www.upscene.com
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com