[Gambas-user] Embed a specific SQLite version

2015-02-01 Thread Christian e Ana Luiza Britto
Hi Folks,
Is it possible to make Gambas access a specific version of SQLIte?

I mean, I'm using a Linux Mint 17.1 (based on Ubuntu 14.04 packages).
In this way, the system installs the SQLIte version 3.8.2 (that's the
only that is available at the repositories 14.04). But I need to use
SQLIte version 3.8.8 (at least 3.8.3 ahead...). Is it possible to
embed a specific SQLite driver in my Gambas application so it can
access the database independent of the SQLite driver of the Linux
System.

Is it possible to deploy my application with this specific SQLite driver?

It's so important because I need to use Common Table Expressions
(CTE), that's available only in SQLIte 3.8.3 ahead.

Thank you so much,
Christian


[System]
Gambas=3.6.2
OperatingSystem=Linux
Kernel=3.13.0-37-generic
Architecture=x86_64
Distribution=Linux Mint 17.1 Rebecca
Desktop=KDE4
Theme=Oxygen
Language=en_US.UTF-8
Memory=7932M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Embed a specific SQLite version

2015-02-01 Thread T Lee Davidson
Hi Christian,

To use SQLite  3.8.3, you'll probably just need to install it on your system; 
either by compiling and installing, or by building a .deb package to install. I 
don't use any flavor of Ubuntu, so I can't help with that.

Nor can I help with your deployment question.


Lee
__

Artificial Intelligence is no match for natural stupidity.

On 02/01/2015 08:26 AM, Christian e Ana Luiza Britto wrote:
 Hi Folks,
 Is it possible to make Gambas access a specific version of SQLIte?

 I mean, I'm using a Linux Mint 17.1 (based on Ubuntu 14.04 packages).
 In this way, the system installs the SQLIte version 3.8.2 (that's the
 only that is available at the repositories 14.04). But I need to use
 SQLIte version 3.8.8 (at least 3.8.3 ahead...). Is it possible to
 embed a specific SQLite driver in my Gambas application so it can
 access the database independent of the SQLite driver of the Linux
 System.

 Is it possible to deploy my application with this specific SQLite driver?

 It's so important because I need to use Common Table Expressions
 (CTE), that's available only in SQLIte 3.8.3 ahead.

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user