Converting Converting Server Update query to Access compatible Update Query
Hi, I have an Update SQL query, which works in MS SQL Server. The tables concerned are dbo_Contacts which has a Primary Key ContactID and is linked to another table dbo_Location with a foreign key...
View ArticleSelect statement surpress no matches
Hi, Is there a way to not output anything if no record is found while doing a select statement? I'm not familiar with db2 at all. I'm trying to query a db2 db for any failed jobs and output the result...
View ArticleCorrect way to pass some fields to another form
First let me say I am new to databases and I will usually research my questions thoroughly before asking the question as I feel that is the best way to learn. With that said, I have a form that will...
View ArticleData Studios/ERD Diagram tool for DB2 9.7 LUW
I'm using DB2 9.7 LUW with AIX 6.1. Right now I'm using Data Studios freeware and Control Center. I'm looking for a tool that would work well with DB2 Administration and also include ERD Diagrams (if...
View ArticleSQL Server 2012 - Column value -1 or 0
Hi Guys, If you look at the Having statement in the query below it has: HAVING (dbo.TITLES.Check1 = - 1) <- notice the space between - sign and 1. I have tried removing that space in SQL Server view...
View ArticleWrite data from a database to xml file
HI Please suggest me the way by which I can write table data from a database to an xml file where the table schema is retained in the xml file . I am using NetBeans. If possible provide me the java...
View ArticleConverting Converting Server Update query to Access compatible Update Query
Hi, I have an Update SQL query, which works in MS SQL Server. The tables concerned are dbo_Contacts which has a Primary Key ContactID and is linked to another table dbo_Location with a foreign key...
View ArticleDistinct Count Error
I need to write a select statement I am unsure how to do this correctly. My psuedo code would be, IF first_gift_date <> NULL THEN COUNT(item_id). However, the item_id must be distinct. I tried...
View ArticlePDO and temp tables
I execute a stored procedure that creates a temporary table. I then execute my own query with a prepared statement that attempts to query the recently created temp table. I get the standard access...
View ArticleProblem When Screen Recording Brilliant Database
There are a plethora of programs available used for computer screen recording. I did some research and first installed CamStudio since this program seemed that have good reviews. The purpose of this...
View ArticleSQL query
Hello :) i want to write an SQL update statement that doubles the number of portions for all recipes with the type 'dinner'. Here is my relation Recipe(recipe_id, rname, type, portions) Any idea??
View ArticleCopying Text fields
Hi - i wish to copy a number of text fields from one form/record to another form/record. The forms are in different folders - is this possible? I use BD for many functions and use to scripting for...
View ArticleForm Buttons issue in Access 2007
I have a very simple form with some buttons on it that looks absolutely fine in Design View. When I open it in Form view the buttons are all different sizes and it is totally unusable. Any ideas?...
View ArticleIBM DB2 Client and DB2 Connect
Hi , My scope of work is limited to mainframe DB2. I want to explore more on distributed side of DB2. For that I download IBM DB2 Client on my desktop in the hope I will be connected to mainframe...
View ArticleORA-00933: SQL command not properly ended
Hi folks I am trying to export the table data to a text file using the following sql query : SELECT * FROM departments INTO OUTFILE C:/outfile.txt ; When the command is run on a sql editor , it gives...
View ArticlePostgresql no Windows 7
Trabalho não a muito tempo com o postgres mas já esbarrei em um obstáculo que não estou conseguindo resolver. Tenho um banco de dados em um PC com windows 7 atuando como servidor. Os computadores...
View ArticleChange label based of field values in cont form
Hi all I want to change the backcolor of a label on a continuous subform based on the values in one of the fields. There are a lot of records most of them you can not see unless you scroll down so I...
View ArticleMS Access Help. Report "Forwarding?"
Hello Everyone! I am new to MS Access and the forums for that matter and I am working on one of my first MS Access databases. I have it almost wrapped up and I have hit a road block in getting my...
View ArticleHaving trouble with creating relationships!
Hi, The task is: to set up a database for a charity who mainly raise money by selling tickets to their annual ball and selling products at an auction which takes place at the annual ball....oh and...
View ArticleCombo box won't auto-populate
Hi have a several combo boxes in my database. All but one auto-populate as I start entering the required data. The one that doesn't work only recognises the first entry in the table it is pulling from....
View Article