This could be different depending on the database, which you didn’t specify. If you already have data in the table, you will probably need to create a stored procedure to generate the sequential number for the existing records, and then set a trigger up to auto-generate the number when new records are inserted.
There is a <a href=”http://www.eccouncil.org/chfi.htm”>Certified Hacking Forensic Investigator certification from EC Council</a> that can give you a good baseline for the steps. <a href=”http://www.sans.org/training/description.php?tid=2872″>SANS also has forensic courses</a>.
Have you applied the lastest PTF package? There are a lots of APARs opened for ODBC connection problems on V6R1 system version.
This looks like you have control element with data (emp.id) which absent from query underlying report. To print on separate page the data for each Employee ID number, add group by this column and set a page break at the beginning of this group.
As you know IT has several aspects and security is just one of them, in any case I strongly suggest you googling for certifications that document that you’re an expert.
Try this: <pre>SELECT username users, sql_text, Executions, loads, users_executing FROM sys.v_$sqlarea a, dba_users b WHERE a.parsing_user_id = b.user_id AND b.username LIKE UPPER(‘%&user_name%’);</pre>
Hi SQuirel SQL appears to be a Java SQL client type program running on your PC. We could tell you how to automate the running, capture, and subsequent download of a series of SQL statements on the AS/400 but this part of the forum probably cannot help with your SQuirel SQL questions. Perhaps you could [...]
Are you referring to different number of records in the resulting table than the query or are you referring to different column types created or different number of columns? If you formatted a numeric field, the corresponding column in the “made” table would be text. The same goes with date. Are you doing that?
I do not see any way to change the default range on the the year dropdown. I found that same code you did, but I do not think it is trying to tell us how to set the StartDateYear. I think StartDate is the name they gave their instance of the control. For instance, I [...]
Check the properties of these fields. Open the form in Design mode – click on the field & then right click . Then select property. Look the Row Source field and change/modify accordingly. If no luck – please provide more details. Is this Access 2007?
Can you be more specific? Is this an established cluster and you need to know more about using the cluster administrator? Or are you asking about installing a cluster? Also what OS are you working with? Where exactly do you need the assistance? Thanks.
More information is needed to give a good answer to this question. There could be many factors affecting the response time, and different actions could be necessary depending on the database you are using, which you didn’t specify. One common reason for slow queries is the lack of appropriate indexes, so I would recommend to [...]
<b>I just noticed an error in my code:</b> <pre>With rsMessageIn .Fields(5) = 1 ‘Set record uniqueness status .Update End With</pre> <b>Should be:</b> <pre>With rsMessageIn .Fields(0) = 1 ‘Set record uniqueness status .Update End With</pre> But this is irrelevant to my question, I am just correcting this for completeness! ———————— You are getting the error because [...]
For desktop support, they won’t get too technical. You should have experience with fixing and building computers, troubleshooting application issues, and working with the users. They will mostly ask you the common questions like where do you see youself in 5 years or what will you add to the company, to get a feel of [...]
There are SO many variables to consider. What area of the country? What country for that matter? What area of insterest or expertise do you have? I doubt anyone can give you a definitive answer to such a broad question. Try posting your resume on dice or monster and see what the interest is for [...]
Well, a simple-minded person like myself (IQ 154) would just run the query wizard and select only the field you want to see. You can print your list of records from the query or do whatever you have in mind. Juju
Microsoft Outlook is the program designed for this task — it’s not just an e-mail software, it’s for planning and tracking meetings and places the meetings on the invitee’s calendars. You can easily see who has accepted or declined the meeting invitation and you can set it up to remind people 30 minutes (or whatever) [...]
Alpfalpf I’m supposing that you had a good value for :SZIP and SINNME = %VALLEY% SELECT * FROM F0101JN WHERE ALADDZ = :SZIP C+ AND ABALPH LIKE :SINNME ORDER BY ABAN8 C/END-EXEC If I were doing it interactively I would have to type ‘%VALLEY%’ with the quotes so I expect the the value you need [...]
Oracle does indeed have if-then-else constructs as well as many other programmatic functions available in PL/SQL. I suggest you get some documentation so that you can learn allthe available options you have as well as correct syntax, etc.
I’m not sure I understand what you are asking. Are you asking how to open the file or how to get the file to the local PC? You can open the file on the IFS with Note pad, Word pad or Excel. If you are looking for how to get the file from the IFS [...]





