Hello, Found your answer from Jane Hunt on … http://www.dbmonster.com/Uwe/Forum.aspx/informix/2034/Re-Error-100 From the Informix Error Messages manual: 100 No matching records found. The database server did not find any more data. This message is an ANSI-standard SQLCODE value. If you attempted to select or fetch data, you encountered the end of the data, or no data [...]
You can go many different ways; so without knowing your 200 codes, I can give a preferred suggestion; but it may not work for your situation. If the characters are a consitent length, you could use queries and tables to get what you need. Example: Make a table called ActionTable and add columns Action and [...]
Simply link the table (Get External Data – Link) from the history database into your current database. Say the table in current is Work and you would link WorkHistory from the history database. Now both databases are in you main application database. Then as the work is compelete, you could make an append query to [...]
Most of the biometric machines come with a base software and most of these software are able to give the data in raw format (text, csv, excel etc,) that can be uploaded to some database (through automated process or manually) and processed for various purposes.
METHOD is a reserved word in SQL. Naming convention suggests that you prefix all of your column names with an identifier. This could be related to the table name, so you could use something like AS_Employee, AS_Date etc
First, your program will need to determine which file (and fields) the user wants. You may need to query the system file SYSCOLUMNS to help with this. Then you will need to dynamically write the SQL statement into a variable in the program, use that variable in a PREPARE statement, and use that to DECLARE [...]
This is one of the potential issues when using merge replication. Within the Publication properties you should be able to set the identity range size. When merge replication fires up it assigns a range of IDs to each server. These IDs are the ranges which should be used by each server when new records are [...]
Hi, <a href=”http://krypton.mnsu.edu/~j3gum/web/as400/intref.html”>Maybe this will help</a> Regards, Martin Gilbert. Hired to do what? Adminstration?
two links that can help you in understanding basics about crosstab in mysql are: 1. <a href=”http://lists.mysql.com/mysql/183114″>mysql.com</a>: http://lists.mysql.com/mysql/183114 and 2. <a href=”http://www.mysqltalk.org/crosstab-in-mysql-vt157209.html”>mysqltalk.org</a>: http://www.mysqltalk.org/crosstab-in-mysql-vt157209.html
One solution is that you can open this delimited file in excel and change the separator from backslash to comma.
It is not too late to change your stream from Java to SAP ABAP. Maybe initially you might not get a lucrative break but otherwise future is good in ABAP.
Customer Service experience and engineering background will be an added advantage for your future in SAP MM.
You probably need to write a SQL query to do this. Try something like this: select * from service_call where customer_id = form.customer_id and call_date = (select max(call_date) from service_call where customer_id = form.customer_id);
Dear Sir: As an “aging baby boomer” (like myself: I’m 56) you will be at something of a disadvantage in the job market, mostly because employers prefer to hire people in their 30s and 40s (enough experience to be useful, still junior enough on the career path not to be too expensive). If you can [...]
Dear Sir or Madam; Sometimes short questions like yours imply a world of additional information; always they fail to include it. In the absence of more specifics about exactly what it is that you’re currenty doing, what you do and don’t like about it, and what’s impelling you to move away from that work I [...]
Hi, Please see website for commands to use… http://www.itjungle.com/fhg/fhg032404-story02.html
The syntax for a normal join (equi-join) is similar to a non-equi-join where the criteria statement simply has an inequality vs. an equality. For example an equi-join usually looks like this: select * from tablea join tableb on tablea.key = tableb.key; a non-equi-join looks like this: select * from tablea join tableb on tablea.key <> [...]
A DBF file is typically a dbase file (where dbase is a specific database platform seperate from Microsoft SQL Server). I suppose that it’s possible that you could fire off a command via the linked server to create or modify an index via a linked server to the dbase system, however that wouldn’t be recommended. [...]
I believe you can be successful in a position with SAP. If they are willing to train you upon hiring, chances are they will (re)train you if business trends change. The recent article <a href=”http://www.albawaba.com/en/countries/UAE/233755″>SAP Named Global Market Share Leader in Business Solutions</a> cites Gartner rankings to back up SAP’s value as an employer. Best [...]
The problem is the IS_NULL functions that I pointed you towards. I didn’t release the data types in the prior post. You can’t have a blank value in a field which is a numeric data type (of which the money data type is one). Try changing the IS_NULL functions to this. <pre>SELECT DISTINCT oas_balance.cmpcode, oas_balance.el1, [...]





