[sqlite] how to unsubscribe this mail list

2006-08-01 Thread jason zhang
Hi All,
I don't find the method to unsubscribe this mail list from www.sqlite.org,
could you please tell me how?

Thanks
Jason


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

2005-10-17 Thread jason zhang
.Net has a tool (xsd.exe) that can convert C# structure to XML schema.
I don't know whether it can help you.

- Original Message - 
From: "Dan Kennedy" <[EMAIL PROTECTED]>
To: 
Sent: Monday, October 17, 2005 4:50 PM
Subject: Re: [sqlite] Question about automatic schema creation from custom 
data-strucutre for persistence storage


> As far as I know C++ has no introspection capability so the answer 
> 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" <[EMAIL PROTECTED]> wrote:
> 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:string object; 
> 
> int a; 
> 
> double b; 
> 
> }; 
> 
> 
> 
> std::vector _myPath; 
> 
> 
> Now, let's say I want to write and read _myPath data-structure
> (persistence) in SQLite database. 
> 
> 
> 
> My questions:
> 
> - Is there a mechanism to dynamically create a schema on-the-fly from
> the data-structure? 
> 
> - Essentially a capability to store any custom data-structure into
> SQLite data-base by automatic creation of schema for the data-structure
> 
> 
> 
> Rajan
> 
> 
> 
> 
> 
> 
> 
> -
> Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

Re: [sqlite] Easyer way ?

2005-09-25 Thread jason zhang
Who have created these papers?
Does'nt he/she has the bits-format?
If the paper is very clear,OCR may help you.

- Original Message - 
From: "Richard Nagle" <[EMAIL PROTECTED]>
To: 
Sent: Saturday, September 24, 2005 11:10 PM
Subject: Re: [sqlite] Easyer way ?


> Sorry, to say,
> its a STACK of papers on my desk, Next to the Other several stacks,
> of papers...
> 
> So, Was looking for a easier Method of getting Paper (typing) data,
> into Sqlite, with out going threw all the insert...commands.
> 
> Thanks -
> Richard
> 
> 
> Reid Thompson wrote:
>> Richard Nagle wrote:
>> 
>>> is there a easier way of typing in data to Sqlite.
>>>
>>> sqlite> insert into car (md_num, md_name, style, year)
>>>...> values (1, 'Honda', 'Coupe', 1983)
>>>...> ;
>>>
>>> Man, just 806 more listing
>>> just looking for some short cuts, or helper apps...etc.
>>> to cut down some of the typing.
>>>
>>> Thanks -
>>> Richard
>> 
>> do you already have the data in another format?
>> csv?, excel?, space delimited?
>> just about any consistent format can be handled via one of many of the 
>> scripting languages.
>> 
>

Re: [sqlite] Have ever anybody port SQLite to WinCE

2005-08-16 Thread jason zhang
Thank you! you are so kind.
- Original Message - 
From: "Noel Frankinet" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Tuesday, August 16, 2005 3:17 PM
Subject: Re: [sqlite] Have ever anybody port SQLite to WinCE


> jason zhang wrote:
> 
>>Hi,
>>   Thank you.
>>   How about the performance of this library? 
>>   
>>- Original Message - 
>>From: "Noel Frankinet" <[EMAIL PROTECTED]>
>>To: <sqlite-users@sqlite.org>
>>Sent: Tuesday, August 16, 2005 2:57 PM
>>Subject: Re: [sqlite] Have ever anybody port SQLite to WinCE
>>
>>
>>  
>>
>>>jason zhang wrote:
>>>
>>>
>>>
>>>>Hi,
>>>>  Thank you.I just found that there is a project named "SQLite for wince" 
>>>> in sourceforge.net,
>>>>Do you use that version?
>>>>  
>>>>
>>>>----- Original Message - 
>>>>From: "Noel Frankinet" <[EMAIL PROTECTED]>
>>>>To: <sqlite-users@sqlite.org>
>>>>Sent: Tuesday, August 16, 2005 2:49 PM
>>>>Subject: Re: [sqlite] Have ever anybody port SQLite to WinCE
>>>>
>>>>
>>>> 
>>>>
>>>>  
>>>>
>>>>>jason zhang wrote:
>>>>>
>>>>>   
>>>>>
>>>>>
>>>>>
>>>>>>Hi all,
>>>>>> I am going to use SQLite on WinCE platform.Have ever anybody has 
>>>>>> experience with it?
>>>>>>I encounter some problem when I port SQLite to WinCE.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>No virus found in this incoming message.
>>>>>>Checked by AVG Anti-Virus.
>>>>>>Version: 7.0.338 / Virus Database: 267.10.9/72 - Release Date: 14/08/2005
>>>>>>
>>>>>>
>>>>>> 
>>>>>>
>>>>>>  
>>>>>>
>>>>>Hello,
>>>>>yes, I use sqlite on winCE for two years now.
>>>>>Regards
>>>>>
>>>>>-- 
>>>>>Noël Frankinet
>>>>>Gistek Software SA
>>>>>http://www.gistek.net
>>>>>
>>>>>
>>>>>   
>>>>>
>>>>>
>>>>>
>>>> 
>>>>
>>>>  
>>>>
>>>yes, I had made the first crude port to ce than I switched to that much 
>>>better port.
>>>
>>>-- 
>>>Noël Frankinet
>>>Gistek Software SA
>>>http://www.gistek.net
>>>
>>>
>>>
>>>
>>
>>
>>  
>>
> very good, I even use it for graphic display (GIS).
> 
> -- 
> Noël Frankinet
> Gistek Software SA
> http://www.gistek.net
> 
>

Re: [sqlite] Have ever anybody port SQLite to WinCE

2005-08-16 Thread jason zhang
Hi,
   Thank you.
   How about the performance of this library? 
   
- Original Message - 
From: "Noel Frankinet" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Tuesday, August 16, 2005 2:57 PM
Subject: Re: [sqlite] Have ever anybody port SQLite to WinCE


> jason zhang wrote:
> 
>>Hi,
>>   Thank you.I just found that there is a project named "SQLite for wince" in 
>> sourceforge.net,
>>Do you use that version?
>>   
>>
>>- Original Message - 
>>From: "Noel Frankinet" <[EMAIL PROTECTED]>
>>To: <sqlite-users@sqlite.org>
>>Sent: Tuesday, August 16, 2005 2:49 PM
>>Subject: Re: [sqlite] Have ever anybody port SQLite to WinCE
>>
>>
>>  
>>
>>>jason zhang wrote:
>>>
>>>
>>>
>>>>Hi all,
>>>>  I am going to use SQLite on WinCE platform.Have ever anybody has 
>>>> experience with it?
>>>>I encounter some problem when I port SQLite to WinCE.
>>>> 
>>>>
>>>>
>>>>
>>>>No virus found in this incoming message.
>>>>Checked by AVG Anti-Virus.
>>>>Version: 7.0.338 / Virus Database: 267.10.9/72 - Release Date: 14/08/2005
>>>> 
>>>>
>>>>  
>>>>
>>>Hello,
>>>yes, I use sqlite on winCE for two years now.
>>>Regards
>>>
>>>-- 
>>>Noël Frankinet
>>>Gistek Software SA
>>>http://www.gistek.net
>>>
>>>
>>>
>>>
>>
>>
>>  
>>
> yes, I had made the first crude port to ce than I switched to that much 
> better port.
> 
> -- 
> Noël Frankinet
> Gistek Software SA
> http://www.gistek.net
> 
>

Re: [sqlite] Have ever anybody port SQLite to WinCE

2005-08-16 Thread jason zhang
Hi,
   Thank you.I just found that there is a project named "SQLite for wince" in 
sourceforge.net,
Do you use that version?
   

- Original Message - 
From: "Noel Frankinet" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Tuesday, August 16, 2005 2:49 PM
Subject: Re: [sqlite] Have ever anybody port SQLite to WinCE


> jason zhang wrote:
> 
>>Hi all,
>>   I am going to use SQLite on WinCE platform.Have ever anybody has 
>> experience with it?
>>I encounter some problem when I port SQLite to WinCE.
>>  
>>
>>
>>
>>No virus found in this incoming message.
>>Checked by AVG Anti-Virus.
>>Version: 7.0.338 / Virus Database: 267.10.9/72 - Release Date: 14/08/2005
>>  
>>
> Hello,
> yes, I use sqlite on winCE for two years now.
> Regards
> 
> -- 
> Noël Frankinet
> Gistek Software SA
> http://www.gistek.net
> 
>

[sqlite] Have ever anybody port SQLite to WinCE

2005-08-16 Thread jason zhang
Hi all,
   I am going to use SQLite on WinCE platform.Have ever anybody has experience 
with it?
I encounter some problem when I port SQLite to WinCE.