| Thread | Last Post | Replies |
|
| Failure of odbc_num_rows sometimes | 30 Nov 2005 21:51 GMT | 9 |
I am trying this query here because I got no useful reply on alt.php.sql. If you can recommend a better venue for this question, I'd be glad to hear it. When I have an Sql statement of the form:
|
| CLI0119E from "call sqlj_install_jar()" in PHP | 30 Nov 2005 20:51 GMT | 13 |
Test code: $dbconn = odbc_connect($dbname, $username, $password); $path = "C:\Temp\myJar.jar"; $statement = "CALL SQLJ.INSTALL_JAR('file://$path', 'myJarId')";
|
| query bailing out after one row returned? | 30 Nov 2005 18:18 GMT | 1 |
uname -a Linux XXXX 2.4.21-27.ELsmp #1 SMP Wed Dec 1 21:59:02 EST 2004 i686 i686 i386 GNU/Linux db2level
|
| "db2ilist" and "profiles.reg" Question | 29 Nov 2005 20:35 GMT | 1 |
I have 2 related questions. DB2 UDB ESE v8.x (8.1 till 8.2 FP2 - all fixpaks included) on AIX 5.4.x _____________________________________________________________________________ (QUESTION 1)
|
| Mysterious error | 29 Nov 2005 15:21 GMT | 5 |
A select count (*) from table shows SQL1224N A database agent could not be started to service a request, or was terminated as a result of a database system shutdown or a force command. SQLSTATE=55032
|
| Conversion of 'FOR BIT DATA' string to normal string in DB2 V7 | 29 Nov 2005 12:41 GMT | 5 |
Is there a possibility to concert a string, which is in a column defined as 'FOR BIT DATA', in a normal string, so that i can use the normal string functions? I'm using DB2 V7.2 on z/OS.
|
| Regarding Migration to DB2 | 29 Nov 2005 10:34 GMT | 2 |
We have done a script for migration from SQL server to DB2 UDB. Its an end to end migration. Actually the script has been done by some other team. My team has given a job of assessment for this script. I just want to know a checklist that we should be considering while
|
| Performance Problem | 29 Nov 2005 00:11 GMT | 1 |
we have a performance problem with UDB 8.x. When I start the cotrol center and I select the database and then I select Table, I became the login Window, I write UID and PWD, finaly the system run and run and run ...
|
| Create a DB2 UDB database Manually using script(s) | 29 Nov 2005 00:09 GMT | 3 |
All, New to DB2 environment. Can someone share a script that can be used to a create a DB2 UDB database manually. I am trying to create a database on Linux, single partition.
|
| invoking external function with the definer privileges | 28 Nov 2005 15:39 GMT | 11 |
Is it possible to define an external stored procedure to be executed not with the executing user privileges, but instead with the user who created the stored procedure privileges in db2 version 8.1 on linux/unix ?
|
| automated Install of DB2 connect | 25 Nov 2005 21:01 GMT | 1 |
Im trying to install DB2 Connect from a central installation point. and the program installs as it should, on the target machine, Is there a way to implement the databases into the installation file? Best regards
|
| Validation of user logins | 25 Nov 2005 18:55 GMT | 8 |
As a newbie to DB2 I have a strange problem on a zSeries linux box I hope someone can answer. I have created a linux user, user=mytest
|
| CLI0005W from query with join in PHP script | 25 Nov 2005 15:51 GMT | 5 |
Folks, I have a PHP script that does: $statement = 'SELECT tbl1.col1, tbl2.col2 FROM tbl1, tbl2'; $result = odbc_prepare($dbconn, $statement);
|
| Can't rollforward due to large bufferpool size | 25 Nov 2005 03:40 GMT | 3 |
I am in a very strange situation, and am looking for suggestions to tackle it. I have a 10 gig database on 64-bit windows 2003 running platform. The database has about 5 gigs of bufferpool. It's a DB2 UDB 8.2 FP9a
|
| Can I install DB2 UDB V8.1 on RHEL 4? | 24 Nov 2005 23:49 GMT | 2 |
I've checked the supported environments list from IBM website (http://www-306.ibm.com/software/data/db2/linux/validate/), there does not mention about DB2 UDB V8.1 on RHEL 4. I know that I can install the latest fixpak for DB2 UDB V8.1 and then
|