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 ArticleQuery 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 ArticleMySQL 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 ArticleDB2 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 ArticleHow 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 Articlessh 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 Articlesysdate 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 ArticleNot 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 ArticleSales 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 Articleexpdp 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 Articleiteration 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 ArticleRCUK 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 ArticleFiltering 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 Articlesequential 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 ArticleProblem 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 ArticleTaking 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 ArticleAuto-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 ArticleSubselect - 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 ArticleRounding 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 ArticleReplication 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