New Versions of dotConnect ADO.NET Providers with Native SSIS Source and...
Devart software development company announces proudly the new versions of dotConnect for Oracle, dotConnect for MySQL, and dotConnect for PostgreSQL - enhanced ADO.NET data providers that support...
View ArticleReports will not open
Hi please can anyone help? We have a database on our company network. The database is split into front and back. All of us can open reports, except one person. The only way they can open the report is...
View ArticleOracle Procedure convertion to DB2
Please help me to convert the below to Db2, I wrote this on Oracle but I lack the DB2 knowledge. BEGIN DECLARE CURSOR crd_data IS SELECT B.ACCOUNT_NUMBER FROM CHK_XXX1.ACCT B; TYPE ARRAY IS TABLE OF...
View ArticleEM12c: Add Target SQL Server 2008r2 failed
Dear All I have OEM12c on linux machine and trying to add non-host on target SQL server 2008r2. Applied plugin and added host successfully. While add non-host target i am getting the following error...
View Articlecannot send or receive an unsupported LOB
Hi, I new in oracle I have querry for conver from oracle to xml file select dbms_xmlgen.getxml('SELECT ALL MAITRE_APPL.MRC_TYPE_TRANSACTION_DETAIL.NUMERO,...
View ArticleOrdering by FIFO
I'd like to have my select statement spit out data in FIFO order, but don't know how to force that. Every time i change the order of column names in my select statement, my data comes out sorted by...
View ArticleTask List - Horizontal tasks
Hi all, I hope someone can help. I am trying to create a report that I can use as an interactive task list for students on a whiteboard in the hospital school where I work. I have made a few basic...
View ArticleHighlight control only in current record
I have a continuous form and to help user's eyes am highlighting the control that is active using the code in GotFocus and LostFocus events: Private Sub Highlight() On Error Resume Next...
View ArticleForm_Deactivate() Problem
All I want to do, is require to fill one control in subform in my form "FrmZlecenia". It is not simple because, I'm using overlap to navigate between active Forms. I wrote some code, but it works every...
View ArticleRestore DB
Good afternoon I'm new to the forum would like a information the possibility of restoring a backup performed on OS windows server 2008 r2 OS on Linux?
View ArticleSlow down with multiple users
I currently have a database that handles inventory control with consignment and billing that when 2 users run their front end files one of them slows down a second to easily 10-15 seconds depending on...
View ArticlePrinting Double Sided
Hi Everyone, Hope someone can tell me if this is possible and if so how to make it happen. I have a 2 page report in my DB that is printed by a button on a menu within the DB. The folks that utilize...
View ArticleHide cross tab if data is empty
Hello, is it possible to hide the cross tab if data from the database comes empty. i have a requirement which needs to hide cross tab if data is empty. Thanks
View ArticleAutomated Date for every 2 weeks
Hello There I have picked up some Oracle SQL which was originally built within a Business Objects query, where the user specified their own dates I now wnat to take the SQL and run it off a scheduler...
View Articlewhy can't I get GET DIAGNOSTICS compiled?
Hi, I am totally lost when I using GET DIAGNOSTICS. I just copied the example from IBM official site: http://pic.dhe.ibm.com/infocenter/dz...iagnostics.htm and my code is Code: DECLARE...
View ArticleDB2 - Array /Cursor Fetch
Having trouble in fetching the data to an array and then inserting to the table. Can any one tell what the issue in this? DECLARE CURSOR c1 IS SELECT * FROM CUST A FOR UPDATE; my_record CUST.%ROWTYPE;...
View ArticleDropping SP implicittly after rename the table
Hi I am facing one issue in db2 9.7.7 (Window) not tried on linux. When I rename the table all dependent stored procedure(in which any DML operation is being performed) are being dropped implicittly....
View ArticleNeed Help: Normalization
Good day, I'm having great difficulties understanding databases because I'm really new to it. Can someone help and possible teach me how to normalize this. For example, this is the main database of an...
View Articleformat 'create view' statement
Can you suggest some tool to format CREATE VIEW into something more readable? The ddl db2look generates is hard to read. Anything that is free and can be installed on AIX?
View Article