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

Image may be NSFW.
Clik here to view.

Many-to-many relationship?

Hi there, I'm building a database intended for menu planning for a backpacking trip. Currently, I have three tables:A list of the days for which menus must be planned A list of the meals planned for...

View Article


Query string from Mysql to Oracle

Hi there, I am new to oracle and wish to have some helps here. Currently, I have query which convert the image file into the binary format before store into MySQL database. Now, I need the image file...

View Article


MySQL Insert issue

Hello, I have a preloaded database that I would like for my users to be able check (via a form with checkboxes) the items they can use for their project, while copying those columns to a different...

View Article

DB2 9.7.5 Performance on Windows

I have been working with DB2 for several years but always on Unix. Several of the db's I am supporting run on Windows 2008 R2, and they all have really poor IO performance. I mean really poor. I set up...

View Article

How to schedule based on time

Hi, I'm trying to figure out how to Calculate for scheduled Inspection on equipment. I have 200 individual machine that I need to schedule for reaccurring inspections. Some get Weekly, Bi-Weeekly,...

View Article


ssh user@server

want to execute below the script for remote server.i am not able to execute below the script please help me urgent for this issue.i getting below the error ssh user@server<<EOJ cd path for i in *...

View Article

sysdate and localtimestmap - 10g

Hi guys I'm in the timezone GMT+4. My 10g DB shows: Code: SELECT DBTIMEZONE FROM DUAL: -04:00 SELECT SESSIONTIMEZONE FROM DUAL: +04:00 Code: SELECT SYSDATE FROM DUAL; SELECT LOCALTIMESTAMP FROM DUAL;...

View Article

Not able to drop the database

Hi all, In our setup db2 v9.7 with fixpack 4 I am trying to drop the database but i can't i getting the below error. Even, i forced all the applications connected to the database....

View Article


Image may be NSFW.
Clik here to view.

Sales Commission Rate Problem

I have a master form named TimeCards, and on it are many fields. One is a combo that looks up the Employee and his commission rate It is named SalesEmpID and gets its info from a table/query with 2...

View Article


expdp with query problem

Hello I'm trying to do an expdp with query filter, because only need several tables, this is the expdp: expdp user/password DIRECTORY=expdp_dir DUMPFILE=expdp_dump.dmp SCHEMAS=schemax QUERY=select...

View Article

iteration criteria in a recursive SQL

Hallo everyone, I have successfully run a recursive code with following recursion join criteria: Code: where         and ...         and ...            and a.iterationColumn = b.iterationColumn + 1...

View Article

RCUK Shared Services Centre is looking to recruit to over 40 new posts!

Job opportunities at Swindon based Shared Services Centre RCUK Shared Services Centre Ltd (the SSC) is looking to recruit to over 40 new posts based at its Swindon offices. The company is looking for...

View Article

Filtering a form upon opening it

Hi guys, I have a report that I use in conjunction with a form to create customer invoices. However when I open the report it shows me every record, which in turn shows me every invoice that has been...

View Article


sequential number in a view

Hi, We are integrating all our applications/databases into one application/database. During the transition phase, I need to create a number of views based on the new database that mimic the old tables...

View Article

Problem while exceuting the stored procedure in db2 (TOAD 4.7)

Iam getting this error while executing this procedure in db2 toad 4.7.. ERROR [42601] [IBM][DB2] SQL0104N An unexpected token "<END-OF-STATEMENT>" was found following "". Expected tokens may...

View Article


Taking the input parameters dynamcially in the stored procedure in db2

Hi, I need to pass the input parameters dynamcially in to the stored procedure for one table-10 fields from another table some fields like -5 fields I cannot predict how many fields will come at a...

View Article

Auto-populate code does not work

Hi, new to Access and I wonder what makes this code not working: Private Sub Paikka_AfterUpdate() If Not IsNull(Me.Paikka.Value) Then Paikka.DefaultValue = """" & Me.Paikka.Value & """" End If...

View Article


Subselect - Result in one Row, comma separated

Hello, Please be advised that I have a complex SQL Select Statement that joins various tables. Within this statement I want to do the following (not sure if this is possible): As 3rd field in the...

View Article

Rounding up to nearest hour

Hi Everyone, I would like to how to roundup the time for a date/time value. e.g 7:30am would be shown as 8:00am. Below I had to format the time fields but I am not sure how to incorporate the round()...

View Article

Replication fails each time databases are restored.

Hi, I seem to have this ongoing issue with Sybase Replication. We're using Replication Server 15.5 with ASE 15.5 on Windows 2008 platform. Here's the issue: We frequently perform restore of our...

View Article
Browsing all 13329 articles
Browse latest View live