Dsum error
I have use the Dsum function for my query but it gives the error.i have attached the image plz check it and correct my expression. The expression is Expr1: DSum("Amount","Table1","emID = " &...
View Articlehow to make this smart query?
In the following table we record studentname, lecture_subject and presenting_date. table: studentlectures Code: ID studentname subject, lecturedate 1 john politics,...
View ArticleHow to highlight lateness?
Hi, I have a MS access database consisting of the following fields: First Name Surname Employee number Date Actual start time Required start time All the employees start at either 8,8.15,8.30,8.45 or...
View Articledcount issues
I have been trying to get this to work for a while now I need to perform a dcount on a table with details entered into a form. For example its a car parking database which I need to identify if a...
View ArticleRecreating procedures after change from 32-bit to 64-bit
I discovered recently that I had installed DB2 9.7 FP4 32-bit on a 64-bit server. This is not a problem, but it does not make full use of server resources. Now I am attempting to upgrade from 32-bit...
View ArticlePort option not working PSQL
Hello - I am trying to connect to a Postgres server running on Oracle Virtual Box. Host and Guest OS: Ubuntu 13.04. I have HOST port 15432 forwarded to GUEST port 5432. So while I can log into Postgres...
View ArticleDB2 timestamp
Hi All, Please help me , Currently I am using MM-DD-YYYY HH:MM:SS format for SQL Server. Now is there any option to set / alter DB2 timestamp format at database level. Just as example: In oracle also...
View ArticleSQL rows into Columns
Hi, I am trying to write a query where I need the rows obtained as a result of the query to be a column in Select list. I am guessing Pivot does this job but unable to understand it. Appreciate any...
View ArticleResultSet Update & Current Timestamp (C#)
Hello, I'm using C# to execute a SELECT on the Database. The ResultSet Data is then read and updated line by line using Db2ResultSet.Update(); Before the update the parameters are set like that:...
View ArticleHaving Trouble woth subforms can anyone help
I have created a main form and two subforms. On both of the subforms I am looking up name data based on a numeric id from a different table. When I look at the subforms independantly from the main...
View ArticleDatabase header is invalid
I have a database project which is now returning "Database header is invalid" and the database will not open. I made a minor alternation (moved a cell on a form) and I was asked to Optimize the...
View ArticlePerformance in PostGreSQL
Hello, I'm doing some performance testing (INSERT) in some banks and PostgreSQL performance compared to other banks as SQL Server 2012, Sybase ASA 16 and ASA SyBase 9, has been insignificant. I am new...
View ArticlePrinting Crystal reports from Access 2010
I am looking to print a Crystal Report file from my Access form based on my current record select in my form, how can I accomplish this? Thanks
View ArticleConverting Date to other format
Hello I am using SQL server 2008 R2. I have a query where I have dates in different columns pulled from my database among other things. The client is requiring that the date be formatted as mmddyyyy....
View ArticleHow to Access Hidden Tables and Queries??
Hi guys, I've been tasked with adding some fields to an application data entry form screen in an Access database. The file is password locked, and when I enter in the password, I get the form screen. I...
View ArticleHow long will this take?
Need your help - I need to present to the board of directors so that they'll put money in the budget for some SQL Server training from Learning Tree. the training is $5500 I'm trying to build a strong...
View ArticleAdvanced SQL SELECT
EN: In EntityFramewok there ObjectQuery<Object>.Include(string path) to include data models relationships, my question is: How do I get data from a table relationship to which I make a query...
View ArticleCheck for duplicate values in field
I have a database that records computer and printer equipment in the building. I have found that I have employees that will enter data into a form and leave the serial number (SerNo) field blank. I...
View ArticleAccess 2010 - Contains Previous Date
Hi all, Good day. I need help in the queries where I need it to filter for me the previous date. Let say my data contains date from 20th June, 21st June and 24th June, which mean 22nd and 23rd don't...
View ArticleHow to update columns in one table which will be referenced from another...
Hi, I have one requirement like below.I am using DB2 Z/OS 10 for this. I have to update some flag values with some column values from one table which will be referenced from another master table. 1)...
View Article