Storing a TempVar in a table
Good Evening I have a login Screen on launch of the database which records the tempvar of the user TempVars.Add "user", Me.username.Column(1) I have a form "Incrptfrm" which has it control source to a...
View Articleplz help me
FastFlight Airlines is a small air carrier operating in three north-eastern states. FastFlight is in the process of computerizing its passenger reservation system. The following data items have been...
View ArticleSybase IQ Performance Issue
Hi, Users have developed one job in SAS which loads data from table T1 to T2. There are around 40 Lacks rows in table. Job is desgined such that data is executed row by row. We are getting some...
View ArticleSYSPROC procedure
Dear forum members, db2 "call sysproc.automaint_get_policyfile( 'AUTO_BACKUP', 'AutoBackup.xml' )" works fine on my DB2 10.5 on RHEL 6 server but when i fire same command on my live Db2 9.7 on AIX it...
View Articlestoring images in database
how can I store images in database...please tell me the procedure..
View Article.xlsx file generation in Ab Initio
HI I am able to generate a .xls file successfully using "Write Excel" component in Ab Initio , & same able to read properly after transferring to local drive. Now I am just changing the output file...
View ArticleNeed Help Designing A Relationship Table
Here is what I need to design. Attachment 14928 This is what I have so far. Attachment 14929 Give me some direction please! :eek: Attached Images sc.PNG (60.5 KB) gfbdg.PNG (26.5 KB)
View ArticleComboBox notInList
I found this code for notinlist event but I want to add is to ask the user for a country code whish will also be stored in the table under [CountryCode] which will be a max of 3 char big intAnswer =...
View ArticleDecode SQL..multiple tables.
I have a simple decode that works as shown below; SELECT membership_type, DECODE(membership_type, 'Gold', 'First', 'Silver', 'Second', 'Bronze', 'Third', 'Gateway') Result FROM m_membership_type What I...
View ArticleGiant Case Statement
I have a table in Oracle DB withe order count and unique IDs as columns: Order Count ID 2 1 3 2 4 4 4 5 11 6 20 8 35 9 19 12 Now I want to get a count of IDs grouped by order and separated into...
View ArticleAlternative to Case Statement
I have a table in Oracle DB withe order count and unique IDs as columns: Order Count ID 2 1 3 2 4 4 4 5 11 6 20 8 35 9 19 12 Now I want to get a count of IDs grouped by order and separated into...
View ArticleWhere to go
The question Display, by company, the company name, contact name and phone number for any payer who has no insureds. (now, I believe a company is the payer, yet can still have no insureds, if that...
View Articleexport data from excel to access table
Hi i need some example or any kind of help in exporting data from excel table to an ms access table. I want user to click on a button on excel that exports the available data from excel table to...
View ArticleSort issue on oracle
Hi Everyone, I have a data as shown below in a column, 1 1- 1+ A A- A+ 10- 10 10+ B B- B+ 2 2- 2+ I want this data to be displayed either in ascending order or by decending order, I tried SELECT * from...
View ArticleHow to Import CSV data into SQL Table with Foreign Key Conversion
Our SQL 2008 R2 relational database has tables with foreign key relationships for part numbers. We receive production data from a separate program and we need to import the CSV data into our database...
View Articleenable and disable all constraints
i am new to db2. i need to copy all the tables from one schema to another schema.so i need to disable all the constraints before truncate and enable after loading for all the tables.
View Articleexporting data from access to word
Another post for the great guys My boss has requested me to export data from access table/queries to a pre - formatted word document. the document includes tables, and charts and i want to be able to...
View Articlehow to show record lines when printing report?
hello, i have a regular report where sometimes has one record or many records. my boss is asking for something weird: when i print a report with one record i only have the printed reported showing the...
View Articleplease help
hello all please can anyone help me with this 2 question : Q1: What is the equivalent of SEGMENT in oracle database objects? Q2: How can we change the size of the tablespace (list 2 ways)? thank u so...
View ArticleCreating mandatory field in a form once another field is updated
Hoping someone can help! I have a form that has a field called status after inspection which is linked to a table which has approx. 20 status's: I need when 20 of those status if one is selected into...
View Article