Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Browsing all 13329 articles
Browse latest View live

db2 database total size estimation

Hi All, Kindly please guide me how i can can estimate of total size needed for an application to perform well. My Logic: 1) To take all the database object details from test environment. and...

View Article


Multiple Condition If Then... possible?

Is it possible to perform multiple onclick or afterupdate events on checkbox option frames where (for example) if frame20 is 'yes' (1) and frame21 is also 'yes' then textbox22 is disabled?

View Article


Image may be NSFW.
Clik here to view.

Multiple Selections in a ListBox.....

I have 2 ListBoxes on my form ErrorCodeDescription and ErrorCodesandCorrections in Access 2007. I created 2 Tables and Query for these as well ErrorCodeDescription/Tiger Table/Tiger Query and for...

View Article

New to PostgreSQL couple of questions

I am trying to write a script for the full creation of a database and all of its objects, similar to the following: Code: CREATE DATABASE DBName; \connect DBName; CREATE TABLE TableOne (     id...

View Article

give some commands right to a user

Hi All Please I need your help. I am configuring a user and I want to give him a limited right for only : shutdown, tar cvf, compress, execute a particular script etc. What should I proceed?

View Article


Scrolling Through a Form

I was playing around with some form properties, and somehow set something by mistake that I can't scroll down the form with the center of the mouse roller. Any ideas as to what I may have done?

View Article

Recommendations fro search

Hey all. I am looking for some sort of a database that can do a specific to general search. So, for example, I want to do a search where: Company=MegaCorp OR Division=SuperDivision OR Employee=Rob I...

View Article

backup image on TSM and disk

I have a requirement to store all backup images on TSM and store the latest image on disk. The same goes for the transactions logs (all on TSM, except the logs that would be required if restoring from...

View Article


Datetime Indexing Problem?

Hi guys, I have a table with over a million rows in it. Lately I've noticed some slowness even on some simple queries. Maybe I'm not understanding something obvious about indexes so I'm hoping some one...

View Article


Epoch date functions using INFORMIX 10

HELP! I am having a hard time understanding how to use or convert epoch time into database dates or manipulation thereof. I have records that store the date in integer format. I need to be able to...

View Article

Problems on update

I tried updating the column name projectid in actualhrs_staging table with the column projectid in VW_PC_PBEXTRACT view. i tried these methods but failed with all. 1) Code: update actualhrs_staging ahs...

View Article

sql0551n - privilege granted to group

v9.7 FP5 In dev env, I granted DBADM with DATAACCESS to group X. When a user who is part of group X tries to create a view, he's getting: SQL0551N "USER" does not have the required authorization or...

View Article

SQL ERROR in DB2

Hope someone can help me out. How do I fix the set error CREATE TRIGGER TESTDTA.WO_INSERT AFTER INSERT ON TESTDTA.F4801 FOR EACH ROW MODE DB2ROW BEGIN INSERT INTO TESTDTA.F564801 A SET (A.WHDOCO) =...

View Article


SRVE0068E: Uncaught exception thrown in one of the service methods of the...

Here's an error message i am getting. I am using Java RAD 00000023 ServletWrappe E SRVE0068E: Uncaught exception thrown in one of the service methods of the servlet: Login. Exception thrown :...

View Article

Text Field No Duplicates

I have a field in my table named GirlID which is set to Text for the Data Type but I wish it to not allow duplicates. A typical input for this field on my form is P352947 How can I do this ? I already...

View Article


MySQL Normalization Tool / Script

Hi, Is there any normalization tool available which can show whether all tables in MySQL database is normalized or not and if not then can suggest recommendation for it? Manual analysis is time taken...

View Article

Sorting question

Hi all, this is my first post...I have tried looking this up, and haven't found the right solution just yet, hopefully someone can help me out. I have an Access 2010 database that has a report listing...

View Article


int(11) is outputted as a date

Hey guys, I'm new to this forum and it has been some time since I was working with DB's. Here is my problem. I have a table with a column called "inside_date". This column is of type "int(11)". In it I...

View Article

I need to know how to execute a stored procedure with multiple parameters in VB

Here is my stored procedure: ALTER PROCEDURE dbo.SP_UpdateFixedRev /* ( @parameter1 int = 5, @parameter2 datatype OUTPUT ) */ ( @Number int, @FixedRev money ) AS BEGIN /* SET NOCOUNT ON */ Update...

View Article

Type Mismatch Load Array from Recordset

Hi all, Usaing Access 2007. I am trying to lead an array from a recordset using the .GetRows method of the recordset. But my code below returns a Type mismatch error at Debug.Print What am I doing...

View Article
Browsing all 13329 articles
Browse latest View live