| Thread | Last Post | Replies |
|
| DB2 and PHP | 26 Jul 2005 12:27 GMT | 2 |
Is there a strong interface between PHP and DB/2 UDB on Linux? Something that brings through the unique to DB2 capabilities so that PHP can utilize them. IBM has made DB2 very Java'ish which is annoying to me as I am no fan of what Sun has done with Java. C++, Open Object Rexx, ...
|
| [Q] How to get Job Details within SQL? | 26 Jul 2005 04:20 GMT | 2 |
Hi again, I'm wondering if it is possible within DB2 SQL to obtain the AS400 job information - either the job number or name. I've had a look at GET DIAGNOSTICS but cannot see anything in there,
|
| 'Set Rowcount' Not Working from iSeries Navigator Run SQL Scripts | 25 Jul 2005 19:10 GMT | 5 |
I want to set the rowcount equal to one (1) prior to a delete statment, but when I issue this command: SET ROWCOUNT 1 via the "Run SQL Scripts" application of the iSeries client tools Navigator,
|
| Build Procedure Hangs | 25 Jul 2005 11:12 GMT | 1 |
When I build a procedure , I get a message Build has started , then there is no progress. What can be the issue? Can anyone help me ? Vj.
|
| DB2 Problem Report: db2set -v error | 25 Jul 2005 02:34 GMT | 2 |
I am running DB2 WSE V8 with FP9a on a Windows 2000 SP4 machine and I have encountered what appears to be a bug with the db2set command, and was wondering how to offically submit this as a problem to IBM. The problem concerns the use of the -v (verbose) option of the db2set
|
| Update trigger runs twice on one update? | 25 Jul 2005 02:15 GMT | 3 |
I have an update trigger as shown below that is intended to write a before image record to an audit table. However when I update a single row in the underlying table, two records (identical apart from a tiny difference in the timestamp) get written to the audit table. Can anyone
|
| Linking SQL Server 2000 to DB2 Connect 8.x | 24 Jul 2005 10:02 GMT | 3 |
I need to connect SQL Server 2000 to DB2 on z/OS through DB2 Connect 8. I can successfully connect and query data through a System DSN, but trying to link the server using this DSN and MSDASQL fails (can't seem to find the DB2 Connect server). I've also tried IBM's OLE/DB driver
|
| Error loading a file | 23 Jul 2005 22:36 GMT | 4 |
I am trying to load a small file to DB2 v8.1 and I am getting an interesting error message. I haven't found a clear explanation of what it means or how to resolve it yet. This is the error I am getting:
|
| Regarding Create database | 23 Jul 2005 14:31 GMT | 1 |
We have main Four Databases on Production server in which we have lot of schemas ,each schema represents a client . so i want to ask what is the beneficial whether creating a limited databases
|
| Changing SPN_NAME / server name with DB2 6.1 | 23 Jul 2005 12:19 GMT | 7 |
I need to udpate the name of a DB2 6.1 UDB server. The only place I see it show up is the SPN_NAME in dbm cfg. When I update this it is successful, I then terminate and restart DB2. After the restart the old name has come back. Is there some additional steps to get this name ...
|
| DB2 v8 --- Creating the DB2CERT database... | 23 Jul 2005 05:55 GMT | 4 |
Does anyone have the sql statements to create the DB2CERT database? It not on the CD that comes with the book. I don't understand how IBM can write a whole book based on this DB and not provide the code to quickly create it...
|
| Regarding db2mtrk | 23 Jul 2005 05:27 GMT | 2 |
Hi i am Mandar, I am using db2mtrk -i -d -v to see how much memory db2 is taking. But it is showing details about all the databases on the server ,actually according to me i think
|
| ASP and Unqualified SQL | 23 Jul 2005 02:29 GMT | 6 |
I have a user that needs to use Unqualified SQL from an ASP application. I need to know what I can have them set to default to the correct qualifier when he executes a sql statement. Can anyone lend a hand?
|
| SQL1585N How to estimate page size requirement? | 23 Jul 2005 00:27 GMT | 2 |
I have an insert instead-on trigger on a view. The view is defined with some embedded User defined function that returns VARCHAR(32000). With my default buffer pool page size of 4k, I am able to insert and update to the view if one of the column has the function applied. But
|
| DB2 replication setup step by step | 22 Jul 2005 21:10 GMT | 12 |
Anyone can give me a link which shows how to setup DB2 (v8) replication step by step? Thanks. As a non-DB2 person, I find out IBM DB2 doc is not very helpful at all, espeically compare with Oracle docs.
|