Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 10 of 21 total
Thread ElevateDB move from V4
Thu, Nov 30 2006 4:10 PMPermanent Link

Lance R
Tim or anyone else,

I've used your reverse engineer option to create the Delphi code to create the tables programatically.

If I remember right, I thought you stated that the best/only way in ElevateDB will be to now create / delete tables via SQL only.

Suggestions?

Lance
Fri, Dec 1 2006 6:18 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Lance

Reverse engineer into sql, copy the resulting code into a query component and run it. That's the way I do it now and its easier than Pascal


Roy Lambert
Fri, Dec 1 2006 7:35 AMPermanent Link

"Stefano Monterisi"
Hi Roy,


> Lance
>
> Reverse engineer into sql, copy the resulting code into a query component
> and run it. That's the way I do it now and its easier than Pascal
>

Yes, but also more more slower in execution.......

Stefano Monterisi

Fri, Dec 1 2006 9:05 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Stefano


Can't say as I'd noticed it being slower. What sort of comparison are we talking about?

Roy Lambert
Fri, Dec 1 2006 1:12 PMPermanent Link

"Lance R."
Thanks Roy...

Will have to change my code to do this, but its not that big a deal...
 I'm just trying to prep myself for a decent transition to ElevateDB.

Lance


Roy Lambert wrote:
> Lance
>
> Reverse engineer into sql, copy the resulting code into a query component and run it. That's the way I do it now and its easier than Pascal
>
>
> Roy Lambert
>
>
Fri, Dec 1 2006 2:01 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Stefano,

<< Yes, but also more more slower in execution....... >>

Not in ElevateDB.  It designed from the ground up to do everything in SQL
and is very quick.

--
Tim Young
Elevate Software
www.elevatesoft.com

Sat, Dec 2 2006 9:23 PMPermanent Link

"Lance R."
Thats great Tim,

I'll start refactoring my code for that, like Roy pointed out.

I had made a mod of your reverse engineer code for additional
flexibility as well as for progress meter.  So I'll have to do that as
well on the SQL side if I have time.

Lance

Tim Young [Elevate Software] wrote:
> Not in ElevateDB.  It designed from the ground up to do everything in SQL
> and is very quick.
>

Mon, Dec 4 2006 6:28 AMPermanent Link

"Stefano Monterisi"
Hi Roy,
I have notes that creating Tables with SQL is slower (2 or 3 seconds in
tables with a lof of fields) than "traditional" Delphi code.
Sure; Smile
I am waiting for the new faster system in ElevateDb (like Tim said);

Stefano Monterisi


Mon, Dec 4 2006 6:36 AMPermanent Link

"Stefano Monterisi"
Hi Tim,
I hope that ALL Sql is faster in ElevateDb (but using only the first field
in compound index don't help in this Frown)
I have some complex and scalar queries that require an great SQL engine.
(For one big application I have been forced to use Firebird for obtain a
good performance in execution time (Queries on compound indexes and stored
procedures);

Good Job,

Stefano Monterisi


"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> ha scritto nel
messaggio news:AD30E844-A299-4063-A529-850E19A83610@news.elevatesoft.com...
> Stefano,
>
> << Yes, but also more more slower in execution....... >>
>
> Not in ElevateDB.  It designed from the ground up to do everything in SQL
> and is very quick.
>
> --
> Tim Young
> Elevate Software
> www.elevatesoft.com
>

Mon, Dec 4 2006 8:41 AMPermanent Link

"Jose Eduardo Helminsky"
Stefano

AFAIK, ElevateDB will have stored procedures but queries and compound
queries is the most improvement I want. I have some large tables (more than
1 million records) and I have to use auxiliar fields simulating compound
indexes, this works but it is not the best way to find records.

I hope Tim put this feature (that lot of users ask for) as soon as possible
because it will put ElevateSoft in a higher level than today.

Regards
Eduardo

Page 1 of 3Next Page »
Jump to Page:  1 2 3
Image