Simple Database without SQL
Chris Young
cyoung_mi at yahoo.com
Tue May 20 11:44:39 EDT 2008
Thank you VERY much everyone.. Wow
I think I'm just going to go with a simple XML
external file
to hold the data I need..
it really is going to be just a simple single user
database
holding just simple name/address/phone number info.
I'm sure someone has already created a sample stack
doing just want I want.. but so far I haven't really
found any.
Thanks again for everyones help and research.
Sarah has a very nice XMLDemo tutorial on her website.
I'll try and use that as a base.
Unless anyone can suggest something easier or better
to use.
I'm always open to suggestions, and not being much of
a programmer
myself.. I seem to learn much better by example.
Thanks again!
Chris
--- Richard Gaskin <ambassador at fourthworld.com> wrote:
> Chris Young wrote:
> > I would like to have a simple app that I can share
> > with my coworkers without the need to also share a
> > second file.
>
> That rules out a database, where in addition to at
> least one data file
> (possibly multiple files, depending on the DB engine
> used) you'd also
> need to make sure the externals files to drive the
> DB are included.
>
> > So far I have not found a way to save info once
> the
> > stack has been compiled.
> >
> > Any ideas? or examples?
>
> It's a long standing convention of both UNIX/Linux
> and Win OSes that
> executables cannot write to themselves, and for
> consistency Rev enforces
> this on the Mac as well.
>
> So any writable data will mean at least a second
> file, and I know of now
> way around that.
>
> But fortunately Sarah Reichelt has made this easy
> with her article at
> revJournal on saving data from standalones:
>
>
<http://www.revjournal.com/tutorials/saving_data_in_revolution.html>
>
>
> --
> Richard Gaskin
> Managing Editor, revJournal
>
>
_______________________________________________________
> Rev tips, tutorials and more:
> http://www.revJournal.com
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and
> manage your subscription preferences:
>
http://lists.runrev.com/mailman/listinfo/use-revolution
>
More information about the use-livecode
mailing list