472,965 Members | 2,086 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,965 software developers and data experts.

Creating a database browing window

Hello, I am relatively new to Python and my boss has given me a task. In SQL, he would like me to create a database browsing window and I truly have no idea how to do this. I just downloaded Python 2.4 and would like any help possible. Thanks
Jun 25 '07 #1
5 1285
bartonc
6,596 Expert 4TB
Hello, I am relatively new to Python and my boss has given me a task. In SQL, he would like me to create a database browsing window and I truly have no idea how to do this. I just downloaded Python 2.4 and would like any help possible. Thanks
You got it, Rook. I just wrote a wxPython Tree for browsing my MySQL DB, the the widget that you choose will depend on the structure of your tables. So, fire away!
Jun 25 '07 #2
What suggestions do you have for me? Is there anyway I could see a sampling of your code
Jun 26 '07 #3
bartonc
6,596 Expert 4TB
What suggestions do you have for me? Is there anyway I could see a sampling of your code
There's lots of foundational code in the Python Articles section of this group. Once you decide on an RDBMS and a GUI framework, you can start building a basic front end.

For the DB, there are many free light-weight options. I imagine that they are all about the same, but don't have any experience installing or using any of them. MySQL is a full featured RDBMS that's free for non-commercial use and the one that I am using.

GUI Toolkit options are discussed here.

That ought to get you rolling, Rook.
Jun 26 '07 #4
Thanks a bunch, your help is greatly appreciated
Jun 26 '07 #5
bartonc
6,596 Expert 4TB
Thanks a bunch, your help is greatly appreciated
Any time, really.

Thanks for joining the Python Forum on TSDN.
Jun 26 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: MLH | last post by:
I used the following SQL to create a new table in a database on a remote MySQL server by copying one already there. I know the table exists SOMEWHERE in cyberspace. I can read its data, write to...
4
by: Altramagnus | last post by:
I have 30 - 40 type of different window. For each type I need about 20 instances of the window. When I try to create them, I get "Error creating window handle" My guess is there is a maximum...
4
by: Pasquale | last post by:
Hello, I wondering if there is a way to dynamically update a select list with javascript from a database query without having to reload the page to update the list?
2
by: MLH | last post by:
I used the following SQL to create a new table in a database on a remote MySQL server by copying one already there. I know the table exists SOMEWHERE in cyberspace. I can read its data, write to...
44
by: Greg Strong | last post by:
Hello All, Is it better to create a query in DAO where a report has 4 sub-reports each of whose record source is a query created at runtime and everything is in 1 MDB file? From what I've...
16
by: MLH | last post by:
If I give someone a runtime app, they can open the database window by pressing the F-11 key. How to prevent???
11
by: Nick 'The database Guy' | last post by:
Hi People, How do you go about hiding the database window. The reason for doing this is that sometimes have to manually add data to tables. I have a fully interatctive menu system from which...
9
by: =?Utf-8?B?YmJn?= | last post by:
Hi all, I read somewhere "using kernel stuff in thread is not good.." if ManualResetEvent object is created in thread but not actually used, will it affect performance? Bob
4
by: sujatha k | last post by:
I want to create one window service to synchronice my local database with server database.i've done the synchronization process in .net application it is working fine. i copied tat code and put it in...
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
2
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.