Checking duplicate records ACCESS platform
How can I check record before I updated it if is a double. I want to check for example also by first name and last name and by phone ... And if I have a duplicate record, that it will give me a message...
View Articlesql query help...please
Hi to all good people out there! I need a little help with one sql query. Suppose we have one table with data like this: Date ID ----------------- 4-1-2013 10 4-2-2013 10 4-3-2013 10 4-4-2013 10...
View ArticleHeaders when exporting data
Folks, Does any one know how to add header when files get exported? Something like follow example: NAME, ADDRESS, CITY, STATE, ZIP-CODE John,3920 main st, New York, NY, 94839 Alex, 3928 Lugonia ave,...
View ArticleFull Outer Join Help please
Hi All, I am new to my sql i need to apply Fullouterjoin between pos_no of below queires.Please help me how to apply Query 1: SELECT MIN(till_close.start_transaction_id) AS start_trans_id,...
View ArticleHart Of Dixie Season 2 Episode 21
Hi Friends... Are you getting Borred then enjoy these Tv shows: Hart Of Dixie Season 2 Episode 21 The Voice of America Season 4 Episode 12 Dancing with the Stars Season 16 Episode 13 The New Girl...
View Articlehow to get the previous value on a subform for an existing record
Good day can someone help me figure this one out!!! I got 4 fields ID Opening Hours Closing Hours Date for instance [Opening Hours] is 8 [Closing Hours] is 16 then my [Opening Hours] will become 16 on...
View ArticleCompatibility Issues: MySQL and Oracle
Hello guys, im wondering if you could help me with compatibility issues between MySQL and Oracle databases. im having trouble finding it anywhere else. Are they any Issues in compatibility, and if so...
View ArticleDb2 Archive logs
Hi All, I have confusion in db2 archive logs,when the logs will archive ,what archive logs contains only commited and externalized date or any other else .I read in formation center but still I am...
View ArticleSybase Questions
Hi Folks, Please help me to get answer of below question. 1) How can I list/see the permissions on the specific table. 2) Syabse does not support full outer join then how we will achieve this FULL...
View Articleaccess 2003 to access 2010 after update code error
Hey I keep getting syntax errors for a database I am switching from access 2003 to access 2010. me.recordsource= "select * from prof1 where entrycount like "&" "&tmp&"""" me.filter =...
View Articlelocal connection - hostname resolution?
v9.7 / RHEL; single-partitioned instance Local connection to db was hanging / taking a long time. Determined that the primary DNS server was down. After making changes to /etc/resolv.conf, connection...
View ArticleHelp with Query
Hello, I have a table such as, Seq Typ rate 1 buy 5 2 sell 4 3 buy 5 4 sell 0 5 buy 4 6 sell 5 can someone please help me with a query, that fetch only those rows where type 'buy' and rate is not 0 and...
View ArticleAdd tasks to Task Scheduler through CLI, possible?
Using DB2 9.5 LUW on Windows is there any way to add tasks to Task Scheduler through CLI or a script? I've setup a clone of one of our 9.5 LUW servers, but the original server has about 50 tasks setup...
View ArticleQuery runs slowly only the first time
But thereafter runs were fast, I guess it's cached. So what's the possible reasons? I have increased the applheapsz, but did not help. DB2 v9.7 on RHEL with single-partitioned instance
View Articleconnection problems with java server and db2
Hi all I have a problem . I am trying to connect to db2 using a java server within the host and database its' in the vitual machine . It was working fine until yesterday , however now I got this error...
View ArticleHelp with my Query
Hi Guys Hope you can help me out here. * See properties managed, with the branch's town, property details, and the number of inspections carried out for these properties. See the image:...
View Articletempdb full
We have an ASE15.7 server that has a 4.5 Gb tempdb database. Typically, during the day, tempdb doesn't exceed more than 10% full. During our nightly batch we see peak usage at about 30%. For the last...
View ArticleMore 6.5 upgrading to 7 help
Thanks for the help so far, I have seven, old 6.5 databases to bring into a fresh 6.5 install, they all have the same tables, veiws and sproc's. Should I create a device for each database or can...
View ArticleHelp with WHERE & Date clause
Hi, it's me again :D *some might know me lol* I am doing another query which works fine but it does not accept the YEAR '2013' format WHERE YR_VIEWING.DATEVIEWED = '2013'; Basically, I am making a...
View ArticleSUM column for all entries AFTER date
I can't seem to get this working how I need. The closest I have is as follows: Code: SELECT tblEmployeeData.TechID, Sum(tblOccurrence.OccurrenceAmt) AS OccurenceAmt_SUM, tblOccurrence.OccurrenceDate,...
View Article