DB2 connection error
Hi, My Jazz Server client failed to connect to the DB2 database. stacktrace is as below, any idea ? I renamed db2diag.log as it got too big, and restarted DB2. Then I ran into this problem. I can see a...
View ArticleCrystal Reports Developer
2 months contract, £425 per day, West Midlands - Data analysis background to investigate how the source data is held - Documentation skills to write appropriate Technical Specs The role is on...
View Articlecheck field in subform from another subform
hi there, im trying to check a field in a subform to see if it is empty or null. if Is null (Forms![Main_Sub_Items]![frm_Main_sub_system].Form![RecordCount]) then RecordCount = 1 end if So im trying to...
View ArticleMust declare the scalar variable.
CREATE PROCEDURE [dbo].[Testing] @FilteredID VARCHAR (MAX), @SchoolCode VARCHAR (MAX), @Score1 INT, @Score2 INT, @Score3 INT AS BEGIN DECLARE @SQLStr AS VARCHAR (MAX); SET @SqlStr = 'UPDATE dbo.School...
View ArticleHow to calculate the average of an unlimited number of dates entered
I have my program saving all of the dates that they enter for each product right now. So you have a row per product and each column after the name of the item is the dates of last repair. I want to...
View ArticleSQLite: same database, different size
Hi all, I have a SQLite 3 database, which is populated by a Windows application running on a Windows Server. This application caches data coming from one of two functionally identical Servers: - one...
View Articleperformance
hi friends pls help me in this by tuning this query db2 v9.7 fixpack 4 SELECT (SELECT NAME FROM OFFICE_MASTER WHERE RECORD_STATUS=1 AND ID=C.OFFICE_ID) AS SECNAME, C.OFFICE_ID,COUNT(C.ID) AS...
View Articledblink problem
Environment: PostgreSQL 9.2 on Windows ----------------------------------------- We have 2 databases: XXX and XXX_stats. Tables in XXX database are created by XXX user. Tables in the XXX_stats database...
View ArticleExtract user name in mail
Hi, I have mail id in a column. i just need to extract only name in that mail id. for example tomas@gmail.com the output should be tomas
View ArticleMaking content control boxes mandatory prior to saving?
am making a form in word 2010 with content control boxes and I have coded it already to make it so that the fields are required to be filled out in a certain way( for example when someone has to post...
View ArticleMaking content control boxes mandatory prior to saving?
I am making a form in word 2010 with content control boxes and I have coded it already to make it so that the fields are required to be filled out in a certain way( for example when someone has to post...
View ArticleSQL: Increment/Calculate new value depending on the value of another field
Hi, I need help in MySQL creating a new field during a query that increments each iteration depending on the value of another field. This will ultimately (hopefully) be part of a stored procedure. Here...
View ArticleNew Query hates old date formula & new yr-to-date
Here's a good one for you! I've added several fields to a straight forward Access dB with a single data table. Once the new fields are added, Access decided it doesn't like a formula in an unrelated...
View Articleperformance
hi friends pls help me in this by tuning this query SELECT (SELECT NAME FROM OFFICE_MASTER WHERE RECORD_STATUS=1 AND ID=C.OFFICE_ID) AS SECNAME, C.OFFICE_ID,COUNT(C.ID) AS TOTAL,COUNT(BP.CONS_NUM) AS...
View ArticleUnable to accept requests (DB2 Linux)
I did a 9.7 fp8 root install. After the database was created, SVCENAME,DB2COMM were set and services file updated. The database connects normally on the server. A few commands worked but when I tried...
View ArticleHow to backup an Oracle db without using a job
Hi, Currently I backup my Oracle database using the script below (copied from the EM). I run this script from a scripting host computer. Problem is, that it invokes a job that does the job, but it only...
View ArticleVBA and DOM to populate an input tag
Using VBA from Access to automate IE . I have this not assigning a value to the innerHTML as expected. Code: Function PasteToWebPage(txt As String, ie As SHDocVw.InternetExplorer, Optional...
View ArticleHow to get 15 decimal precision in SQL statement?
Hi, using db2 10.1 fixpack 1 on Linux I am trying to divide two numbers. The first test produces correct values. All other tests reduces precision. Why? I would like to have 15 decimal places after...
View ArticleExport Data Pump
Hi, TNS for Linux: Version 10.2.0.4.0 I've 2 Oracle instances (PROD and DEV) Enterprise Edition Release 10.2.0.4.0 - 64bit I need export full db from PROD instance and create the DUMPFILE on DEV...
View Article