Compare two different tables
Hello I am working on a Application in Oracle Apex 4.2 i want to compare two tables with the same collums but with different Data and count the differences. I am using test environment of Scott Tiger....
View ArticleReturn Blank Value of cells are blank
hi, please consider the following formula, I am trying to get it to return a blank if either C2 OR D2 or both are blank, they are both date values. Can anyone please help with this, many thanks...
View ArticleLog File?
Hey guys...I just signed up and will likely lean on you all quite a bit. I am an OPs and IT Security guy now working on data warehouse maintenance and the like. Fairly green in this world. First...
View ArticleBreaking the number of days between start and end dates to months
I need to track days for beds by Month. I have a Start Date and End Date. If the datediff days spans multiple months I need to attribute the days to the proper months. The report will run monthly and...
View ArticleBroadcast calender generator
Hi guys, Did anyone ever have to create a function/stored procedure that would take a date as an input and generate the values for the broadcast calender like: - Media_Week_Start_Date - Media_Week -...
View ArticleAre "Multiple Item" forms editable?
This is my first post to this forum. Thanks for any assistance you can provide.
View ArticleHelp with a update query
Hi, I have a database with about 2000 records. I have several records that I would like to update the photo attachment that match certain clients. Is there an easy way to accomplish this?
View ArticleBest way to handle cancel / escape ??
Hello, what is the best way to handle a cancel in the beginning, middle or end of a form? Is it best to save any data collected with VBA code in variables and write it all "afterUpdate" in the very...
View ArticleLoad data Help
Hello I have 2 tables, 1) customer 2) party wherever customer.customer_id and party.customer_id match then select party.adress and party.contact And insert into customer.address and customer.contact...
View ArticleNeed to extract attachments to a folder and link them back to DB
Hello all, Using Access 2010, I have reached the 2GB limit. It's not the data, it's the PDF files I scanned in for each customer that has stretched the db to its limits. The db is also currently split....
View ArticleTextfield in page footer of access report
Your site recently helped me out with some coding, so I am hoping you can help again. I generate reports from a check box for selected records on a subform. In the underlying base table for the forms...
View ArticleUnable to connect the Database
Hi all, In our setup db2V9.7 with fixpack 4 with the partitioning databases. Having issues with connect the databases. I tried to connect the database it's throughing an error: [db2inst1@vrdtisdbhcl01...
View ArticleHelp in removing error
PHP Code: <?php //Post variables from step 1 and then check whether connect or not. $host_post=$_POST['host-s1']; $user_post=$_POST['user-s1'];...
View ArticleMulti Partition to single;
Hello All, Oslevel : linux with db2 version 9.7 we have 3 linux server with mulitpartition enabled, the request is to make into separate single server. Request in detail : Create a plan to remove the...
View Articleconcatenate rows using for xml path and new line feed carriage
Good day Guys i have this code -------- Create TABLE #tempCityState (State Varchar(5), City Varchar(50)) Insert Into #tempCityState Select 'CO', 'Denver' Union Select 'CO', 'Teluride' Union Select...
View ArticleDB2 Multiple Version issues
We are currently running three versions of DB2 (7.1, 9.1, 10.1). For a time we will need to have applications coexist on workstations that access all three versions. The applications that access the...
View ArticleUpdate with a JOIN
In the last weeks I came to work with SQL Server more closely and - not being used to it - I stumbled over the sematics of an UPDATE statement using a JOIN (something which is not available in e.g....
View Articledb2cmd in a remote session
Hello there, I have a Unix shell-script that uses ssh to connect with a windows machine / cygwin and runs a script there. At some point, I have to write some data in a DB2-DB and it goes like this:...
View Articleprevent resubmission of form
PHP Code: $site_title=$_POST['sitetitle']; $site_slogan=$_POST['siteslogan']; $site_address=$_POST['siteaddress']; if (empty($site_title)...
View Article