Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Tcl widget for showing SQLite data

by fernandes (Monk)
on Nov 21, 2007 at 16:52 UTC ( [id://652171]=perlquestion: print w/replies, xml ) Need Help??

fernandes has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

I'm looking for a Tcl widget able to show a table from SQLite. Does anybody have a sugestion?

Thanks!

Replies are listed 'Best First'.
Re: Tcl widget for showing SQLite data
by zentara (Archbishop) on Nov 21, 2007 at 20:04 UTC
Re: Tcl widget for showing SQLite data
by Erez (Priest) on Nov 21, 2007 at 17:58 UTC

    Before I start, I believe you're looking for Tk widgets.

    If the question is whether there is something that inherently looks for a SQLite DB and pulls whatever information there is there, I would risk saying there isn't, and that you'll need to take SQLite, and the Tk gui and glue them yourself.
    If you mean something like this, then yes, there is.

    Software speaks with tongues of man; I debug, therefore I code.

      Yes, you're right: I'm looking for Tk widgets.
      I was thinking in reading the SQLite DB by a Perl script and send the data to a user friendly table (2-dimensions), created as a Tk widget.
      I could show the data more easely creating a html table as output, I think. But I've thought a Tk widget could do the job better: fast and pretty. What do you think?
Re: Tcl widget for showing SQLite data
by zentara (Archbishop) on Nov 22, 2007 at 15:35 UTC
    Here is another example I wrote.... it will display results in entry widgets and text boxes so you can edit the data. ztkdb-sql

    I'm not really a human, but I play one on earth. Cogito ergo sum a bum
      Thanks a lot. You've saved my day!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://652171]
Approved by Corion
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-20 01:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found