[sqlite] Searching for interfacing info with Liberty Basic

2015-03-16 Thread cmassar
I've been using Liberty Basic 4.04 as a hobby language for about twelve
years now. In that time I never programmed anything that needed a real
database. Now I have that need and I would like to use sqlite because of its
many advantages.

I know enough about (relational) databases and how they work but not how to
use them from within LB.  I can't figure out what the DLL calls are like -
mostly which parameters, their sequence  and their definitions. Can anyone
help me to obtain this information? I would like to work directly in the
sqlite dll but if a wrapper is available I'll be satisfied if I can work
with indexes and foreign keys.

Thanks all in advance.

Cor



[sqlite] Searching for interfacing info with Liberty Basic

2015-03-16 Thread Drago, William @ CSG - NARDA-MITEQ
And this:

http://www.libertybasicuniversity.com/lbnews/nl106/SQLite.htm

--
Bill Drago
Senior Engineer
L3 Narda-MITEQ
435 Moreland Road
Hauppauge, NY 11788
631-272-5947 / William.Drago at L-3COM.com



> -Original Message-
> From: sqlite-users-bounces at mailinglists.sqlite.org [mailto:sqlite-
> users-bounces at mailinglists.sqlite.org] On Behalf Of cmassar
> Sent: Monday, March 16, 2015 4:55 PM
> To: sqlite-users at mailinglists.sqlite.org
> Subject: [sqlite] Searching for interfacing info with Liberty Basic
>
> I've been using Liberty Basic 4.04 as a hobby language for about twelve
> years now. In that time I never programmed anything that needed a real
> database. Now I have that need and I would like to use sqlite because
> of its many advantages.
>
> I know enough about (relational) databases and how they work but not
> how to use them from within LB.  I can't figure out what the DLL calls
> are like - mostly which parameters, their sequence  and their
> definitions. Can anyone help me to obtain this information? I would
> like to work directly in the sqlite dll but if a wrapper is available
> I'll be satisfied if I can work with indexes and foreign keys.
>
> Thanks all in advance.
>
> Cor
>
> ___
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
CONFIDENTIALITY, EXPORT CONTROL AND DISCLAIMER NOTE:This e-mail and any 
attachments are solely for the use of the addressee and may contain information 
that is privileged or confidential. Any disclosure, use or distribution of the 
information contained herein is prohibited. In the event this e-mail contains 
technical data within the definition of the International Traffic in Arms 
Regulations or Export Administration Regulations, it is subject to the export 
control laws of the U.S.Government. The recipient should check this e-mail and 
any attachments for the presence of viruses as L-3 does not accept any 
liability associated with the transmission of this e-mail. If you have received 
this communication in error, please notify the sender by reply e-mail and 
immediately delete this message and any attachments.


[sqlite] Searching for interfacing info with Liberty Basic

2015-03-16 Thread Drago, William @ CSG - NARDA-MITEQ
This is old, but may still be useful to you:

http://libertybasicuniversity.com/lbnews/nl105/sql.htm

--
Bill Drago
Senior Engineer
L3 Narda-MITEQ
435 Moreland Road
Hauppauge, NY 11788
631-272-5947 / William.Drago at L-3COM.com



> -Original Message-
> From: sqlite-users-bounces at mailinglists.sqlite.org [mailto:sqlite-
> users-bounces at mailinglists.sqlite.org] On Behalf Of cmassar
> Sent: Monday, March 16, 2015 4:55 PM
> To: sqlite-users at mailinglists.sqlite.org
> Subject: [sqlite] Searching for interfacing info with Liberty Basic
>
> I've been using Liberty Basic 4.04 as a hobby language for about twelve
> years now. In that time I never programmed anything that needed a real
> database. Now I have that need and I would like to use sqlite because
> of its many advantages.
>
> I know enough about (relational) databases and how they work but not
> how to use them from within LB.  I can't figure out what the DLL calls
> are like - mostly which parameters, their sequence  and their
> definitions. Can anyone help me to obtain this information? I would
> like to work directly in the sqlite dll but if a wrapper is available
> I'll be satisfied if I can work with indexes and foreign keys.
>
> Thanks all in advance.
>
> Cor
>
> ___
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
CONFIDENTIALITY, EXPORT CONTROL AND DISCLAIMER NOTE:This e-mail and any 
attachments are solely for the use of the addressee and may contain information 
that is privileged or confidential. Any disclosure, use or distribution of the 
information contained herein is prohibited. In the event this e-mail contains 
technical data within the definition of the International Traffic in Arms 
Regulations or Export Administration Regulations, it is subject to the export 
control laws of the U.S.Government. The recipient should check this e-mail and 
any attachments for the presence of viruses as L-3 does not accept any 
liability associated with the transmission of this e-mail. If you have received 
this communication in error, please notify the sender by reply e-mail and 
immediately delete this message and any attachments.