Closed Thread
Results 1 to 4 of 4

Thread: Best program for SQL database manipulation

  1. #1
    Rhadamanthys Guest

    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. CODECALL Circuit advertisement

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,481
    Blog Entries
    75
    Rep Power
    143
    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.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Rhadamanthys Guest
    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

  5. #4
    Crane's Avatar
    Crane is offline Programming Expert
    Join Date
    Nov 2005
    Posts
    398
    Rep Power
    25
    You say SQL database but what type of database is it? MySQL, Oracle, MS SQL?

    I would try Toad though, it works well.

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 6
    Last Post: 08-25-2010, 12:58 PM
  2. Trouble updating a sql database through my c# program
    By dragonskullinc in forum C# Programming
    Replies: 4
    Last Post: 06-16-2010, 11:24 AM
  3. Motion Manipulation C# Help
    By tutuboi in forum C# Programming
    Replies: 2
    Last Post: 12-29-2009, 08:15 PM
  4. Manipulation of program
    By hsmith1976 in forum C and C++
    Replies: 4
    Last Post: 12-12-2009, 12:02 PM
  5. Twitter Database Program Query
    By More Info in forum The Lounge
    Replies: 2
    Last Post: 07-03-2009, 05:48 AM

Tags for this Thread

Bookmarks

Posting Permissions

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