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

Query Error (Rolling 7 days)

Hi All, I am writing the following query inorder to return rolling 7 days. SELECT day FROM dates WHERE (date(day) between current date-7 days and current date) But the following error occurs,...

View Article


ER Design help

Hi All, New to the forum, new to database creation. I am looking to create an ER diagram for the following scenario but am running into a lot of trouble: Vacation of Your Dreams, LLC runs an outdoor...

View Article


Delineating/Parsing Values- Plain Text w/simple formatting

First and foremost, thanks for taking the time to look at my thread. I've been at this for a few hours now- googling, searching threads, etc- and I'm at my wits end. What I have is a "volunteers...

View Article

Image may be NSFW.
Clik here to view.

New Software Development Tool Released

Ardeal Soft is proud to announce the release of XtraBuild Designer (v. 1.3.1.1), a new software development tool designed for developers to assist them in creating and building database driven...

View Article

DB2 related issue when I take LDAP backup

Hi, I have a job which take backup of ldap(ldf format). It was running properly without any issues. Recently, it creates backup file with 0kb. When I run the job manually I have got the error message...

View Article


[HeLP] Movie Ticket Booking System

I have been assigned a project (Movie ticket booking system) in ASP.NET. I have designed the front end in visual studio as it was quite easy. I am stuck with the database. If anyone of you over here is...

View Article

Do we have a dedicated part of Forum for DB2 on zOS?

Hi, I'm quite new to this site, though registered quite a while back but could not surf here much -- I'm from zoS background and mainly look for the zOS (mainframes) related thread for DB2. However, I...

View Article

SQL Code for QUERY on DataBase

Dear all, I have build a stand alone application using Java that processes text of my interest in some way that for now is irelevant. What I want to do know is the following, when I have a new string...

View Article


Vertical lines on a report not growing

Thanks for viewing my post! I adapted the code below from MS Support to create 4 vertical lines in the detail section of my report. I need these 4 lines to extend the length of detail section. The...

View Article


DB2 Streamline Import Process

New to the forum and DB2 first and foremost. I'm looking for some advice on how to streamline CSV imports into a DB2 10 DB. We have buckets of data coming to us in the form of CSV or XLS and we convert...

View Article

Macro to Find Data in Another Sheet

I have Sheet1 with Column A being a list of all US ZipCodes. Sheet2 has Column A listing out only the zipcodes where we have sales and Column B has the amount of sales in that zip code. Ideally, here's...

View Article

Question about Best Practice - Table/Column Relations

I’m building a new fairly complex project and I want to ensure the infrastructure I'm putting together follows the "best practice" for the type of solution I’m designing. My quandary revolves around...

View Article

Image may be NSFW.
Clik here to view.

Need help with modifying VBA Select statement

I have the following code (behind a form tab) to locate records that match 1 or more of the parameters in the AddToWhere lines. I need to modify the AddToWhere [Look for CR] to be able to include a...

View Article


Is This Code Correct?

What im Trying to do is This a) The form shall prompt the user to enter LanID b) Check the T_EMPLOYEE table to see if the LanID already exist table field= LanID form field=UserID Private Sub...

View Article

Cardinals from around

Cardinals from around the world are gathering in Michelangelo's masterpiece the Sistine Chapel for a conclave to elect a new pope. The historic process is filled with pomp and ceremony and so shrouded...

View Article


The Vatican says the

The Vatican says the cast iron stove is "cylindrical in shape with a narrower upper portion" and approximately one meter high. "It has a door in its lower section enabling ignition, a valve for manual...

View Article

first day of the conclave

On the first day of the conclave, one voting session will be held: on other days the cardinals will vote twice in the morning and twice in the afternoon. If a second ballot must be taken immediately,...

View Article


Query to run against Date Columns

What are some good querys to run against a sample table of dates and items where the results can be used for charts? Here is the sample table. Code: CREATE TABLE [dbo].[TestDates](         [ItemId]...

View Article

DB2 encrypt function/java preparedStatement error

I'm trying to use the DB2 encrypt function with a java preparedStatement and receive the error "[FMWGEN][DB2 JDBC Driver][DB2]Character data, right truncation occurred; for example, an update or insert...

View Article

INSERT INTO SELECT issue

I have a scenario where in i should achieve the below. if (bonusflag=FALSE) insert into emp_sal select emp_no , no_of_hours*60 as emp_sal from emp where no_of_hours = 4 IF(bonusflag=TRUE) insert into...

View Article
Browsing all 13329 articles
Browse latest View live