Net work control file
I am trying to set up Paradox 8 on a new Windows 8 PC which is on a network. Does someone know how to change location of the Network pdoxusuerslock file. The new computer is pointing to a lock file on...
View ArticleHelp with update
I'm trying to run the following script and will not: update COR_DOF set VL_ALIQ_PIS = 0.01, VL_IMPOSTO_PIS = 1.12 from COR_DOF B JOIN COR_IDF A ON A.DOF_SEQUENCE = B.DOF_SEQUENCE AND A.CFOP_CODIGO IN...
View ArticlePlease can you take a look and reestablish the import for the order_item table
We have an automated import tool that automaticllay imports data from the IMS MySQL data base to Zoho reports. One of the tables has not updated since the 18th of July (this is odd as there have been...
View ArticleHow to structure a weird relationship
Hello, I'm new, recent softdev grad and I'm working on a project with a weird relationship. Trying to figure out the best way to structure a couple of tables. I feel like it's pretty easy but I can't...
View Articlesyntax error in sql subquery
Hey, I cant seem to find where the syntax error is in this SQL subquery. Code: (SELECT Peak FROM qryPrep AS Alias WHERE MonthlyDate = (SELECT Max(MonthlyDate) FROM qryPrep AS Alias2 WHERE...
View Articleexcel query
i am trying to replace a cells contents based upon the contents of another cel so if d1='absent' i want cell a1 to be "A" and fill red any ideas please?
View ArticleTroubleshooting from an error message
Hello DB2 friends. I have a terrible confession, I'm not good at reading an application error message and deriving what the problem with the database is. I am administering an old DB2 8 database...
View ArticleRun-time error -2147024809 (80070057)
I get the preceding error message when trying to open a specific report. below is the VB code with the highlighted (problem) text; Private Sub cmdOpenReport_Click() Dim stDocName As String astrParams...
View ArticleHow to derive this column for immediate duplicates?.
I have a requirement to derive a column based on the key columns by sorting the UPDATED_DT column. The key columns are DEPT_CD,STATUS,START_DT. I have tried all the Analytic functions but couldn't get...
View Article229 - Could not open or create a temporary file.
Hi I have a Informix 11 running on linux and I am trying to run below command dbschema -d db01 > t and getting below error and I did grant dba to the mentioned user DBSCHEMA Schema Utility...
View ArticleGenerate common sequence for a group of records
I'm trying to create a common sequence for a group of records by calling a database sequence. Sequence need to be generated based on DEPT_CD column. Input Code: DEPT_CD,STATUS,START_DT 100,Active...
View ArticleAscending order in numeric with char in db2
Hi, How can i numerical order in db2 database. for example i am using that format for Field1 Filed2 20AC PRO 299AC PRO 322AC PRO 49AC PRO 5AC PRO I would like to receive the numbers in the following...
View ArticleNot all the time Multipartition Tablespace better performance
Hi All, I have a shell script where a lot of batch job processing involve, such load into a temporary table, comparison and update and so forth. Once of the temporary table initially I created using...
View ArticleHOw to avoid deadlock,lockwait,locktimeout
Hi, This is narasimha how to avoid deadlock,lockwait,locktimeout in db2 ese 9.7. in my production server i am getting these types of errors. please provide solution for me Thanks and Regards Narasimha A
View ArticleOUTER JOIN in Microsoft Query Using Multiple Tables
I am trying to create a query in Microsoft Query to return data to Excel. My query has 9 tables and I need to perform an outer join on one of the tables. I get an error message saying I cannot perform...
View ArticleDynamic Select for Cursor -> %Rowtype not working
Hello, I'd like to write a procedure, which processes actions (mainly insert/delete), which an autocommit after a defined amount of actions. Therefore I've created a procedure, which takes a parameter...
View ArticleCorrect sequence to reboot servers with HADR
Hi, 9.7.6 / Linux Our SA needs to upgrade OS and reboot the servers. Two servers have DB2 with HADR setup. We don't need to switch roles, just temporary stop HADR on primary and standby, stop...
View ArticleUrgent Help needed
I Have 4 tables and I want to build a form in access in which I want to search for a particular string from all the 4 tables. So how should I build the search query and link the data to be searched...
View ArticleStored Procedure - Working SQL to Sybase 11
Hi All, I am needing some help using SYBASE 11 creating a stored procedure. I have a working one in SQL 2005 but having no luck getting one to work in SYBASE. Really need help grasping the different...
View Article