Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 8 of 8 total
Thread What are the ODBC Enhansements in V5?
Fri, Jan 20 2006 7:53 AMPermanent Link

Pete Hollyer
Tim,

What enhansements well there be in V5?  StoredProcedures? ForeignKey constraints?

Pete
Fri, Jan 20 2006 4:16 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Pete,

<< What enhansements well there be in V5?  StoredProcedures? ForeignKey
constraints? >>

User Security
Stored Procedures
Triggers
RI/Constraint Support (Check, Unique, Primary).
Generated (expression) columns and identity columns with sequence generator
parameters

to name some of the big ones.

--
Tim Young
Elevate Software
www.elevatesoft.com

Sat, Jan 21 2006 7:37 AMPermanent Link

"GregF"

"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> wrote in message
news:4EABEC0D-1ED2-4944-9B90-3AC0B0207217@news.elevatesoft.com...
> Pete,
>
> << What enhansements well there be in V5?  StoredProcedures? ForeignKey constraints? >>
>
> User Security
> Stored Procedures
> Triggers
> RI/Constraint Support (Check, Unique, Primary).
> Generated (expression) columns and identity columns with sequence generator parameters
>
> to name some of the big ones.
>
> --
> Tim Young
> Elevate Software
> www.elevatesoft.com
>
>

ODBC stored procedures is HUGE!
as a Point Of Sale software provider
to be able to build in the price of goods
as a stored procedure available through
ODBC will save me heaps especially being
able to use 3rd party tools to produce
price labels etc.

gregF

Mon, Jan 23 2006 5:32 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

GregF,

<< ODBC stored procedures is HUGE! as a Point Of Sale software provider to
be able to build in the price of goods as a stored procedure available
through ODBC will save me heaps especially being able to use 3rd party tools
to produce price labels etc. >>

Yes, it's a big step up. Smiley

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Jan 24 2006 11:39 AMPermanent Link

PeteHollyer
So is there an ETA on V5????
Tue, Jan 24 2006 7:27 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Pete,

<< So is there an ETA on V5???? >>

Not yet, but every day we're getting closer.

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Jan 26 2006 1:12 PMPermanent Link

"Lance R."
Tim,

it may be in the existing ODBC but is there a means to protect the ODBC
from a client distributing ODBC to others?

Lance
Tim Young [Elevate Software] wrote:
> Pete,
>
> << So is there an ETA on V5???? >>
>
> Not yet, but every day we're getting closer.
>
Thu, Jan 26 2006 8:24 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Lance,

<< it may be in the existing ODBC but is there a means to protect the ODBC
from a client distributing ODBC to others? >>

Are you asking about how to protect users from accessing tables, etc. that
they shouldn't ?  If so, then the answer is the user security - just grant
them a role that you have defined called "ODBC" that only allows read access
to the desired databases, tables, etc.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image