Re: [sqlite] What is the sqlite3 script suffix?

2010-06-25 Thread Artur Reilin
I use for sql files also .sql. For sqlite2 db's I use .sqlite and for
sqlite3 db's i use .sqlite3.

with best wishes

Artur

--

> On Wed, 23 Jun 2010 22:41:55 -0500, Peng Yu
>  wrote:
>
>>I'm trying to following the convention. If I'm going to save sql
>>commands in a script and run them as needed, could you let me know
>>what suffix people in general use? I'm thinking of the suffix '.sql',
>>but I'm not sure what the most common one in sqlite community.
>
> I use .sql for sql scripts, and .db3 for SQLite3 databases.
> --
>   (  Kees Nuyt
>   )
> c[_]
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
>


Artur Reilin
sqlite.yuedream.de
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] What is the sqlite3 script suffix?

2010-06-24 Thread Kees Nuyt
On Wed, 23 Jun 2010 22:41:55 -0500, Peng Yu
 wrote:

>I'm trying to following the convention. If I'm going to save sql
>commands in a script and run them as needed, could you let me know
>what suffix people in general use? I'm thinking of the suffix '.sql',
>but I'm not sure what the most common one in sqlite community.

I use .sql for sql scripts, and .db3 for SQLite3 databases.
-- 
  (  Kees Nuyt
  )
c[_]
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] What is the sqlite3 script suffix?

2010-06-23 Thread Peng Yu
I'm trying to following the convention. If I'm going to save sql
commands in a script and run them as needed, could you let me know
what suffix people in general use? I'm thinking of the suffix '.sql',
but I'm not sure what the most common one in sqlite community.

-- 
Regards,
Peng
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users