Pepsi, is that you? 🙂 NObody checks that forum quick enough if you need help pronto!Originally posted by: WannaFly
If only there was a category for programming questions....man, life would be sweet then.
Yup. It's not like programmers can sit and wait for a response either when trying to debug.Originally posted by: Skoorb
Pepsi, is that you? 🙂 NObody checks that forum quick enough if you need help pronto!Originally posted by: WannaFly
If only there was a category for programming questions....man, life would be sweet then.
That sucks, that's why I use enterprise manager (GUI) within sql server when I edit tables; saves me having to learn the raw SQL 😀Originally posted by: rh71
it's completely blank right now... even dropped the view against it first. (as a learning experience, I'm trying to alter instead of drop/recreate)
The error I'm getting is a syntax problem.
(it's take ATOT to work day) 😀
I would rather not rip on DB2 Control Center, but... 😉Originally posted by: Skoorb
That sucks, that's why I use enterprise manager (GUI) within sql server when I edit tables; saves me having to learn the raw SQL 😀Originally posted by: rh71
it's completely blank right now... even dropped the view against it first. (as a learning experience, I'm trying to alter instead of drop/recreate)
The error I'm getting is a syntax problem.
(it's take ATOT to work day) 😀
Originally posted by: rh71
Yup. It's not like programmers can sit and wait for a response either when trying to debug.Originally posted by: Skoorb
Pepsi, is that you? 🙂 NObody checks that forum quick enough if you need help pronto!Originally posted by: WannaFly
If only there was a category for programming questions....man, life would be sweet then.
Alright, this sucks... instead of dropping the table and recreating... who knows how to alter the datatype of a column ?
Tried ALTER TABLE tablename ALTER COLUMN columnname SET DATA TYPE CHAR(140) and it won't accept it. :|