Need beta testers for new database library

Peter Haworth pete at lcsql.com
Wed Aug 8 20:42:26 EDT 2012


Alejandro,
I would love to contribute the WOrld of Databases!

Also, a quick comment on connections to sqlite.  It's not normally
necessary to have more than one connection.  The most common way to access
multiple databases is to open the "main" one, then use the ATTACH command
to open the other dbs on the same connection.  Only one connection to
manage that way, plus you can JOIN tables across the main and attached
db's.  There'll always be exceptions of course, But I've always found that
to be the best way to work.

Pete
lcSQL Software <http://www.lcsql.com>



On Wed, Aug 8, 2012 at 2:03 PM, Alejandro Tejada <capellan2000 at gmail.com>wrote:

> Bob,
>
> Looks like every developer who uses databases
> have their own ideas and convictions about the
> way in which their databases should work.
>
> Honestly, I would not expect less. It seems that
> after a Developer starts working with databases,
> it's worth or value as a Developer starts depending
> on how well their databases run... :-D
>
> I want to see in LiveCode Journal, a special section
> devoted to the Mystic ,Magical and Wonderful world
> of Databases. [Notice: This is my personal point of
> view about this particular topic of computing] :-D
>
> Maybe Richard want to name this new section like:
> Love your Data[base]
>
> :-D
>
> Al
>
>
>
>
>
>
> --
> View this message in context:
> http://runtime-revolution.278305.n4.nabble.com/Need-beta-testers-for-new-database-library-tp4653339p4653542.html
> Sent from the Revolution - User mailing list archive at Nabble.com.
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list