[sqlite] porting sqlite on ARM cortex M7

2019-06-25 Thread vivek
Dear SQLite Team, I am very new to SQLite and want to use SQLite in my project which is based on ARM Cortex M7 core. Do we have any examples available for porting SQLite to cortex M series microcontroller?? Regards Vivek Aggarwal Firmware Team Lead NGX Technologies Pvt Ltd

Re: [sqlite] SQLite performance with NOR FLASH

2014-06-25 Thread Vivek Ranjan
ackup_finish sqlErrno %d", sqlErrno); result = false; } } else { Tr_Err("SwapDB could not be init"); result = false; } Br Vivek On Wed, Jun 25, 2014 at 10:14 PM, Vivek Ranjan wrote: > Dear All, > > I am unsing SQLite on NOR

[sqlite] SQLite performance with NOR FLASH

2014-06-25 Thread Vivek Ranjan
gt; SQLite writes data in very small chunks i.e. 1, 4, bytes which causes the poor performance while writing to Flash Please suggest if there are some experiences to fine tune the writes to NOR Flash. Kind Regards Vivek ___ sqlite-users mailing list sqlit

Re: [sqlite] sqlite and generate dynamic html

2007-04-03 Thread Vivek Rajan
coding. Vivek Rajan wrote: > I need to generate dynamic HTML from contents in the SQLite database. > Display some text/tables and related. Upon clicking on the web-page, the > web-page can generate another query and display subsequent queries as HTML > on the web. > > On 4/3/

Re: [sqlite] sqlite and generate dynamic html

2007-04-03 Thread Vivek Rajan
es the HTML have to do? Vivek Rajan wrote: > Hello SQLite Community- > > For a personal project, I need to dynamically create HTML pages from an > on-disk SQLite database. I don't need cross-network capability, I just need > the ability to query and dynamically generate H

[sqlite] sqlite and generate dynamic html

2007-04-03 Thread Vivek Rajan
Hello SQLite Community- For a personal project, I need to dynamically create HTML pages from an on-disk SQLite database. I don't need cross-network capability, I just need the ability to query and dynamically generate HTML from an on-disk SQLite database on a localhost (stand-alone unix machine).

[sqlite] SQLite on RAM

2006-10-10 Thread Vivek R
Hi List, Is it possible to use SQLite on RAM (where there is no file system) i.e. directly on memory, (No Hard disk). I am planning to use it on RAM inside TV. How it will read and write on RAM. Thanks and Regards, Vivek R

Re: [sqlite] Regarding removing create view and some other components in SQLite

2006-10-07 Thread Vivek R
Hi, I have been assigned for this task, I am new bee to SQLite and Software field. Just now I have started investigating how to do this. Just I was waiting for some inputs and for right direction. Thanks for all who guided me. Thanks and Regards, Vivek R On 10/6/06, G. Roderick

[sqlite] Turn on Pragma.

2006-10-06 Thread Vivek R
Hi List, can anybody explain me how to turn on the pragma for increasing the performance. Regardsm Vivek R

[sqlite] Regarding sqlite3_exec

2006-10-06 Thread Vivek R
there any way I can get SQLITE_DONE through sqlite3_Exec. What return value I will get If I query an empty table. Thanks and Regards, Vivek R

[sqlite] Regarding removing create view and some other components in SQLite

2006-10-05 Thread Vivek R
etc , as we are facing some memory problems Could you please suggest me what are the things to be done to remove the features like views and others ( which we usually not required) . Thanks and Regards, Vivek R

[sqlite] Regarding aborting a query

2006-10-02 Thread Vivek R
. Thanks and Regards, Vivek R

[sqlite] Regarding Performance and removing create view

2006-10-02 Thread Vivek R
memory problems and we want to increase the performance of SQLite. Could you please suggest me what are the things to be done to remove the features like views and others ( which we usually not required) and How to increase the performance of SQLite. Thanks and Regards, Vivek R

[sqlite] Files required to be changed to handle different file system

2006-07-30 Thread Vivek R
Hi, I am porting SQLite to DVD, I am using the harddisk which uses our own file system. Can I know which are the files and API's to be changed for reading and writeing the database on to the disk. Thanx in advance, Regards, Vivek R

[sqlite] Retriving data from SQLite

2006-07-27 Thread Vivek R
Hi , I am new bee to SQLite, I am using SQLite in one of the embedded applications. What I wanted to know how to retrive the data from table once the query is exected? how to store the results of the query executed. Regards, Vivek R

Re: [sqlite] Resources required and Lock & recovery mechanisms

2006-07-20 Thread Vivek R
Thank you John. Regards, Vivek R On 7/20/06, John Stanton <[EMAIL PROTECTED]> wrote: Sqlite requires few resources. Locking is achieved through regular file locks which lock the entire database since it is a file. Flow control is not applicable. You may use semaphores etc i

[sqlite] Resources required and Lock & recovery mechanisms

2006-07-19 Thread Vivek R
mechanism we need to build. 3. How to create a service component that creates these tables on HDD ( Hard disk on Consumer products like DVD or Set top box ) before it leave the factory. 4. recovery mechanisms (in case DB crash how do we recover/reconstruct data?) Thanks and Regards, Vivek R

[sqlite] Resources required and Lock & recovery mechanisms

2006-07-17 Thread Vivek R
mechanism we need to build. 3. How to create a service component that creates these tables on HDD ( Hard disk on Consumer products like DVD or Set top box ) before it leave the factory. 4. recovery mechanisms (in case DB crash how do we recover/reconstruct data?) Thanks and Regards, Vivek R

[sqlite] How to port the SQLite

2006-07-14 Thread Vivek R
. Thanks and Regards, Vivek R

[sqlite] SQLite db file size and NFS file locking issue

2006-05-17 Thread Rajan, Vivek K
Hello- Is there any limit (besides the OS files system limit) on how big the db file size can be with SQLite? Also, is there any NFS locking issue with SQLite database? Sometimes if a client opens the files and die, do we have problems reading the file again because NFS lock for the file

RE: [sqlite] spatial sqlite anyone ?

2006-05-17 Thread Rajan, Vivek K
Hello Noel- I am interested in this as well - I have wanted spatial feature in SQLite for a while. I think is a great idea and would be useful for many powerful applications. Please keep me (us) posted on this. Would this go natively inside SQLite engine? Vivek >-Original Mess

[sqlite] sqlite driven web-site

2006-05-04 Thread Rajan, Vivek K
his is most what I am familiar with Has someone done something like that and would share their experience on this topic. Vivek

RE: [sqlite] XML to SQLite upload

2006-05-04 Thread Rajan, Vivek K
Thanks for answers. Sorry, I was not clear in my previous email. I do know the structure of the for the XML - I was wondering if there was a direct upload capability, once I know the structure of the XML. Vivek >-Original Message- >From: A. Pagaltzis [mailto:[EMAIL PROTECTED]

[sqlite] XML to SQLite upload

2006-05-04 Thread Rajan, Vivek K
Does someone have XML to SQLite upload utility in perl/C++? Vivek

[sqlite] multiple database attach with SQLite

2006-01-15 Thread Rajan, Vivek K
Hello- I have some questions regarding attaching multiple databases with SQLite: * What is the max number of databases which can be attached to a single process using SQLite? * Has someone tried attached large number of databases with SQLite, and are there any performance tradeof

[sqlite] enum in SQLite

2006-01-05 Thread Rajan, Vivek K
I would like to know the following: *Does SQLite support enum like MySQL? If yes, how to use it *If not, is there another way to model enumeration in SQLite? And/or any plans going forward to support enums natively in SQLite? Rajan

[sqlite] sqlite and multiple databases

2005-12-17 Thread Rajan, Vivek K
Hello- I have few questions regarding usage-model of multiple databases with SQLite. I understand SQLite allows for attaching multiple databases in a single session. My questions are: *Do the schema for multiple databases need to be same for attaching with SQLite in single session? *

[sqlite] SQLite for CAD database

2005-11-26 Thread Rajan, Vivek K
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

[sqlite] Organizing large database into multiple files

2005-11-11 Thread Rajan, Vivek K
multiple files? - How do manage such huge databases with SQLite I am looking for suggestions/advice on how to organize large volumes of data. Please help. Vivek

RE: [sqlite] Re: Re: in memory SQLite in C/C++

2005-10-21 Thread Rajan, Vivek K
Thursday, October 20, 2005 3:22 PM >To: SQLite >Subject: [sqlite] Re: Re: in memory SQLite in C/C++ > >Rajan, Vivek K wrote: >> One question: So at any given point in time, one can only have _ONE_ >> SQLite database in-memory? > >If I understand it correctly, every s

RE: [sqlite] Re: in memory SQLite in C/C++

2005-10-20 Thread Rajan, Vivek K
y SQLite in C/C++ > >Rajan, Vivek K wrote: >> As I understand it is possible to us in-memory SQLite database. Does >> someone have example C/C++ code to demonstrate techniques for using >> in-memory SQLite database? > >You use sqlite3_open to open a database with a spec

[sqlite] in memory SQLite in C/C++

2005-10-20 Thread Rajan, Vivek K
Hello- As I understand it is possible to us in-memory SQLite database. Does someone have example C/C++ code to demonstrate techniques for using in-memory SQLite database? Thanks in advance. Rajan

RE: [sqlite] Question about automatic schema creation from custom data-strucutre for persistence storage

2005-10-17 Thread Rajan, Vivek K
swer >> is probably no. Unless you want to parse your header file yourself, >> or something like that. >> >> With Java or another high-level programming language that supports >> introspection it would be possible I think. >> >> >> "Rajan, Vivek K"

[sqlite] Question about automatic schema creation from custom data-strucutre for persistence storage

2005-10-15 Thread Rajan, Vivek K
Hello- Has anyone had experience with automatically creating schema from a custom data-structure for persistence storage using SQLite? So, in my C/C++ program I have the following type of data-structure: struct _trace { std::string name; std::string prop; std

[sqlite] sqlite and spatial extension

2005-10-12 Thread Rajan, Vivek K
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

[sqlite] Embedded mySQL & SQLite

2005-09-21 Thread Rajan, Vivek K
Has anyone done comparison between embedded mySQL and SQLite? Would like to request feedback/comments on how do the two technologies contrast/compare? Vivek

[sqlite] How to load a SQLite schema from file using SQLite C-API

2005-09-15 Thread Rajan, Vivek K
I have SQLite schema in an ascii file. I would like to be able to load this schema via SQLite C-API. How do I do this? Vivek

[sqlite] methods to improve insertion speed with SQLite

2005-09-14 Thread Rajan, Vivek K
suggestions/feedback? Vivek

[sqlite] Question about SQLite and spatial data

2005-09-07 Thread Rajan, Vivek K
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: - Storing spatial data. An