| Thread | Last Post | Replies |
|
| Getting English Day Name | 21 Jan 2006 02:01 GMT | 11 |
I am currently using DAYOFWEEK function and putting CASE statement to get english day name. For example: SELECT CASE DAYOFWEEK(CURRENT DATE)
|
| DB8.1 - FP7 trouble ... | 20 Jan 2006 15:47 GMT | 3 |
I've just installed FixPack 7 on top of 8.1(5). When I start db2cc I get 'This application failed to start because icuiodb226.dll was not found'. The control Center appears, and something is working.
|
| How to view date using sql | 20 Jan 2006 10:20 GMT | 3 |
Hi ther I'm new in DB2, currently i'm into java developmen The problem that i'm facing is that when i use JSP page to save, th date is correct when i pass(from JSP page) to database, but when
|
| DB2XML.Content fails to export into file | 20 Jan 2006 08:50 GMT | 5 |
VALUES DB2XML.Content(DB2XML.xmlclob(CLOB('TEST1')), 'C:/Test1.xml'); SQL0443N Routine "CONTENT" (specific name "*MLCONTENTCF") has returned an error SQLSTATE with diagnostic text "DXXC003E Unable to write to the
|
| OS Command scripts never terminate in Task Center | 20 Jan 2006 03:46 GMT | 1 |
Situation: New server running Win2k3 with Active Directory. DB2 scripts run fine in Task Center. Windows (OS) command scripts do not complete on their own.
|
| User Defined Functions in Mainframe Enviornment | 20 Jan 2006 01:00 GMT | 2 |
I am writting some user defined functions in out development mainframe environment. How does these functions get migrated over to production? What all is involved? Is it just that DBA should run the UDF SQL in production?
|
| Upgrading and FP 11 | 20 Jan 2006 00:58 GMT | 4 |
We are getting ready to upgrade to FP10. If FP11 is imminent, we would prefer to skip 10, rather than upgrade and regression test twice. Any hints?
|
| SQL select Crashes DB2 8.2? | 20 Jan 2006 00:45 GMT | 13 |
We have an SQL that every time it's run, will crash the instance, a complete shutdown, everyone out and shutdown. I told the guy running it just to break it apart, and it works fine that way, but should I subimt this to IBM as a bug, because I think that no SQL should ever crash ...
|
| Auto delete rows older than a month | 19 Jan 2006 22:45 GMT | 4 |
delete from MYTABLE where date(MYCOLUMN) = current date - 30 "MYCOLUMN" is of type timestamp. This query doesnt' work. Anything I missed here? I am hoping to automate it on a daily basis. Anyone knows a better way to do it? Much
|
| Regarding DAYOFWEEK function | 19 Jan 2006 17:58 GMT | 16 |
In DB2, we have dayofweek function that returns a numeric value for the current day (1 for sunday till 7 for saturday) Is it possible to alter this function value, i mean 1 for monday till 7 for sunday?
|
| Date Format problem | 19 Jan 2006 16:12 GMT | 4 |
I am fairly new on UDB. I am experiencing a problem with a
|
| with UR is not recognised in DB2 | 19 Jan 2006 12:40 GMT | 4 |
We are using DB2 UDB version 7 as the database for our project. This is installed on windows environment. The actual prod environment is DB2 on mainframe. When we execute simple select queries on our local database with
|
| DB2 Connection String Problem while DB2 connection OPEN | 19 Jan 2006 04:32 GMT | 2 |
while opening a new DB2 connection using ODBC connection i get the following error message ERROR [08004] [IBM][CLI Driver] SQL30061N The database alias or database name \"DATABASENAME \" was not found at the
|
| Dopping a schema DB2 UDB v8.1.9 | 19 Jan 2006 01:21 GMT | 16 |
The syntax diagram of DROP SCHEMA requires RESTRICT. Is there an easy way to drop an old, unnecessary, but populated schema?
|
| Update Duplicate rows | 18 Jan 2006 15:41 GMT | 9 |
I have a table like the one below Pkey Sno ----------------- AA 0
|