Search the web
Sign In
New User? Sign Up
sqlite
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1 - 8 of 8   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#8 From: "kingfam@..." <kingfam@...>
Date: Fri May 15, 2009 12:03 pm
Subject: Re: Anyone who is a Linux user and a Python programmer in this group?
kingfam...
Offline Offline
Send Email Send Email
 
--- In sqlite@yahoogroups.com, "Dan Presley" <dpresley@...> wrote:
>
> I'm currently in the planning phase of a dedicated DBMS project to br written
in Python with both the pySQLite and wxPython libraries. Because I'm an old
RPGer (AD&D 1st and 2nd ed's) and a Linux user, I find there are no truly cross
platform character generation programs. All of the ones I've found are for
'Windoze'. I'm looking for pythonic examples of code using wxPython to write and
retrieve records from a SQLite database. I doing this project in Python, and
using an SQLite database for maximum portability between OSes. Any help would be
much appreciated. Thanks.
>
As far as I can remember, the Python API for SQLite is a pure Python library;
wxPython provides you just with the ability to construct user interfaces.

I've used both Python and the wxPython library to create a home-grown photo
database and search facility. I didn't need SQLite in the end, as my database is
currently small enough to fit in memory as Python data structures (instantiated
by reading XML files containing my photo data). It may be worth checking out
this option if your database is relatively small.

However, in retrospect I would throw the whole lot away and be tempted to use
Mozilla technology (i.e. XULRunner, XUL and Javascript) to write the front end.
There's a simple Mozilla-provided Javascript API to read and write to a SQLite
database. I'm now converting a Micro$oft Access database I wrote some time ago
into this technology, and apart from the lack of modules in Javascript (I'm
having to define everything as an object in order to organise the program
variable namespaces), it's been a fairly painless affair. Mozilla technology is
cross-platform; if Firefox runs on an OS, then so does the Mozilla technology.

Of course, if you need to stay with Python, then this post is of no help at all
:-) A good reason to stay with Python is that it's such a wonderful language
(IMHO).

Cheers,
Trev

#7 From: "Dan Presley" <dpresley@...>
Date: Thu May 14, 2009 2:32 pm
Subject: Anyone who is a Linux user and a Python programmer in this group?
dpresley_50201
Offline Offline
Send Email Send Email
 
I'm currently in the planning phase of a dedicated DBMS project to br written in
Python with both the pySQLite and wxPython libraries. Because I'm an old RPGer
(AD&D 1st and 2nd ed's) and a Linux user, I find there are no truly cross
platform character generation programs. All of the ones I've found are for
'Windoze'. I'm looking for pythonic examples of code using wxPython to write and
retrieve records from a SQLite database. I doing this project in Python, and
using an SQLite database for maximum portability between OSes. Any help would be
much appreciated. Thanks.

#6 From: Vivekanand <bolvivek@...>
Date: Mon Mar 16, 2009 11:42 am
Subject: Re: Mozilla Firefox 3.0.7 using SQLITE 3.5.9 crash on AIX
bolvivek
Offline Offline
Send Email Send Email
 
Hi,

You can download it from sqlite.org

Regards,
Vivek




From: Shailendra Jain <shailendra_n_jain@...>
To: sqlite@yahoogroups.com
Sent: Monday, 16 March, 2009 4:47:54 PM
Subject: Re: [sqlite] Mozilla Firefox 3.0.7 using SQLITE 3.5.9 crash on AIX

Hi,

   If I have to move to new version of SQLITE, where can I download sqlite3.h and sqlite3.c ?

Thanks,
Shailendra

--- On Mon, 3/16/09, Vivekanand <bolvivek@yahoo. co.in> wrote:
From: Vivekanand <bolvivek@yahoo. co.in>
Subject: Re: [sqlite] Mozilla Firefox 3.0.7 using SQLITE 3.5.9 crash on AIX
To: sqlite@yahoogroups. com
Date: Monday, March 16, 2009, 5:18 AM

This is more of Firefox bug. You should report this to mozilla and file a bug at https://bugzilla. mozilla.org/

-Vivek


From: Shailendra Jain <shailendra_n_ jain@yahoo. com>
To: sqlite@yahoogroups. com
Sent: Monday, 16 March, 2009 2:28:55 PM
Subject: [sqlite] Mozilla Firefox 3.0.7 using SQLITE 3.5.9 crash on AIX


Hi,

While running Mozilla Firefox 3 on AIX platform, the application crashed with below stacktrace information.

sqlite3_result_ value() at 0x9000000077bb084
minMaxFinalize( )
sqlite3VdbememFinal ize()
sqlite3VdbeExec( )
sqlite3Step( )
ExecuteStep_ 19mozStorageStat ementFPi( )
Init_12nsNavHistory Ev()
getSingleton_ 12nsNavHitoryFv( )
nsnavHistoryConstru ctor_FP11nsISupp ortsRC4nsIDPPv@ AF15_1()
nsGenericFactory. CreateInstance( )
GetService_22nsComp onentManagerImpl ()
NS_InvokedByIndex_ P()
CallMethod_16XPCWra ppedNative( )
js_Invoke()
js_Interpret( )
js_Invoke()
PrepareAndDispatch( )
XRE_main()
main()

Note : The .mozconfig had the line -> ac_add_options --disable-debug

How to go about debugging this further ?

I did see some debug options for sqlite3 such as SQLITE_DEBUG and SQLITE_MEMDEBUG. I tried setting these ( -DSQLITE_DEBUG= 2 -DSQLITE_MEMDEBUG= 1) in the makefile of mozilla/db/sqlite3/ src with below line in .mozconfig.

ac_add_options --disable-debug

But I was not able to get any debug statements or tracefile generated.

Could you please advise how to go about the same ?

Thanks,
Shailendra



Add more friends to your messenger and enjoy! Invite them now.



Connect with friends all over the world. Get Yahoo! India Messenger.

#5 From: Shailendra Jain <shailendra_n_jain@...>
Date: Mon Mar 16, 2009 11:17 am
Subject: Re: Mozilla Firefox 3.0.7 using SQLITE 3.5.9 crash on AIX
shailendra_n...
Offline Offline
Send Email Send Email
 
Hi,

   If I have to move to new version of SQLITE, where can I download sqlite3.h and sqlite3.c ?

Thanks,
Shailendra

--- On Mon, 3/16/09, Vivekanand <bolvivek@...> wrote:
From: Vivekanand <bolvivek@...>
Subject: Re: [sqlite] Mozilla Firefox 3.0.7 using SQLITE 3.5.9 crash on AIX
To: sqlite@yahoogroups.com
Date: Monday, March 16, 2009, 5:18 AM

This is more of Firefox bug. You should report this to mozilla and file a bug at https://bugzilla. mozilla.org/

-Vivek


From: Shailendra Jain <shailendra_n_ jain@yahoo. com>
To: sqlite@yahoogroups. com
Sent: Monday, 16 March, 2009 2:28:55 PM
Subject: [sqlite] Mozilla Firefox 3.0.7 using SQLITE 3.5.9 crash on AIX


Hi,

While running Mozilla Firefox 3 on AIX platform, the application crashed with below stacktrace information.

sqlite3_result_ value() at 0x9000000077bb084
minMaxFinalize( )
sqlite3VdbememFinal ize()
sqlite3VdbeExec( )
sqlite3Step( )
ExecuteStep_ 19mozStorageStat ementFPi( )
Init_12nsNavHistory Ev()
getSingleton_ 12nsNavHitoryFv( )
nsnavHistoryConstru ctor_FP11nsISupp ortsRC4nsIDPPv@ AF15_1()
nsGenericFactory. CreateInstance( )
GetService_22nsComp onentManagerImpl ()
NS_InvokedByIndex_ P()
CallMethod_16XPCWra ppedNative( )
js_Invoke()
js_Interpret( )
js_Invoke()
PrepareAndDispatch( )
XRE_main()
main()

Note : The .mozconfig had the line -> ac_add_options --disable-debug

How to go about debugging this further ?

I did see some debug options for sqlite3 such as SQLITE_DEBUG and SQLITE_MEMDEBUG. I tried setting these ( -DSQLITE_DEBUG= 2 -DSQLITE_MEMDEBUG= 1) in the makefile of mozilla/db/sqlite3/ src with below line in .mozconfig.

ac_add_options --disable-debug

But I was not able to get any debug statements or tracefile generated.

Could you please advise how to go about the same ?

Thanks,
Shailendra



Add more friends to your messenger and enjoy! Invite them now.


#4 From: Vivekanand <bolvivek@...>
Date: Mon Mar 16, 2009 9:18 am
Subject: Re: Mozilla Firefox 3.0.7 using SQLITE 3.5.9 crash on AIX
bolvivek
Offline Offline
Send Email Send Email
 
This is more of Firefox bug. You should report this to mozilla and file a bug at https://bugzilla.mozilla.org/

-Vivek


From: Shailendra Jain <shailendra_n_jain@...>
To: sqlite@yahoogroups.com
Sent: Monday, 16 March, 2009 2:28:55 PM
Subject: [sqlite] Mozilla Firefox 3.0.7 using SQLITE 3.5.9 crash on AIX


Hi,

While running Mozilla Firefox 3 on AIX platform, the application crashed with below stacktrace information.

sqlite3_result_ value() at 0x9000000077bb084
minMaxFinalize( )
sqlite3VdbememFinal ize()
sqlite3VdbeExec( )
sqlite3Step( )
ExecuteStep_ 19mozStorageStat ementFPi( )
Init_12nsNavHistory Ev()
getSingleton_ 12nsNavHitoryFv( )
nsnavHistoryConstru ctor_FP11nsISupp ortsRC4nsIDPPv@ AF15_1()
nsGenericFactory. CreateInstance( )
GetService_22nsComp onentManagerImpl ()
NS_InvokedByIndex_ P()
CallMethod_16XPCWra ppedNative( )
js_Invoke()
js_Interpret( )
js_Invoke()
PrepareAndDispatch( )
XRE_main()
main()

Note : The .mozconfig had the line -> ac_add_options --disable-debug

How to go about debugging this further ?

I did see some debug options for sqlite3 such as SQLITE_DEBUG and SQLITE_MEMDEBUG. I tried setting these ( -DSQLITE_DEBUG= 2 -DSQLITE_MEMDEBUG= 1) in the makefile of mozilla/db/sqlite3/ src with below line in .mozconfig.

ac_add_options --disable-debug

But I was not able to get any debug statements or tracefile generated.

Could you please advise how to go about the same ?

Thanks,
Shailendra



Add more friends to your messenger and enjoy! Invite them now.

#3 From: Shailendra Jain <shailendra_n_jain@...>
Date: Mon Mar 16, 2009 8:58 am
Subject: Mozilla Firefox 3.0.7 using SQLITE 3.5.9 crash on AIX
shailendra_n...
Offline Offline
Send Email Send Email
 
Hi,

  While running Mozilla Firefox 3 on AIX platform, the application crashed with
below stacktrace information.

sqlite3_result_value() at 0x9000000077bb084
minMaxFinalize()
sqlite3VdbememFinalize()
sqlite3VdbeExec()
sqlite3Step()
ExecuteStep_19mozStorageStatementFPi()
Init_12nsNavHistoryEv()
getSingleton_12nsNavHitoryFv()
nsnavHistoryConstructor_FP11nsISupportsRC4nsIDPPv@AF15_1()
nsGenericFactory.CreateInstance()
GetService_22nsComponentManagerImpl()
NS_InvokedByIndex_P()
CallMethod_16XPCWrappedNative()
js_Invoke()
js_Interpret()
js_Invoke()
PrepareAndDispatch()
XRE_main()
main()

Note : The .mozconfig had the line -> ac_add_options --disable-debug

How to go about debugging this further ?

I did see some debug options for sqlite3 such as SQLITE_DEBUG and
SQLITE_MEMDEBUG. I tried setting these ( -DSQLITE_DEBUG=2 -DSQLITE_MEMDEBUG=1)
in the makefile of mozilla/db/sqlite3/src with below line in .mozconfig.

ac_add_options --disable-debug

But I was not able to get any debug statements or tracefile generated.

Could you please advise how to go about the same ?

Thanks,
Shailendra

#2 From: Vivekanand <bolvivek@...>
Date: Sat Feb 28, 2009 8:35 am
Subject: Re: (unknown)
bolvivek
Offline Offline
Send Email Send Email
 
you can visit sqlite.org where almost everything about sqlite is available.
 
Vivek


From: phanishankar_121 <phanishankar_121@...>
To: sqlite@yahoogroups.com
Sent: Friday, 27 February, 2009 1:17:27 PM
Subject: [sqlite] (unknown)

can someone tell me where can i get some information about sqlite
internals please?



Check out the all-new Messenger 9.0! Click here.

#1 From: "phanishankar_121" <phanishankar_121@...>
Date: Fri Feb 27, 2009 7:47 am
Subject: (No subject)
phanishankar...
Offline Offline
Send Email Send Email
 
can someone tell me where can i get some information about sqlite
internals please?

Messages 1 - 8 of 8   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help