+ Reply to Thread
Results 1 to 4 of 4

Thread: Best program for SQL database manipulation

  1. #1
    Newbie Rhadamanthys is an unknown quantity at this point
    Join Date
    Jul 2007
    Posts
    2

    Best program for SQL database manipulation

    Hello All

    I am a relative beginner to SQL databases & new to this forum, so please bear with me if my query is too basic and advise if this question belongs somewhere else

    I began working at a company that uses a program that stores data in an SQL database running off a Firebird engine

    The program itself doesnt come with database management/administration module, so I'll need to use an external program for manipulating data in the tables that the database contains.

    I have relatively little knowledge in SQL programming, which is why I would like to know which is the most powerful program for SQL database updating / manipulation?

    This database has tables that has an infinite number of joins with other tables - Even MS Access wasnt able to open a few tables in this database because of the number of joins. I have tried Access & Lotus Approach, Approach manages to do a better job than Access, it open the tables & seems like it will let me import external data directly into the SQL table, but takes forever & usually just bums out giving an error after a very long wait…..

    My question is - Apart from Access & Approach, are there any more powerful, yet user friendly programs out there that can help me update data directly into SQL tables? What options do I have - the tasks I need to perform are pretty simple updating & cleaning of data already in there

    Please, I will hugely appreciate any pointers that you guys the experts might have for me in this regard

    Thanks
    Alex

  2. #2
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,662
    Blog Entries
    57
    You may want to try Database Workbench. I use it a lot and am very happy with it. It also sounds like the database may have some design issues.
    CodeCall Blog | CodeCall Wiki | Shareware
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  3. #3
    Newbie Rhadamanthys is an unknown quantity at this point
    Join Date
    Jul 2007
    Posts
    2
    Thanks for the reply
    I assume you say the database may have design issues because of what I mentioned about Access not being able to open tables. I dont know if thats the case though - I'm getting the impression that Access is just not capable of handling complex tables. The error I get is
    "The operation failed. There are too many indexes on the table 'xxx'. Delete some of the indexes on the table and try the operation again"

    Furthermore, when I try & open the same table with Lotus Approach, it opens straight up without a hitch...

    Database workbench can be used in lieu of Access or Approach? is it more powerful?

    Thanks
    Alex

  4. #4
    Programming Expert Crane is on a distinguished road Crane's Avatar
    Join Date
    Nov 2005
    Posts
    399
    You say SQL database but what type of database is it? MySQL, Oracle, MS SQL?

    I would try Toad though, it works well.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Need help w/ word count program (ASAP)
    By siren in forum C and C++
    Replies: 3
    Last Post: 09-11-2009, 07:17 AM
  2. Retrieving Access Database
    By tigger in forum Visual Basic Programming
    Replies: 0
    Last Post: 07-06-2007, 12:27 AM
  3. How do I Program another Program? !
    By bosco in forum General Programming
    Replies: 1
    Last Post: 06-15-2007, 11:15 AM
  4. How to modify a program written in .NET 2.0?
    By jackyjack in forum C# Programming
    Replies: 7
    Last Post: 03-27-2007, 12:26 PM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts