Re: [sqlite] A hang in Sqlite

2020-01-06 Thread Noel Frankinet
Impressive and interesting ! Thank you. On Mon, 6 Jan 2020 at 15:35, Simon Slavin wrote: > On 6 Jan 2020, at 2:27pm, Noel Frankinet wrote: > > > What is fuzzer sql ? Is it some sort of random sql generator ? > > Yes. A fuzzer is a program. You feed it some SQL commands w

Re: [sqlite] A hang in Sqlite

2020-01-06 Thread Noel Frankinet
Hello everybody, What is fuzzer sql ? Is it some sort of random sql generator ? How do they create that non sensical yet syntactically correct SQL ? Just curious. Regards Noël On Mon, 6 Jan 2020 at 15:14, Dominique Devienne wrote: > On Mon, Jan 6, 2020 at 2:36 PM Jose Isaias Cabrera > wrote: >

Re: [sqlite] geopoly data input options

2018-10-21 Thread Noel Frankinet
ID > information" - probably beyond the scope of what you want in geopoly at > this point. > > Cheers, > > Jonathan > > > On 2018-10-19 21:56, Noel Frankinet wrote: > > There a WKB and WKT (text) representation). > > You can probably find everything

Re: [sqlite] geopoly data input options

2018-10-19 Thread Noel Frankinet
There a WKB and WKT (text) representation). You can probably find everything : http://www.opengeospatial.org Spatialite is also a good source . On Fri, 19 Oct 2018 at 22:47, Richard Hipp wrote: > On 10/19/18, Thomas Kurz wrote: > >> Beginning with the next release, polygons will always be stor

Re: [sqlite] x64 binary

2016-06-29 Thread Noel Frankinet
Not really an answer, but it's easier to compile directly the source of sqlite with your files. Only one .c file, no dependency, no 32 or 64 bit problem, no installation problem. Best wishes. Noël On 29 June 2016 at 01:05, BOSECKER Nancy wrote: > Hi, > > I have a very basic problem, maybe someo

Re: [sqlite] Sweet 16

2016-05-30 Thread Noel Frankinet
I ported sqlite to windowsCe in 2003, I didn't know I was so soon ! Congratulation to an incredible piece of code ! Best wishes. Noël On 30 May 2016 at 05:47, Darren Duncan wrote: > On 2016-05-29 10:28 AM, Richard Hipp wrote: > >> The first check-in of SQLite code occurred 16 years ago today.

[sqlite] CREATE TABLE parser

2016-03-02 Thread Noel Frankinet
Hello, Great work, but why not generate it with bison/flex ? sql grammar is available ? Just a question ? No?l On 2 March 2016 at 14:47, Marco Bambini wrote: > > > On 02 Mar 2016, at 13:32, Luca Ferrari wrote: > > > > On Wed, Mar 2, 2016 at 1:10 PM, Marco Bambini wrote: > >> I developed th

Re: [sqlite] sliteonline or sqlite in js

2014-11-14 Thread Noel Frankinet
Impressive ! On 12 November 2014 12:08, Kirill wrote: > Good day, > > Full line manager to work with sqlite directly > from the browser on any platform: > http://sqliteonline.com/ > > ___ > sqlite-users mailing list > sqlite-users@sqlite.org > http://s

Re: [sqlite] GUI INfo

2014-09-09 Thread Noel Frankinet
C++ or Python / Qt/PySide On 10 September 2014 02:05, jose isaias cabrera wrote: > "Warren Young" wrote... > > On 9/10/2014 14:56, Maxine Nietz wrote: >> >>> I am an experienced Access VBA programmer. I know about the SQLite >>> commands >>> to create and manipulate data in tables and queries.

Re: [sqlite] Variable values in Views

2014-07-30 Thread Noel Frankinet
There a tcl binding to sqlite, maybe it could help you ? Noël On 30 July 2014 08:44, Sylvain Pointeau wrote: > It is called parameterized view in sqlserver. > Actually it is extremely useful in order to have a good reusability in the > code. > I was actually missing it in Oracle, although I fo

Re: [sqlite] Questions from a novice - basic browsing of records in a listview.

2014-07-10 Thread Noel Frankinet
I've done it a long time ago before discovering that limit/offset was not the way to go http://www.codeproject.com/Articles/26938/AlphaView Anyway, it worked quite well even on slow pda. Best wishes Noel On 10 July 2014 15:19, - wrote: > Hello Clemens, > > > Are you using a list view, or pagi

Re: [sqlite] R-Tree Storage Optimization for Points

2014-06-19 Thread Noel Frankinet
It should be painless if you omit geos, I think. On 19 June 2014 09:00, Mohit Sindhwani wrote: > Hi Noël, > > Thanks for our reply. > > > On 19/6/2014 2:19 PM, Noel Frankinet wrote: > >> Hi Mohit, >> >> Maybe you should use the spatialite extension ? &g

Re: [sqlite] R-Tree Storage Optimization for Points

2014-06-18 Thread Noel Frankinet
Hi Mohit, Maybe you should use the spatialite extension ? Noël On 19 June 2014 06:27, Mohit Sindhwani wrote: > Hello! We are using SQLite3 for storing geographical points that can be > queried using a bounding box (find everything that lies within this box). > Obviously, this query fits the

Re: [sqlite] Suggestion for shell .IMPORT improvement

2014-05-22 Thread Noel Frankinet
I propose Musqlar, the Mighty universal sql Archiver :-) On 22 May 2014 15:22, Dominique Devienne wrote: > On Thu, May 22, 2014 at 1:51 PM, Richard Hipp wrote: > > How about "sqlar" for "SQL Archive"? http://www.sqlite.org/sqlar > > I like it! Sounds ominous when pronounced out loud :). > >

Re: [sqlite] Any interest for open source multi-user 'SQLite database server' application?

2014-04-02 Thread Noel Frankinet
so there is to client library to link to ? a simple layer that would mimic the sqlite interface and do all the xml encoding/decoding and communication could be handy ? On 2 April 2014 16:09, Harmen de Jong - CoachR Group B.V. wrote: > >that would be interesting. Is the C interface from your cli

Re: [sqlite] Any interest for open source multi-user 'SQLite database server' application?

2014-04-02 Thread Noel Frankinet
that would be interesting. Is the C interface from your client exactly like the C interface of sqlite ? On 2 April 2014 14:44, Harmen de Jong - CoachR Group B.V. wrote: > >Do you think it could be used with spatialite extension to build a > multi-user spatial database ? > > &g

Re: [sqlite] select all fields of a column in one table that are not in a column in another table

2013-10-17 Thread Noel Frankinet
oups, sorry ! On 17 October 2013 16:36, Noel Frankinet wrote: > L'accesoire indispensable : > > http://www.adafruit.com/products/1533 > > > On 17 October 2013 16:29, dean gwilliam wrote: > >> On 17/10/2013 14:45, Igor Tandetnik wrote: >> >>

Re: [sqlite] select all fields of a column in one table that are not in a column in another table

2013-10-17 Thread Noel Frankinet
L'accesoire indispensable : http://www.adafruit.com/products/1533 On 17 October 2013 16:29, dean gwilliam wrote: > On 17/10/2013 14:45, Igor Tandetnik wrote: > >> On 10/17/2013 3:35 AM, dean gwilliam wrote: >> >>> On 16/10/2013 22:04, Igor Tandetnik wrote: >>> On 10/16/2013 4:49 PM, dean

Re: [sqlite] float to string conversion problem

2013-06-14 Thread Noel Frankinet
Hello, The pda probably has no floating point support, you should check how sqlite as been compiled. Best wishes Noël On 14 June 2013 14:19, Arjen Markus wrote: > Hi Filipe, > > > On Thu, 13 Jun 2013 15:59:35 +0100 > Filipe Madureira > > > wrote: > >> Hi, >> >> I have a problem executing a q

Re: [sqlite] Sqlite Sample Source Codes For Windows CE/Mobile

2013-05-31 Thread Noel Frankinet
/doc/trunk/www/**downloads.wiki<https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki> > > "This binary package contains all the binaries for the PocketPC version of > the System.Data.SQLite 1.0.86.0 (3.7.17) package. The .NET Compact > Framework 3.5 is required.&qu

Re: [sqlite] Sqlite Sample Source Codes For Windows CE/Mobile

2013-05-31 Thread Noel Frankinet
one last consideration, on android and ios (about the same CPU power), they use sqlite native, nota java translation. Is you application requiring c# in any way ? On 31 May 2013 13:28, Noel Frankinet wrote: > and it's already on year behind the official c sqlite. I wouldn't go

Re: [sqlite] Sqlite Sample Source Codes For Windows CE/Mobile

2013-05-31 Thread Noel Frankinet
and it's already on year behind the official c sqlite. I wouldn't go that route On 31 May 2013 13:26, Noel Frankinet wrote: > oh, yes everything in c# then, let's see the performance on an arm cpu ! > > > On 31 May 2013 13:23, Noel Frankinet wrote: > >> ah

Re: [sqlite] Sqlite Sample Source Codes For Windows CE/Mobile

2013-05-31 Thread Noel Frankinet
oh, yes everything in c# then, let's see the performance on an arm cpu ! On 31 May 2013 13:23, Noel Frankinet wrote: > ah, sorry, I will never understand why everybody wants to add a virtual > machine on an already feeble machine. Then you will have to deal wil a > extra layer

Re: [sqlite] Sqlite Sample Source Codes For Windows CE/Mobile

2013-05-31 Thread Noel Frankinet
its probably an arm CPU. Good luck ! On 31 May 2013 13:16, Ali Dirik wrote: > Thanks for answers. > > I use c# (VS2008) > I am looking for c# sample source code. > > > 2013/5/31 Noel Frankinet > > > I've used C++, do you want to use anything else. It's of

Re: [sqlite] Sqlite Sample Source Codes For Windows CE/Mobile

2013-05-31 Thread Noel Frankinet
x27;d like to use sqlitecin your app, I do not think it will be an > issue for any playform once you have the proper C compiler. You may try to > statically compiling your application. > > On 31/05/2013, at 7:42 PM, Ali Dirik wrote: > > > Hello Noel Frankinet, > > > >

Re: [sqlite] Sqlite Sample Source Codes For Windows CE/Mobile

2013-05-31 Thread Noel Frankinet
Hello Ali, I've done years ago, it's pretty much standard use. What do you want to do ? On 31 May 2013 10:19, Ali Dirik wrote: > Dear Friends, > > I want to develop a application that runs Windows CE or Mobile devices. > I want to use the Sqlite database. > May I find same sample source codes?

Re: [sqlite] SQL Logic error or missing database

2013-04-05 Thread Noel Frankinet
yes that's the setup I use too, so I suspect something more complicated at work (mismatch between h and c file ? check your include path ??) On 5 April 2013 16:29, Michael Black wrote: > This works for me under Visual Studio 2010. I couldn't seem to get a file > uri to work at all either. > >

Re: [sqlite] SQL Logic error or missing database

2013-04-05 Thread Noel Frankinet
it's time to check your compiler setting, anything weird ? Are you sure you have the source code of sqlite for windows ? 32 or 64 bits settings ?? On 5 April 2013 16:24, Rob Collie wrote: > Same problem, I'm afraid. I've tried just about every combination suggested > in http://www.sqlite.org/c3

Re: [sqlite] SQL Logic error or missing database

2013-04-05 Thread Noel Frankinet
I would remove the "file://" On 5 April 2013 16:08, Rob Collie wrote: > Yeap, I'm on Visual Studio 2012. I've created a console app: > > > sqlite3 *oDatabase; > int returnValue; > returnValue = sqlite3_open_v2("file://C:/Newfolder/testing.db", > &oDatabase, SQLITE_OPEN_CREATE, NULL); > if (

Re: [sqlite] SQL Logic error or missing database

2013-04-05 Thread Noel Frankinet
SQLITE_OPEN_READWRITE not be used with SQLITE_OPEN_CREATE? If I > remove the SQLITE_OPEN_READWRITE flag, I get 'library routine called out of > sequence' instead. > > > Rob. > > > On Fri, Apr 5, 2013 at 3:15 PM, Noel Frankinet >wrote: > > > no it sh

Re: [sqlite] SQL Logic error or missing database

2013-04-05 Thread Noel Frankinet
Is it your problem ? On 5 April 2013 15:15, Noel Frankinet wrote: > no it should be ok, check the place where testing.db should be created, do > you have write right ? > > > On 5 April 2013 15:12, Rob Collie wrote: > >> It's a very odd problem. At first I was worr

Re: [sqlite] SQL Logic error or missing database

2013-04-05 Thread Noel Frankinet
no it should be ok, check the place where testing.db should be created, do you have write right ? On 5 April 2013 15:12, Rob Collie wrote: > It's a very odd problem. At first I was worried about character > translations between fortran and C, but the following also fails: > > returnValue = sql

Re: [sqlite] SQL Logic error or missing database

2013-04-05 Thread Noel Frankinet
Is your filename UTF8 ? On 5 April 2013 15:02, Richard Hipp wrote: > On Fri, Apr 5, 2013 at 8:54 AM, Rob Collie wrote: > > > Hello there, > > > > For my sins, I'm trying to create a library allowing our legacy fortran > > code to work with SQL. > > > > Calling this from fortran... > > > > CALL

Re: [sqlite] How to write store-procedure in SQLite.net

2013-03-25 Thread Noel Frankinet
Hello, I think that sqlite does not support stored procedure, but it does support triggers. Noël On 25 March 2013 07:05, Moumita Banerjee wrote: > Hi, > > I am trying to write a store-procedure in SQLite.net , but I am unable to > do so. Please help me solve this problem. > > Thanks, > Moumita

Re: [sqlite] Wanted - simple DATA editor for sqlite tables

2013-03-25 Thread Noel Frankinet
Back in the old time there was dbase.I'm always dreaming of a sqlite based dbase. One can be done with tcl + tk sqlite, but I find tcl and tk way too big today. On 25 March 2013 14:17, Simon Slavin wrote: > > On 25 Mar 2013, at 11:35am, c...@isbd.net wrote: > > > I don't want to load/use a DBMS

Re: [sqlite] Wanted - simple DATA editor for sqlite tables

2013-03-25 Thread Noel Frankinet
I once developped a simple table viewer using WTL and windows ListView. Very lighweight and very speedy. Of course it was windows only and read only. I suppose that a modern editable version using Qt would be even easier to develop ? Noël On 25 March 2013 12:41, wrote: > Stephen Chrzanowski w

Re: [sqlite] Which C++ data structures might one use to cache a sqlite query result?

2013-01-24 Thread Noel Frankinet
a two dimensional array, a vector of vectors ? On 24 January 2013 16:46, Cory Nelson wrote: > On Thu, Jan 24, 2013 at 9:31 AM, Frank Chang > wrote: > > Could anyone suggest which C++ data structure to use to cache a sqlite > > query result? Thank you for your help > > This is too vague, you'll

Re: [sqlite] Subject: Re: Simple SQLite-based spreadsheet?

2012-12-10 Thread Noel Frankinet
Access in the first place? But anyway... On 10 December 2012 15:33, Gilles Ganault wrote: > On Mon, 10 Dec 2012 15:07:05 +0100, Noel Frankinet > wrote: > >It's probably a good way to get something working, but you loose the > >cross-platform > > I know, but Windows

Re: [sqlite] Subject: Re: Simple SQLite-based spreadsheet?

2012-12-10 Thread Noel Frankinet
It's probably a good way to get something working, but you loose the cross-platform On 10 December 2012 14:47, Gilles Ganault wrote: > On Mon, 10 Dec 2012 11:49:31 +, Simon Slavin > wrote: > >There are lots of people who manipulate data that way, but they tend to > export > > their data fr

Re: [sqlite] VC++ and SQLite

2012-11-13 Thread Noel Frankinet
why would you need stdafx.h for sqlite ? what is the added benefit ? On 13 November 2012 14:57, Michael Schlenker wrote: > Am 13.11.2012 14:33, schrieb Arbol One: > > I would also keep this feature, however, in the case of SQLite3 > > amalgamation, I am really confused. You know how we have to

Re: [sqlite] VC++ and SQLite

2012-11-13 Thread Noel Frankinet
Never use stdafx stuff on open source project. Don't use precompiled header. On 13 November 2012 14:33, Arbol One wrote: > I would also keep this feature, however, in the case of SQLite3 > amalgamation, I am really confused. You know how we have to #include the > 'stdafx.h' in every declaration

Re: [sqlite] VC++ and SQLite

2012-11-12 Thread Noel Frankinet
Remove "use precompiled header" from your configuration. On 10 November 2012 14:11, Arbol One wrote: > I know this question is not a SQLite question, but I am hoping that > someone here has had a similar experience and/or can point me to the right > place to ask this question. > > After years

Re: [sqlite] Is the absence of msvcrt.dll a known issue with SQLite Windows 2000

2010-06-05 Thread noel frankinet
Roger Binns a écrit : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 06/05/2010 08:20 AM, noel frankinet wrote: > >>> I see windows 2000 as the finest os that redmont has produced. You'd >>> better not develop on the latest ms os if you

Re: [sqlite] Is the absence of msvcrt.dll a known issue with SQLite Windows 2000

2010-06-05 Thread noel frankinet
Roger Binns a écrit : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 06/05/2010 04:21 AM, noel frankinet wrote: > >> But in fact sqlite runs perfectly fine on windows2000 >> > > Exactly as my second paragraph says. But in the Windows 2000

Re: [sqlite] Is the absence of msvcrt.dll a known issue with SQLite Windows 2000

2010-06-05 Thread noel frankinet
Roger Binns a écrit : But in fact sqlite runs perfectly fine on windows2000 and is compilable with any free compiler (mingw for instance) Best regards Noël Frankinet > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 06/05/2010 12:01 AM, Frank Church wrote: > >> and Windows 2000. >>

Re: [sqlite] Question about using SQLite3 on Windows Mobile 6+

2010-03-08 Thread noel frankinet
Anthony Papillion a écrit : Hello Anthony, Your windows Mobile device has a Arm processor, you will need to recompile sqlite.dll for that processor (with evc3+evc4 or visual studio 2005/2008) Best wishes Noël Frankinet > Hello Everyone, > > I'm totally new to SQLite and am trying to use it in a

Re: [sqlite] sqlite compile error

2010-03-07 Thread noel frankinet
Gary Zigmann a écrit : Hello, Since sqlite is a library, could you show us your main program, in order to help you ? Best wishes Noël Frankinet > Good Afternoon, > > Today I downloaded sqlite-amalgamation-3_6_22.zip from the > sqlite.org website because I was looking for a SQL database to

Re: [sqlite] Need help understanding the basic of C++/sqlite

2010-01-19 Thread noel frankinet
Fabrice NA a écrit : Hi, In sqlite3_exec, you pass a function pointer (callback). Sqlite call that function with each row of data Best wishes Noël > Hi all, > > > > I am trying to understand Sqlite and to make thing worse I am also learning > C++. You will not be surprised that I find it really

Re: [sqlite] Quick question:

2009-01-05 Thread noel frankinet
S B a écrit : Pocket PC use a arm/xscale processor, not a x86.The os is also differnet (windowsCE vs win32). A recompile is needed with the right tool (evc3, evc4 of visual studio 2005/2007). Best wishes Noël > Jason, > > Chances are you will have to compile it for CE. I imagine it uses a > di

Re: [sqlite] [newbie] Compiling for Windows CE

2008-06-16 Thread noel frankinet
David Stephenson a écrit : > Hi, > > I'm trying to compile 3.5.9 to Windows CE using embedded C++ 4.0 and I get > the following error: > Hello David, You probably should compile for a console project ( or a dll it depends) Noël > corelibc.lib(pegwmain.obj) : error LNK2019: unresolved external sy

[sqlite] wtl list view article on codeproject

2008-06-15 Thread noel frankinet
Hello, I've written a small article to show how to connect sqlite to a wtl listview on windows. http://www.codeproject.com/KB/list/alphaview.aspx I hope it will help somebody Best wishes Noël Frankinet ___ sqlite-users mailing list sqlite-users@sqlit

Re: [sqlite] rtree extension - Windows Binary?

2008-06-13 Thread noel frankinet
Griggs, Donald a écrit : > Hi Andrew, > > Maybe this goes without saying, but I guess you've already worked on the > "usual suspects" such as: > > -- An index for Lat and another for Lon. > -- Larger cache > -- EXPLAIN QUERY PLAN prefix to ensure that index used > -- One-time VACUUM has any effect?

Re: [sqlite] Thank you

2008-06-06 Thread noel frankinet
D. Richard Hipp a écrit : > I'd like to take credit for the new r-tree module because it is a fine > piece of work. But in truth the new r-tree module was written > entirely by Dan Kennedy. http://www.sqlite.org/crew.html Good job, > Dan! > > D. Richard Hipp > [EMAIL PROTECTED] > > > Th

Re: [sqlite] Please test lastest CVS using WinCE

2008-02-20 Thread noel frankinet
[EMAIL PROTECTED] a écrit : > Can somebody with the ability to compile and test for wince > please test check-in [4802] for me. > >http://www.sqlite.org/cvstrac/chngview?cn=4802 > > For that matter, is there anybody out there who would like > to become the official wince maintainer for SQLite?

Re: [sqlite] what platforms does SQLite run on?

2008-02-19 Thread noel frankinet
Sam Carleton a écrit : > I see that SQLite runs on Windows, OSX, and *NIX, will it run on > Windows Mobile (CE) or any embedded OS's? > It runs on any CE that I know Noel > Sam > ___ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqli

Re: [sqlite] SQlite in PDA with Windows CE

2007-12-19 Thread noel frankinet
Jorge Rodríguez Pedrianes a écrit : Hello, Anybody Knowk to use sqlite embeden in a PDA??, I saw that i can download a .dll to windows, but can I use this dll in PDA? I saw the documentation but don't find anything about this. Anybody can I help me?? Thanks!!! __

Re: [sqlite] Script Language

2007-03-09 Thread Noel Frankinet
Cesar Rodas a écrit : Your help will be welcome. On 09/03/07, Noel Frankinet <[EMAIL PROTECTED]> wrote: Cesar Rodas a écrit : > I am planning to develop a interpreted language with LEMON && FLEX. > The main > goal is to provide a easy way to script commons actions, and

Re: [sqlite] Script Language

2007-03-09 Thread Noel Frankinet
Cesar Rodas a écrit : I am planning to develop a interpreted language with LEMON && FLEX. The main goal is to provide a easy way to script commons actions, and to teach algorithm in my University (National University of Asuncion - Paraguay). The language have syntax as PHP and Python I am plan

Re: [sqlite] so many warnings on vc6 with warning level 4

2006-11-13 Thread Noel Frankinet
Christian Smith a écrit : Gunnar Roth uttered: Hello, i want to use sqlite3 in a sub-project at work. when compiling with warning level 4 with vc6 ( internal philosophy ) , i get over 480 warnings. With warning level 3 there are still 119 left. This leads to problems to convince the project lea

Re: [sqlite] SQLite GUI app that offers layouts

2006-10-18 Thread Noel Frankinet
Rob Sciuk a écrit : On Wed, 18 Oct 2006, Rich Shepard wrote: Rob, And, ... there's pysqlite2 which is a teriffic implementation of the python database API. I'm using python, wxPython, and pysqlite2 in our approximate reasoning models. It's a nice system. Rich So many scripting

Re: [sqlite] SQLite GUI app that offers layouts

2006-10-18 Thread Noel Frankinet
Rich Shepard a écrit : On Wed, 18 Oct 2006, Rob Sciuk wrote: Interesting, but I'm wondering why not use the tcl/tk binding to simply generate the forms using the well crafted tcl binding which comes with the SQLite language? Tcl/TK is a very simple scripting language which is portable to all

Re: [sqlite] SQLite GUI app that offers layouts

2006-10-18 Thread Noel Frankinet
<.02$> Interesting, but I'm wondering why not use the tcl/tk binding to simply generate the forms using the well crafted tcl binding which comes with the SQLite language? Tcl/TK is a very simple scripting language which is portable to all major platforms, has a very useful GUI widget set, and w

Re: [sqlite] SQLite GUI app that offers layouts

2006-10-18 Thread Noel Frankinet
Sorry, the correct url is : http://www.gistek.net/gui.html -- Noël Frankinet Gistek Software SA http://www.gistek.net - To unsubscribe, send email to [EMAIL PROTECTED] --

Re: [sqlite] SQLite GUI app that offers layouts

2006-10-18 Thread Noel Frankinet
COS a écrit : Hi Tom, - Original Message - From: "T&B" <[EMAIL PROTECTED]> To: Sent: Tuesday, October 17, 2006 9:47 PM Subject: [sqlite] SQLite GUI app that offers layouts Hi all, There seem to be several SQLite GUI apps around. But I haven't seen any that offer building of lay

Re: [sqlite] "contains" function

2006-09-28 Thread Noel Frankinet
Dennis Cote a écrit : Noel Frankinet wrote: I would like to create a user function to know if a record is contained in a rectangle ? If have looked to sqlite_create_function I know that my record has for column (xmin,ymin,xmax,ymax) I would like to use the new function to write something

[sqlite] "contains" function

2006-09-28 Thread Noel Frankinet
Hello all, I would like to create a user function to know if a record is contained in a rectangle ? If have looked to sqlite_create_function I know that my record has for column (xmin,ymin,xmax,ymax) I would like to use the new function to write something like select * from table where ??? cont

Re: [sqlite] Wish to store a C structure in sqlite column

2006-09-22 Thread Noel Frankinet
Narendran a écrit : thanks a lot, I believe i can store a structure now, but there is still a cache . I am in the process on creating a Independant API,I can store a structure in SQLite thro the above specified ways. what if some one else wants to use my API's which i used to create the DBI's ,

Re: [sqlite] Wish to store a C structure in sqlite column

2006-09-21 Thread Noel Frankinet
Narendran a écrit : Noel Frankinet wrote: Narendran a écrit : Dear Friends, I am in the process of forming a Generic API,(sql oriented and BerkelyDB and sister databases). In the process of integration ,i like to store a Structure in Sqlite. as far as my knowledge SQLITE

Re: [sqlite] Wish to store a C structure in sqlite column

2006-09-21 Thread Noel Frankinet
Narendran a écrit : Dear Friends, I am in the process of forming a Generic API,(sql oriented and BerkelyDB and sister databases). In the process of integration ,i like to store a Structure in Sqlite. as far as my knowledge SQLITE allows me to declare the column types suppoted by the progr

Re: [sqlite] Which API to use to get resultant of query

2006-09-15 Thread Noel Frankinet
the call_back name to the relevant sqlite function. sqlite will call it for every row selected by your query. - Original Message - From: "Noel Frankinet" <[EMAIL PROTECTED]> To: Sent: Friday, September 15, 2006 8:02 PM Subject: Re: [sqlite] Which API to use to get re

Re: [sqlite] Which API to use to get resultant of query

2006-09-15 Thread Noel Frankinet
sandhya a écrit : Thanks a lot for your response Actually there is one function call in some sample found like, static int callback(void *NotUsed, int argc, char **argv, char **azColName) { int i; for(i=0; i you don't call that callback , its called by sqlite... In your case argc will b

Re: [sqlite] converting a sqlite table to dbf

2006-08-29 Thread Noel Frankinet
P Kishor a écrit : Thanks, so the answer is there is no straight-forward way of doing this. I will export to CSV, and then rebuild a dbf using Perl. In case folks wonder why I am going back to the abacus, my data start and end as .dbf. I use SQLite in between to do magic tricks with it. On 8/2

Re: [sqlite] VB.Net DataSet & DataGrid with ADO.Net Provider

2006-06-15 Thread Noel Frankinet
know more about your virtual listview please. Also would the virtual listview allow for amendments/deletion/insertion of data and recognise the change and update the database accordingly. Many thanks John On 10/05/06, Noel Frankinet <[EMAIL PROTECTED]> wrote: John Newby wrote:

Re: [sqlite] external indexing

2006-05-30 Thread Noel Frankinet
Rusty Conover wrote: Using a temporary table seems to be the best way when you have lots of keys. Of course there is a tradeoff point, such as for 1 or 2 rows a temporary table is overkill. Also it depends on if you're temporary table is being stored in memory or on the disk, check the

[sqlite] external indexing

2006-05-30 Thread Noel Frankinet
Hello All, since nobody has answered my last question, I'll try to rephrase it : How do you select record you have the keys (and I mean a lot of keys) I know SELECT .. WHERE rowid= SELECT .. WHERE rowid IN (something like that) SELECT ... WHARE rowid BETWEEN ... Is there another way, does a temp

Re: [sqlite] SQLite as R data store and spatial data maybe ?

2006-05-29 Thread Noel Frankinet
[EMAIL PROTECTED] wrote: Noel Frankinet <[EMAIL PROTECTED]> wrote: You might want to take a look at DRH's proposal, http://www.sqlite.org/cvstrac/wiki?p=VirtualTables which looks like it would make it easier for the R community to implement the sort of interface you'

Re: [sqlite] SQLite as R data store and spatial data maybe ?

2006-05-28 Thread Noel Frankinet
Eric Bohlman wrote: Andrew Piskorski wrote: As an R user, I'm happy to see the project below, it could become a very handy use of SQLite. I suspect it's well out of scope for that project, but it would be particularly cool to eventually see some of the integration go the other way, and allow

Re: [sqlite] Re: AW: AW: Re: spatial sqlite anyone ?

2006-05-19 Thread Noel Frankinet
George Ionescu wrote: Hello Noel, Hello George I'm reposting this message because I have the feeling that you missed the original one. I don't plan to replace the normal indexing, I plan to have a set of function to create a (memory ?) index. But how do I retrieve the data without d

Re: AW: AW: [sqlite] Re: spatial sqlite anyone ?

2006-05-19 Thread Noel Frankinet
en the box filtering might be enough. I'm going to use the quadtree approach, will see if its already usable Do you already have working code on sqlite ? Best regards Best Martin - Ursprüngliche Mail Von: Noel Frankinet <[EMAIL PROTECTED]> An: sqlite-users@sqlite.org

Re: AW: [sqlite] Re: spatial sqlite anyone ?

2006-05-19 Thread Noel Frankinet
Martin Pfeifle wrote: Hi, I think the simplest solution would be to put a spatial index on top of the B-tree, that's what e.g. Oracle does in their Spatial Cartridge. Basically you store the index data in relations and index these relations by B-trees. In this case, you do not have to change t

[sqlite] external indexing

2006-05-18 Thread Noel Frankinet
Hello All, Still trying to figure out the best way to index on top of sqlite (for spatial indeex). Lets say the the external index gives me a bunch of rowid, what would be the correct way to send that to sqlite ? (My sql levelis rather low) Should I bypass the sqlparser or is there an efficent

Re: AW: AW: [sqlite] Re: spatial sqlite anyone ?

2006-05-18 Thread Noel Frankinet
may I use to avoid one by one select ? Do you have any pointer for that ? Then again you can use ordinary SQL. - Ursprüngliche Mail Von: Noel Frankinet <[EMAIL PROTECTED]> An: sqlite-users@sqlite.org Gesendet: Donnerstag, den 18. Mai 2006, 09:50:56 Uhr Betreff: Re: AW: [sqlite]

Re: AW: [sqlite] Re: spatial sqlite anyone ?

2006-05-18 Thread Noel Frankinet
Martin Pfeifle wrote: Hi, I think the simplest solution would be to put a spatial index on top of the B-tree, that's what e.g. Oracle does in their Spatial Cartridge. Basically you store the index data in relations and index these relations by B-trees. In this case, you do not have to change t

Re: [sqlite] Re: spatial sqlite anyone ?

2006-05-18 Thread Noel Frankinet
George Ionescu wrote: Hello dear Noel, hello all sqlite users, a spatial extension for sqlite would be nice, although I think that replacing the indexing scheme (e.g. replace the current b-tree with a quad-tree or another spatial index) is alot of work. Just some questions / thoughts: 1. How

Re: AW: [sqlite] spatial sqlite anyone ?

2006-05-17 Thread Noel Frankinet
Martin Pfeifle wrote: I am very interested. We are working on spatial sqlite for almost one year. We plan to include sqlite into an embedded spatial application. You mention that there are open-source code for library 3 and 4. Can you give me a hint where to find it? I will contact you at the en

[sqlite] spatial sqlite anyone ?

2006-05-17 Thread Noel Frankinet
Hello all, I would like to set up a project to "spatialise" sqlite. 1 - to be able to create geometry colum that would store points,multipoints,lines,multilines,polygones and multi-polygones (Ogis "simple features") 2 - to be able to load and exchange data from WKT (well know text format) and

Re: [sqlite] VB.Net DataSet & DataGrid with ADO.Net Provider

2006-05-10 Thread Noel Frankinet
John Newby wrote: Hi, I am trying to access a SQLite database using the ADO.Net provider and bring all the data back in a tabular form, I can bring back the data using a datareader but I don't know if I can put the data into a datset or a datagrid. Does anyone know if you can do this? Many tha

Re: [sqlite] extensible indexing

2006-02-13 Thread Noel Frankinet
Martin Pfeifle wrote: Dear all, is it somehow possible to add an own index-structure, e.g. M-tree, R-tree, Quadtree...to SQLite? Has anyone ever done that? Best Martin ___ Telefonate ohne weitere Kost

Re: [sqlite] Sqlite and Java

2006-01-19 Thread Noel Frankinet
Kervin L. Pierre wrote: Cloudscape, which was given to Apache foundation and is now the Apache Derby Project. http://db.apache.org/derby/ Yes this is it ! -- Noël Frankinet Gistek Software SA http://www.gistek.net

Re: [sqlite] Sqlite and Java

2006-01-19 Thread Noel Frankinet
Nilo Paim wrote: Hi Noel, Maybe slower, maybe memory hungry... but not less portable in my opinion. Java is machine independent, unless when using native code. On that scenario ( native code ) Java is not portable. My point is: I would like to have access to sqlite databases from java wi

Re: [sqlite] Sqlite and Java

2006-01-19 Thread Noel Frankinet
Nilo Paim wrote: Hi all, Does anybody here knows something about a port of sqlite to java? Please, note that I'm not talking about java calling sqlite via JNI, but about a real rewrite of sqlite using java. Obviously, a second step would be the writing of a JDBC driver. Would be useful that p

Re: [sqlite] Final Year Project/Dissertation help required!!!!

2005-12-13 Thread Noel Frankinet
John Newby wrote: No, I'm not asking the community to do my homework for me, I need to do a user analysis phase for my dissertation, and as I don't know anyone who uses SQLite this is the only place I can get my questions answered. Many thanks. John. On 13/12/05, juan perez <[EMAIL PROTECTED]

Re: [sqlite] Trying to compile under VC.NET

2005-12-13 Thread Noel Frankinet
Henning Folger wrote: Hello, I am happy to find sqlite. This backend fully matches my need regarding to a projekt of mine. But i have to make some changes to fit into my project. So i tried to recompile the sources under VC.NET. On the web page i found a howto to do it, but i have no luck with

Re: [sqlite] Probably not simple question

2005-12-08 Thread Noel Frankinet
erw2 wrote: I have follow your advice and had a look at CppSQLite. setBinary and getBinary functions work only on unsigned char, and size of intDouble is (on my PC) 8 bytes, so much more than unsigned char (1 byte). The question is how to correctly store such structure in db, and how to restore

Re: [sqlite] Probably not simple question

2005-12-08 Thread Noel Frankinet
[EMAIL PROTECTED] wrote: Hello, I have a following problem. In my program I have a vector of elements let say defined as follow: struct intDouble { int x; int y; }; Now, I would like to put the contents of this vector into sqlite table, to be able than read it back. Mayby someone can sugge

Re: [sqlite] SQLite for CAD database

2005-11-27 Thread Noel Frankinet
Rajan, Vivek K wrote: Hello- Has anyone used SQLite database for storing CAD database: especially netlist and physical connectivity/topology? If so, what kind of performance have you been able to get? Rajan

Re: [sqlite] functions that return tables

2005-11-18 Thread Noel Frankinet
Nathan Kurz wrote: Perhaps related to the recent questions about converting rows to columns, I'm finding the need for user defined aggregate functions that can return multiple values, or ideally multiple rows of values. Assume you to determine the highest N values from column. You'd want a a

Re: [sqlite] uSQLiteServer Source code available

2005-11-15 Thread Noel Frankinet
Doug Nebeker wrote: I have a simple C++ HTTP server that I wrote (all in a single .cpp and .h file). Multi-threaded, has a session concept (via cookies), can parse POST and GET variables. It is a C++ class that you can derive from and then override the LoadFile method (which is where I typical

Re: [sqlite] sqlite and spatial extension

2005-10-12 Thread Noel Frankinet
Rajan, Vivek K wrote: Hello- Are there spatial extensions available for sqlite? And/or is there any add-on library/shareware/freeware which can enable spatial extensions/queries with SQLite? Rajan Hello, None that I'm aware of also I do use sqlite to store geagraphical info, but as

Re: [sqlite] Question about SQLite and spatial data

2005-09-07 Thread Noel Frankinet
Rajan, Vivek K wrote: I have a need to store spatial and connectivity data (think verilog netlist with x, y coordinate information) in a persistence on-disk file. I am looking at different SQL-based databases and am wondering if anyone has recommendations/opinions on how good SQLite is for: -

  1   2   >