Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread SQL IDE-type tool?
Wed, Jun 7 2006 5:24 AMPermanent Link

adam
I have a job restructuring a DB. I am taking a set of tables I created a long time ago for
a client & improving them structurally.

They want to preserve the data they have. Therefore I am writing scripts to transfer the
old data into the new tables. This requires fairly complex SQL code to be written, with
quite a lot of multi-part scripts.

Does anyone out there have a "SQL IDE" ... i.e. a tool that will syntax check SQL line by
line & spot lines where errors have been made. At the moment I am working with DBSys plus
some little tools I have written myself. With a very long script the DBSys error message
such as "FROM expected but ( found" is not very useful!

I already have a simple SQL editor that I have written myself in Delphi that can test sets
of SQL statements & report errors, but it doesn't report errors line-by-line in the way
the Delphi IDE does with pascal code.

Wed, Jun 7 2006 5:10 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Adam,

<< At the moment I am working with DBSys plus some little tools I have
written myself. With a very long script the DBSys error message
such as "FROM expected but ( found" is not very useful!  >>

Is this 3.x or 4.x ?  DBSYS 4.x points directly to the position in the SQL
where the error is.

--
Tim Young
Elevate Software
www.elevatesoft.com

Fri, Jun 9 2006 6:03 AMPermanent Link

adam
3.30 ... I *really* am going to have to upgrade! ... I am waiting for v 5, any news on when?

Adam

Fri, Jun 9 2006 10:44 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Adam,

<< 3.30 ... I *really* am going to have to upgrade! ... I am waiting for v
5, any news on when? >>

Still working.  We're really being tight with the SQL standards, so I have
to dot all of the I's and cross all of the T's, so to speak. Smiley

--
Tim Young
Elevate Software
www.elevatesoft.com

Image