database widgets

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bromden

    database widgets

    Are there any free Python database widgets which provide a link
    between a database and visual controls?
    (like those of org.netbeans.li b.sql and
    org.netbeans.li b.sql.models Java packages or Delphi's DataAccess
    and DataControls packages)

    --
    bromden[at]gazeta.pl

  • John J. Lee

    #2
    Re: database widgets

    bromden <bromden@gazeta .pl.no.spam> writes:
    [color=blue]
    > Are there any free Python database widgets which provide a link
    > between a database and visual controls?
    > (like those of org.netbeans.li b.sql and org.netbeans.li b.sql.models
    > Java packages or Delphi's DataAccess and DataControls packages)[/color]

    Not quite a Python question, but certainly Qt / PyQt has various DB
    widgets (Qt 3, not Qt 2). No doubt other toolkits do too.


    John

    Comment

    • Daniel Dittmar

      #3
      Re: database widgets

      > bromden <bromden@gazeta .pl.no.spam> writes:[color=blue]
      >
      >[color=green]
      >>Are there any free Python database widgets which provide a link
      >>between a database and visual controls?
      >>(like those of org.netbeans.li b.sql and org.netbeans.li b.sql.models
      >>Java packages or Delphi's DataAccess and DataControls packages)[/color][/color]

      John J. Lee wrote:[color=blue]
      > Not quite a Python question, but certainly Qt / PyQt has various DB
      > widgets (Qt 3, not Qt 2). No doubt other toolkits do too.[/color]

      But these widgets probably don't bind to Python database drivers.

      Daniel

      Comment

      • bromden

        #4
        Re: database widgets

        sorry for not being precise,
        what i meant was libraries i could use with wxPython

        --
        bromden[at]gazeta.pl

        Comment

        Working...