Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread simple test to start -- an in-memory database
Tue, Apr 29 2008 5:58 PMPermanent Link

Kevin Killion
I would like to evaluate ElevateDB under Delphi with a nice, simple example to start, an in-memory database.

Unfortunately, the provided docs are slim, at best.  In browsing this forum, I eventually found this thread where someone was also asking for a
simple example of creating an in-memory dataset:

  http://www.elevatesoft.com/newsgrp?action=searchopenmsg&group=16&msg=1740&keywords=memory*#msg1740

But the bad news is that the response advises us to see examples on these two pages:

  http://www.elevatesoft.com/edb1sql_create_table.htm
  http://www.elevatesoft.com/edb1sql_create_database.htm

and neither of those pages exist any more (404 error).

So, the question remains:  Do you have a sample, preferably in Delphi, of how to create an in-memory database and do some simple operations
on it?

Thank you!
Tue, Apr 29 2008 9:28 PMPermanent Link

Jan Ferguson

Data Software Solutions, Inc.

Team Elevate Team Elevate

Kevin:

You will find those references here instead:

Create Database:
http://www.elevatesoft.com/manual?action=mantopic&id=edb1sql&category=10
&topic=92

Create Table:
http://www.elevatesoft.com/manual?action=mantopic&id=edb1sql&category=10
&topic=145

--
Regards,
Jan Ferguson [Team Elevate]


Kevin Killion wrote:

<<But the bad news is that the response advises us to see examples on
<<these two pages:
<<
<<   http://www.elevatesoft.com/edb1sql_create_table.htm
<<   http://www.elevatesoft.com/edb1sql_create_database.htm
<<
<<and neither of those pages exist any more (404 error).
<<
<<So, the question remains:  Do you have a sample, preferably in
<<Delphi, of how to create an in-memory database and do some simple
<<operations on it?
Wed, Apr 30 2008 10:32 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Kevin,

<< But the bad news is that the response advises us to see examples on these
two pages: >>

We changed the URLs recently, and we haven't had a chance to put in the
redirects for all of the manual pages yet.  In the future, anytime you need
to access the manuals, you can do so here:

http://www.elevatesoft.com/manual?action=manuals

<< So, the question remains:  Do you have a sample, preferably in Delphi, of
how to create an in-memory database and do some simple operations on it? >>

Creating an in-memory database is the same as creating a normal database,
with the difference being the usage of the IN MEMORY clause instead of the
PATH clause:

http://www.elevatesoft.com/manual?action=mantopic&id=edb1sql&category=10&topic=92

--
Tim Young
Elevate Software
www.elevatesoft.com

Image