-
Hi Rob,
the data definition looks like this:
CREATE TABLE DB.TESTTABLE (
MY_ID TIMESTAMP
NOT NULL
BEGIN DATE
NOT NULL
);
LABEL ON DB.TESTTABLE IS 'My Table';
LABEL ON DB.TESTTABLE
(MY_ID IS 'THE-ID',
BEGIN IS...
2009-08-10 17:47:39 UTC in SQuirreL SQL Client
-
Hello. It is defined in the database. All our table columns have, besides their name, a "DB2 Label" and a "DB2 Comment".
That name and label are different is shown down on the "Metadata"-tab for any query to the table, after the method name "getColumnLabel" and "getColumnName", see the initial post.
2009-08-08 06:30:22 UTC in SQuirreL SQL Client
-
Hello,
I use Squirrel with IBM DB2 on z/OS, connecting with the "Universal Driver".
Sometimes, column labels differ from the real column names.
When I want to update data changed with the context menu command "Make Editable", I get an error message that a column of that name does not exist.
Example:
- ColumnName: MY_TEXTFIELD
- ColumnLabel: MY-TEXT
- Error message wnen updating that...
2009-07-07 17:09:20 UTC in SQuirreL SQL Client
-
Hello,
I have installed WhineHack-1.1.prc on my Tungsten E2.
Seemingly, it does not save its settings:
- No hack level and no divisor setting seem to change the noise.
- If I leave the program and open it again, the shown settings are hack level "I'm too young to die" and divisor 0 -- no matter what setting I took before exiting Whine Hack.
Any fault of mine?.
2007-10-22 20:48:01 UTC in Hacking and Development