Re: [sqlite] Hello everyone, I found some strange behavior when using the Command Line Shell For SQLite.

2019-10-03 Thread Richard Damon
On 10/3/19 5:46 AM, 算 子 wrote: > In column mode, each record is shown on a separate line with the data aligned > in columns. For example: > > sqlite> .mode column > sqlite> select * from tbl1; > one two > -- -- > hello 10 > goodbye 20 >

Re: [sqlite] Hello everyone,

2019-10-03 Thread 算 子
When I open the sqlite.exe by cmd.It can print text normally(but the format is wrong). But after I run"chcp 65001"(change the cmd code to utf-8) text become random code. So,maybe the tool used WindowsOS's default code which itself running on. ___

Re: [sqlite] Hello everyone, I found some strange behavior when using the Command Line Shell For SQLite.

2019-10-03 Thread Kees Nuyt
On Thu, 3 Oct 2019 09:46:27 +, suan...@outlook.com wrote: > In column mode, each record is shown on a separate > line with the data aligned in columns. For example: > sqlite> .mode column > sqlite> select * from tbl1; > one two > -- -- > hello 10

[sqlite] Hello everyone, I found some strange behavior when using the Command Line Shell For SQLite.

2019-10-03 Thread 算 子
In column mode, each record is shown on a separate line with the data aligned in columns. For example: sqlite> .mode column sqlite> select * from tbl1; one two -- -- hello 10 goodbye 20 sqlite> But I found,only when columns text is

[sqlite] Hello Intro verify

2017-01-10 Thread Robert Eppich
Hello All, I am using SQLite with LiveCode 8.1.2 As per LiveCode recommendations I am moving from a CardBase to an SQLite DataBase. I really like the speed increases I have witnessed and thought I should join this mailing list. Greeting to you from BC Canada. Thanks Rob

Re: [sqlite] Hello, I would like to know the difference between sqlite2 and sqlite3!

2014-07-13 Thread Kees Nuyt
Oops, I should have linked to the official site, not my local copy. Corrected below. === > Hello, I would like to know the difference > between sqlite2 and sqlite3!? sqlite2 is deprecated since 2004, not maintained since 2005 and should only be used to convert legacy sqlite2 databases to

Re: [sqlite] Hello, I would like to know the difference between sqlite2 and sqlite3!

2014-07-13 Thread Kees Nuyt
On Sun, 13 Jul 2014 07:23:08 +0800, "ddy is super man" wrote: > Hello, I would like to know the difference > between sqlite2 and sqlite3!? sqlite2 is deprecated since 2004, not maintained since 2005 and should only be used to convert legacy sqlite2 databases to sqlite3.

[sqlite] Hello, I would like to know the difference between sqlite2 and sqlite3!

2014-07-13 Thread ddy is super man
Hello, I would like to know the difference between sqlite2 and sqlite3!‍ ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Hello.. I want to translate SQlite.org into Korean language version.

2011-02-12 Thread Artur Reilin
You should give your site the right charset. When I visit your page I get ¾Èµå·ÎÀ̵å¿Í iOS¿ë ¸ð¹ÙÀÏ ¾ÖÇø®ÄÉÀÌ¼Ç ¼Ò°³ everywhere. Also nice idea. Hope it works well for you and you get more people into using SQLite :) > Hello. > My name is Seungjin Kim. > I'm from Korea and my job is

[sqlite] Hello.. I want to translate SQlite.org into Korean language version.

2011-02-12 Thread SeungJin Kim
Hello. My name is Seungjin Kim. I'm from Korea and my job is teaching english for elementary students. My hobby is php programming because I was before php programmer. These day I programming on android and iOS. So I'm using SQLite now. I appreciate SQLite database. It can hleped my programs. If

Re: [sqlite] hello.. I have some question for sqlite3..

2010-03-24 Thread D. Richard Hipp
On Mar 24, 2010, at 7:44 PM, 김민수 wrote: > hello.. > I'm a student in Korea who study Database systems. > I have some question for you. > It is important for me so eventhen you are busy plz teach me about > some question.. > > I would like to use sqlite3 with eclipse and mingw. > Actually I

[sqlite] Hello

2008-08-27 Thread gerardo
Hello this Testing for cuenta Gerard ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] Hello Word

2008-08-27 Thread gerardo
Hello My Name is gerardo Cabero from Argetina.. im Aministrator for Sqlite - Latino [1] Saludos Gerardo Cabero [1] = sqlite-latino.blogspot.com ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] hello, new to list

2008-07-21 Thread Igor Tandetnik
Greg Morphis <[EMAIL PROTECTED]> wrote: > I've been playing around with SQLite for a few days now.. It's pretty > impressive. > I was curious if there were any plans to support right outer joins and > full outer joins? > I was hoping to utilize SQLite for a couple home projects I have > created in

[sqlite] hello, new to list

2008-07-21 Thread Greg Morphis
I've been playing around with SQLite for a few days now.. It's pretty impressive. I was curious if there were any plans to support right outer joins and full outer joins? I was hoping to utilize SQLite for a couple home projects I have created in Postgres. I don't think I need a huge horse like

Re: [sqlite] Hello I am a newbie : for SQLite : Create db : VB6

2008-04-30 Thread John Stanton
Just open the file. palmer ristevski wrote: > I am new to this type of Forum.Here is my question : My development platform > is VB6. I am using "SQLitePlus COM-DLL" from ez-tools.com.They have code to > access and query an existing ".db" file, but I wish to know how to make a > function call

Re: [sqlite] Hello I am a newbie : for SQLite : Create db : VB6

2008-04-29 Thread brettg
pper for VB6! > Thanks once again. > I will try it out, and if I run into problems i will email you. > > Thanks once again. > > Pablopico > >> To: sqlite-users@sqlite.org >> From: [EMAIL PROTECTED] >> Date: Wed, 30 Apr 2008 03:17:30 + >> Subject: Re

Re: [sqlite] Hello I am a newbie : for SQLite : Create db : VB6

2008-04-29 Thread palmer ristevski
! Thanks once again. I will try it out, and if I run into problems i will email you. Thanks once again. Pablopico > To: sqlite-users@sqlite.org > From: [EMAIL PROTECTED] > Date: Wed, 30 Apr 2008 03:17:30 + > Subject: Re: [sqlite] Hello I am a newbie : for SQLite : Create db : VB6

Re: [sqlite] Hello I am a newbie : for SQLite : Create db : VB6

2008-04-29 Thread Olaf Schmidt
palmer ristevski <[EMAIL PROTECTED]> writes: Hi Palmer, > I am new to this type of Forum.Here is my question : > My development platform is VB6. I am using "SQLitePlus > COM-DLL" from ez-tools.com.They have code to access > and query an existing ".db" file, but I wish to know > how to make a

[sqlite] Hello I am a newbie : for SQLite : Create db : VB6

2008-04-29 Thread palmer ristevski
I am new to this type of Forum.Here is my question : My development platform is VB6. I am using "SQLitePlus COM-DLL" from ez-tools.com.They have code to access and query an existing ".db" file, but I wish to know how to make a function call to create new SQLite database files on harddisk.How

[sqlite] Hello

2008-02-07 Thread gerardo cabero
___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] Hello from Sqlite Latino America

2007-12-22 Thread gerardo cabero
Hello Community Sqlite We Gerardo Antonio Cabero and Daniel Maldonado, administrators Sqlite http://sqlite-latino.blogspot.com/ Latin America -- Sqlite Latin America? A site for the communities of Sqlite Hablahispana, which are available examples, documentation We are the Latino community sqlite .

[sqlite] Hello

2006-09-11 Thread Cesar David Rodas Maldonado
Good afternoon to all! Please some one can tell me how to optimize SQLite for an inverted index of about 100.000.000.000 of rows or please how can I do that with B-Trees or ISAM. Please help me if you can.. Thanks... I am doing an GNU search project for my University.

Re: [sqlite] HEllo All

2005-03-30 Thread alok
Thanks very much Sir! - Original Message - From: "ëìê" <[EMAIL PROTECTED]> To: <sqlite-users@sqlite.org> Sent: Thursday, March 31, 2005 10:29 AM Subject: Re: [sqlite] HEllo All > http://www.sqlite.org/cvstrac/wiki?p=DateAndTimeFunctions > > al

Re: [sqlite] HEllo All

2005-03-30 Thread 박인구
Alok Gupta - Original Message - From: "George Ionescu" <[EMAIL PROTECTED]> To: <sqlite-users@sqlite.org> Sent: Wednesday, March 30, 2005 7:01 PM Subject: Re: [sqlite] HEllo All Hello Gupta, depending on the platform you're using, you could try our SQLiteDb (ActiveX COM

Re: [sqlite] HEllo All

2005-03-30 Thread alok
nescu" <[EMAIL PROTECTED]> To: <sqlite-users@sqlite.org> Sent: Wednesday, March 30, 2005 7:01 PM Subject: Re: [sqlite] HEllo All Hello Gupta, depending on the platform you're using, you could try our SQLiteDb (ActiveX COM Wrapper) which support on-the-fly database encryption.

Re: [sqlite] HEllo All

2005-03-30 Thread Uriel_Carrasquilla
<sqlite-users@sqlite.org> >cc: Subject: [sqlite] HEllo All 03/30/2005 05:48

Re: [sqlite] HEllo All

2005-03-30 Thread George Ionescu
Hello Gupta, depending on the platform you're using, you could try our SQLiteDb (ActiveX COM Wrapper) which support on-the-fly database encryption. (search for it at http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers) Best regards, George Ionescu

Re: [sqlite] HEllo All

2005-03-30 Thread Marcel Strittmatter
I amVery much Beginner to SQLITE, i have very simple query:- How to password protect the db file. There is no simple method to just password protect the database. If you want to protect the database you should consider encrypting it. You can buy the encryption extension from hwaci

[sqlite] HEllo All

2005-03-30 Thread alok
Hello All Great programmer, I amVery much Beginner to SQLITE, i have very simple query:- How to password protect the db file. Thanks Alok Gupta