Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Browsing all 13329 articles
Browse latest View live

Temporary table not dropped after terminate

Hi I am working on DB2 9.7 and below is the DDL for temporary table Code: CREATE GLOBAL TEMPORARY TABLE SESSION.TEST_1 (TGT_EMP_SKEY BIGINT,TGT_WRKD_SHFT_SKEY BIGINT,TGT_TSITEM_SKEY...

View Article


how to update a mainform into a subform

Hey there anyone would yous be so kind to help me because im troubleshooting this error now for a week found no luck after I edit information and change the information and click update it gives me a...

View Article


Show all Except specific

i want to select all those record except those record who have birthdate less then 4/13/1992 and relation= son i tried this SELECT * FROM Dependents WHERE code = 2 AND NOT CONTAINS (SELECT * FROM...

View Article

Gathering Information

Hey guys, I work for a small zoo on the south-east coast of Queensland in Australia. Before I make the big step into developing a database, I would like to know what useful information I could retrieve...

View Article

db2 range partition for tables

Hi all, In our setup db2 V9.7 with fixpack 4 Question with partitioning the tables. Planning to do the Range partition for the tables. Using timestamp column. MIN DATE MAX DATE 17-05-2004 14-05-2013...

View Article


Begin atomic inside Create Trigger statement in db2 9.1 Linux

Hi, Originally I was trying to create a trigger using a case statement inside it, testing multiple scenarios and signal different errors. It was not working... I was testing, testing until I finally...

View Article

ClassNotFoundException COM.ibm.db2.jdbc.app.DB2Driver

I have one Web Project having onejava class which is connecting to DB2 datbase server and executing stroed procedure. DB2 Client is installed locally on my desktop. Java project having following...

View Article

Database design question. Help me please, this report writing is my life?

You are the Project Manager of a team of database designers working for a Facilities Management IT Company who will produce a database application for USA Travel. At the moment the department uses...

View Article


Database design question. Help me please, this report writing is my life?

You are the Project Manager of a team of database designers working for a Facilities Management IT Company who will produce a database application for USA Travel. At the moment the department uses...

View Article


Database design question. Help me please, this report writing is my life?

You are the Project Manager of a team of database designers working for a Facilities Management IT Company who will produce a database application for USA Travel. At the moment the department uses...

View Article

set file size in MySQL

Hello, i'm a beginner in database, I have a MySQL installed on my Linux desktop, I would like to create a database to store .ogg files, but MySQL don't allow me to store files bigger than 2,048KiB....

View Article

Newb DBA Question: Oracle / SQL Server

Hello all, great looking community here. So I have a question for all of you, and thanks for your response. I'm currently attending a university master's program for Database Administration and Design....

View Article

db2 9.7 fix pack upgrade

Hi DB2 9.7 FP 4 / Win 2008 for the last two years we have been running on FP4 and I need to upgrade to latest FP8. Application wise, nothing has changed, and will not change soon. I have been telling...

View Article


Query question

I have been developing a database for a non-profit music organization. Having now imported all their Patron, Donor, and Ticket sale information, I would like to create a query to help their developing...

View Article

Image may be NSFW.
Clik here to view.

Populate a table in MS access with excel data

Hi All, I have created tables in MS Access 2003. I want to update a table in ms access with the laboratory result in .xls format. The laboratory file has 7 column Heading which are placed in one...

View Article


Join Predicate

Hi, I have a question We can join two tables using 2 syntaxes. FROM table1, table2 where table1.id=table2.id and 2nd is table1 inner join table2 on table1.id=table2.id Any idea which is better in...

View Article

Postgresql-Bulk Load

Hello All, I am working on a windows application. I want to import a .csv file into postgresql table. For this purpose I have tried COPY command. This command loaded the file with some errors. It has...

View Article


auto-incrementing numbers with text prefixes in Access 2007

Hi, Firstly let me appologise if this has been asked before (I've tried searching and not yet found anything I can use :() My boss has asked me to automatically generate a number for leads that get...

View Article

How to produce a summary row for select with no results

Hi Guys, I wonder if you can help with suggests on the best way to insert a summary row where there are no query results - in effect a row to say there were no results for today. I am using SQL Server...

View Article

Display results from db2 store procedures

Hello, I'm totally new to db2 and trying to create a store procedure that pulls data into a session table, does some data manipulations and then finally outputs the result. Is there a way to do this...

View Article
Browsing all 13329 articles
Browse latest View live