IMPORT: can't define MESSAGES file
DB2 9.7 LUW. I have a stored proc that does multiple import statements that import data from CSV files into tables. When I run the proc, the statements in the beginning of the proc work fine. This...
View Articleneed help with what are the relationships in this problem
Suppose you are designing a database for a bank. There are entities Account, Branch, Account_Owner, etc. Account_Owner is a person. There are different types of accounts, and Account represents all...
View Articleproblem understanding alter add
what does the below code means? alter table invoices add balance_due(9,2) i understand that its adding a new column. but why is there two numbers used-(9,2)?
View ArticleScript to close current form
Hi - I want to write a script which will run a report, no problem there. However, I need the script to firstly close the current record which is being used before moving on to another form. I am sure...
View ArticleOptimizing SQL Queries !
I'm running the following query and it takes lot of time to execute a large data of 700MB size. Is there any way I can get my query run faster? Also, could you help me in optimizing my query. Here is...
View ArticleQuery Syntax Error in Expression . . .
From This Site . . . Code: http://blogannath.blogspot.com/2010/03/microsoft-access-tips-tricks-statistics.html Syntax error in this expression highlighted this . . . Code: (select max(SalePrice) from...
View ArticleMacro to Search/Filter/Export from Multiple Files into 1 File- ASAP!
I am new to creating macros. I have tried searching for existing macros to help with my current request; however I have not found a helpful one. Please let me know if you can assist. Contents 1....
View ArticleWatch Red 2 Online
Hello Friends If you missed any one from these then enjoy here: Ultimate Spider-man Season 2 Episode 18 Top Gear Season 20 Episode 5 Ray Donovan Episode 5 Devious Maids Episode 6 Watch The Conjuring...
View ArticleWatch The Wolverine Now
Guys if you missed something last night don't worry here you can get the list of your favorite shows and movies. Drop Dead Diva Season 5 Episode 6 Dexter Season 8 Episode 5 True Blood Season 6 Episode...
View ArticleUpdate records from query results
Hi, I am very new to programming in MS Access and I am not working in this field. So please be patient with me or delete this post if inappropriate. I have a database with two tables. I need to run...
View ArticleJoins
Hi all...Using joins, i want to get SUM(salary) by combining both employee and employees table. Look my table structure below: Code: SQL> select * from employee; EMPNO ENAME HIREDATE...
View ArticleMergefields
Hopefully just a quick question. I have a mail merge running off an acess query. One of the results it returns, a number, has a decimal point after it. I need there to be no decimal point and just...
View ArticlePlease explain this query
Hi All, I have a query like below select col1, col2 from table1 where col1 > ' ' -- Six space inside the quotes Here col1 is char(6) column, what is the use of this?
View ArticleDesign Help!
Hi, I am a relative novice when it comes to databases, but I do have some knowledge. Unfortunately I am struggling to get my head around a project I have been given. My company currently send out...
View ArticleDelete
Code: SQL> select * from employee; LASTNAME DEPARTMENTID -------------------- ------------ Rafferty 31 Jones 33 Steinberg...
View ArticleHow and where to develop a banner system database ?
hello, i'm a new database developer i use SQL, oracle and Ms. access. i'm now completing my MBA at university my thesis subject is the Banner system does anyone know how is such a database software...
View ArticleCreate trigger before update
Hi, I have two tables 1. nav.temp1 (user_id, type, email_address, update_user, update_date) 2. nav.temp1_hist ((user_id, type, email_address, update_user, update_date) If the email_address is updated...
View ArticleDatabase design
Hi. I need a good database design for a product catalog. I need this to store pricing information. When a customer order a product, I have to find the price of that product according to the options...
View ArticleMYSQL Query
Hi, i have two table :- Products_tbl and Productdiary_tbl Note: Text content in the code blocks is automatically word-wrapped Product_tbl data :- product_id(PK) | name | update_date | price 1 | prod1 |...
View ArticleMYSQL Query Problem
Hi, i have two table :- Products_tbl and Productdiary_tbl Note: Text content in the code blocks is automatically word-wrapped Product_tbl data :- product_id(PK) | name | update_date | price 1 | prod1 |...
View Article