| Message: 63523 |
 |
BY: Philip Nelson (scotdb) DATE: 2009-01-02 14:30 SUBJECT: RE: Moving table to a new database > Now if I could just keep Aptana Studio from crashing;-)
It does appear to be a bit "flakey" at times doesn't it !!!
Have you tried installing DataStudio on top of Aptana's copy of Eclipse ? It is something I've yet to get round to trying.
> BTW, when creating an application with Aptana Studio,
> it has a database option of 'DB2' but this must not be
> 'ibm_db' as it fails miserably. My guess is that this is for
> some other DB2 adapter. This isn't particularly a
> problem as I just manually create the database.yml
> file.
That will be for the older open-source DB2 driver, before the days of ibm_db, or even ibm_db2.
I must confess I keep going back to vi as my IDE of choice for development, with forays into DataStudio if I want to debug a stored procedure.
And when setting up new projects I always do it from the command line, as I have a series of steps to go through to prepare it for SVN at the same time (most of them derived from the Pragmatic Programmers book on deploying Rails applications).
Phil
(teamdba@scotdb.com) | |