Blocking issue with timeouts
Hi, We have an application job (power builder) that runs on the app server every 5 minutes to load data into a table. Occassionally the job times out without completing but this can lead to an inactive...
View ArticlePulling data from outlook
Hello, Here is my situation: Firstly I have imported outlook contacts into access (roughly 60,000), access gave the name 'all users'. Next, I have a form (frmCSOrequest) with 4 text boxes COSid,...
View Articlesoftware needed
I am looking for windows based database software for personal computer files (all file extensions) with in document searching as well as customizable tags, and must be searchable. I would also like the...
View ArticleConversion of Timstamp
Hi to all, I am facing problem with timestamp. I have a datatime value like '9/26/2012 5:56:53 AM' and my database field column is timestamp. I want to insert this value into Timstamp column in DB2....
View ArticleHow to get unique record with columns
I have result set as the attached in screenshot, where the candidateid gets duplicated, but then the column university and careerchoice column has different values for the same candidate. (the...
View ArticleJPA annotating a string property to a MySQL text column
Hello, I have a MySQL text column: profile text I'm trying to map a property to it using a JPA annotation. @Lob private String profile; The @Lob annotation gives me the error message: Wrong column type...
View ArticleReturn 4 Random and 1 specific record
In my PHP project I would like to return 4 random records and 1 specific record and display them in a drop down. The idea being only 1 row is the correct answer. Here's what i have so far PHP Code:...
View ArticlePlease help
Hi, I am getting an error from this query and I do not no why. The error is: "[IBM][System i Access ODBC Driver][DB2 for i5/OS]SQL0901 - SQL system error". Each query alone is working but when I try to...
View Articlebuild query from output data
We have one table Say student with below structure: S_id int null, S_name varchar(100), S_marks int null Data is something like : s_id subject s_marks 1 English 40 1 Spanish 45 1 German 50 2 Physics...
View ArticleDate difference expressed in months
Hello I'm using DB2 9.5 and need to obtain the difference between 2 DATE columns and express the result in months. I'm aware that there is a function called MONTHS BETWEEN but that is for DB2 version...
View ArticleSelecting Cancel on Input Box
I have added a variable using 'Set Variable By User Input' (see screenshot below). It works very well but I am wanting skip all scripting if 'Cancel', rather than 'OK', is selected on the Input Box....
View Articledb2dsdriver.cfg questions
Hi All, I'm an Oracle guy living in a DB2 world, at the moment, and I've been asked to install the IBM Data Server Drivers 9.7 (32 and 64) on a Windows environment. I've successfully done this and I've...
View ArticleHow to retrieve a specific value from a multiple value listbox.
I have a List Box (lstbox1) with a with the following options “Option 1”; “Option 2”; “Option 3” where the user can check multiple selections. When the value is saved in the table, it saves the data in...
View Articlecreating seperate tables for different responses
Hi, I am required to create a database for a charity on Access 2010 for a charity that recieves most of their funding through an annual ball which they organise. Committee members sell the tickets for...
View ArticleHow to subtract 1 minute from time
Hi experts, I have a query contains from time and to time parameters. I need to subtract 1 minute from totime parameter. I used totime-1. It is working in database level and it is not working in my...
View ArticleError 2465 - Open Form with OpenArgs
Can someone tell me what is wrong with this code. Why am I getting an error: "Error 2465 Microsoft Access can't find the field 'strLANID' referred to in your expression" :confused: Private Sub...
View ArticleAccess 2010, SharePoint List and ASP!
Hi, I have an access 2010 database which is linked to a sharepoint list. I have an ASP page which is querying the database and displaying data on a web page. The page auto refreshes every 30 seconds...
View ArticleUNION with different columns
Hi all, I have a problem on how to use UNION in MySQL i for two tables with different number of columns. 1st table (user) user_id, name, position, manage, username and password 2nd table (client)...
View ArticleBrilliant Database limits
Have been following fireant911's progress (and frustrations) with interest and I am sure many members have learnt something new about BB (good and bad). As we have no support from BB, I was wondering...
View ArticleUser defined function (UDF) - DB2 z/OS v9.1
Hello, is there possibility in DB2 for z/OS v9.1 to have UDF with some logic in it - to use IF, WHILE,... statements. I have this UDF : CREATE FUNCTION NADJI_PARENT(CHILD INT) RETURNS INTEGER NO...
View Article