Re: [sqlite] Help with establishing a connection on NS3 and sqlite DB

2017-03-21 Thread Simon Slavin
On 21 Mar 2017, at 10:58pm, Ausama Majeed wrote: > But, select query returns only the table field headers instead of the > required record in the following code > > string Query = " select ActorId, ActorType from ActorInfo where ID =" + > tempProcess.str() +";"; For

[sqlite] Help with establishing a connection on NS3 and sqlite DB

2017-03-21 Thread Ausama Majeed
Hello guys, I am trying to do a connection between a database created with Sqlite and my application in ns3. the sqlite engine is installed on ubuntu 16.04 machine and the output is enabled with ns3.26. I cann't do a simple select query from ns3, however it working through the terminal. I install

Re: [sqlite] sqlite with Java

2017-03-21 Thread Matthias-Christian Ott
On 2017-03-21 21:36, Timothy Stack wrote: > I see that you've got a solution working, but I wanted to mention this > project which is a JDBC driver that can work with a dynamically linked > sqlite library so there shouldn't be anything to recompile: I can confirm that it's possible to dynamically

Re: [sqlite] RIGHT JOIN! still not supported?

2017-03-21 Thread Darren Duncan
What benefit does a RIGHT JOIN give over a LEFT JOIN? What queries are more natural to write using the first rather than the second? While I can understand arguments based on simple mirror parity, eg we have < so we should have > too, lots of other operations don't have mirror syntax either.

Re: [sqlite] sqlite with Java

2017-03-21 Thread Timothy Stack
I see that you've got a solution working, but I wanted to mention this project which is a JDBC driver that can work with a dynamically linked sqlite library so there shouldn't be anything to recompile: https://github.com/tstack/SqliteJdbcNG Unfortunately, it hasn't seen updates for a couple

[sqlite] Please help to create a connection to SQLite database!

2017-03-21 Thread Evgeniy Buzin
Hello. I develop C# WPF MVVM Prism modular application in MS VS 2015 Professional in Windows 10 OS. My application has Shell project and many Prism Module projects. Also my application contains CommonClassLibrary class library project where I define ConnectionService class that is applicable

Re: [sqlite] RIGHT JOIN! still not supported?

2017-03-21 Thread Daniel Kamil Kozar
Seeing how SQLite was created in 2000, it seems like nobody really needed this feature for the last 17 years enough in order to actually implement it. Last I heard, patches are welcome on this mailing list. Don't keep us waiting. Kind regards, Daniel On 20 March 2017 at 21:09, PICCORO McKAY

Re: [sqlite] SQLite does not support ARM platform?

2017-03-21 Thread Jaime Stuardo
What are you smoking? Do you feel good? -Original Message- From: sqlite-users [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On Behalf Of Jens Alfke Sent: martes, 21 de marzo de 2017 2:01 To: SQLite mailing list Subject: Re: [sqlite] SQLite

Re: [sqlite] No public bug tracker?

2017-03-21 Thread Dominique Devienne
On Tue, Mar 21, 2017 at 1:23 AM, Yuri wrote: > On 03/20/2017 17:20, Joshua J. Kugler wrote: > >> >> sqlite.org/src/login shows that I am logged in, but the bug site says I > am not logged in. I am not sure if this is intentional. I assumed it was. It is intentional indeed.

Re: [sqlite] configure --enable-shared doesn't build shared libraries

2017-03-21 Thread Dan Kennedy
On 03/21/2017 07:11 AM, Yuri wrote: Configure file says: > --enable-shared[=PKGS] build shared libraries [default=yes] However, shared library isn't built by default. This command: $ ./configure --enable-shared && gmake doesn't build it either. Are you using the amalgamation tarball or