Re: [sqlite] Sqlite management

2011-02-05 Thread mustafa
2011/2/5 John Drescher <dresche...@gmail.com>

> On Sat, Feb 5, 2011 at 6:36 AM, mustafa <mstf...@gmail.com> wrote:
> > Hello,
> >
> > I am planning to write an open source software with wxWidgets
> > to simplify SQLite operations(select,insert etc)
> >
> > There are open source alternative softwares.
> > http://sourceforge.net/projects/sqlitemanager/
> >
> >
> > http://sqlitebrowser.sourceforge.net/index.html
> >
> >
> > http://www.sqlite.org/cvstrac/wiki?p=ManagementTools
> >
> >
> > Writing new a management tool is wasting time or SQLite doesn't need a
> > software to simply SQLite operations.
> >
> > Could you please give a suggestion?
> >
>
> The big question is what will you offer that is not available on the
> currently available opensource or free tools?
>
> John
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>

Program will not be web base. I will support software as long as I will.

If contributors want join to the project they are welcome.

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


[sqlite] Sqlite management

2011-02-05 Thread mustafa
Hello,

I am planning to write an open source software with wxWidgets
to simplify SQLite operations(select,insert etc)

There are open source alternative softwares.
http://sourceforge.net/projects/sqlitemanager/


http://sqlitebrowser.sourceforge.net/index.html


http://www.sqlite.org/cvstrac/wiki?p=ManagementTools


Writing new a management tool is wasting time or SQLite doesn't need a
software to simply SQLite operations.

Could you please give a suggestion?

Mustafa Onur Aysan

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


[sqlite] malformed 2.1 db

2005-04-08 Thread Mustafa TUFAN
 Hi there,
1. i get the following error;
c:\>sqlite.exe 1.db
Unable to open database "1.db": database disk image is malformed
so i can't execute pragma integrity_check.
header: ** This file contains an SQLite 2.1 database **
2. this is the corrupted file:
00:  2A 2A 20 54 68 69 73 20 ? 66 69 6C 65 20 63 6F 6E
10:  74 61 69 6E 73 20 61 6E ? 20 53 51 4C 69 74 65 20
20:  32 2E 31 20 64 61 74 61 ? 62 61 73 65 20 2A 2A 00 
30:  28 75 E3 DA 00 00 00 00 ? 00 00 0C 00 00 00 04 00
40:  00 00 D0 07 00 00 02 00 ? 00 00 00 00 00 00 00 00

this is my normal db:
00:  2A 2A 20 54 68 69 73 20 ? 66 69 6C 65 20 63 6F 6E
10:  74 61 69 6E 73 20 61 6E ? 20 53 51 4C 69 74 65 20
20:  32 2E 31 20 64 61 74 61 ? 62 61 73 65 20 2A 2A 00
30:  28 75 E3 DA 00 00 00 00 ? 00 00 00 00 F6 03 00 00
40:  04 00 00 00 D0 07 00 00 ? 02 00 00 00 00 00 00 00
here after 0x34 it seemed to me that there is a 2 bytes shift left so i 
added 2 null bytes,
but it didn't work.
c:\>sqlite.exe 1.db
Unable to open database 1.db

now what? any suggestions?
Mustafa TUFAN


[sqlite] malformed sqlite 2.1 DB

2005-04-07 Thread Mustafa TUFAN
 Hi there,
1. i get the following error;
c:\>sqlite.exe 1.db
Unable to open database "1.db": database disk image is malformed
so i can't execute pragma integrity_check.
2. this is the corrupted file:
00:  2A 2A 20 54 68 69 73 20 ? 66 69 6C 65 20 63 6F 6E  ** This 
file con
10:  74 61 69 6E 73 20 61 6E ? 20 53 51 4C 69 74 65 20  tains an 
SQLite
20:  32 2E 31 20 64 61 74 61 ? 62 61 73 65 20 2A 2A 00  2.1 
database **
30:  28 75 E3 DA 00 00 00 00 ? 00 00 0C 00 00 00 04 00  
(uÒ?  ?   ?
40:  00 00 D0 07 00 00 02 00 ? 00 00 00 00 00 00 00 00?.  ?

this is my normal db:
00:  2A 2A 20 54 68 69 73 20 ? 66 69 6C 65 20 63 6F 6E  ** This 
file con
10:  74 61 69 6E 73 20 61 6E ? 20 53 51 4C 69 74 65 20  tains an 
SQLite
20:  32 2E 31 20 64 61 74 61 ? 62 61 73 65 20 2A 2A 00  2.1 
database **
30:  28 75 E3 DA 00 00 00 00 ? 00 00 00 00 F6 03 00 00  
(uÒ?÷?
40:  04 00 00 00 D0 07 00 00 ? 02 00 00 00 00 00 00 00  ?   ?.  ?

here after 0x34 it seemed to me that there is a 2 bytes shift left so i 
added 2 null bytes,
but it didn't work.
c:\>sqlite.exe 1.db
Unable to open database 1.db

now what? any suggestions?
Mustafa TUFAN