Crystal 9
Need a counter variable to start at 902 instead of 0. Does anyone know how to do this?
My formula looks like this
WhileprintingRecords;
NumberVar counter;
If not isnull(GroupName ({SERVICE.START_TIME}, "by hour")) Then counter := counter + 1
I added a call in my shell script to reference the profile file. I also, still had to add ksh to my CRON task schedule. If I didn't add ksh, it would not run. Weird.
. /etc/profile
Thanks everyone!
SC0 7.1
CRON schedules jobs correctly, except for one. Below is the problem entry. Also, below is the CRON log file. There is no problem executing this from the command line manually.
#Load Table
25 11 * * * sh /data/loaddata.sh
CMD: sh /data/loaddata.sh
> root 10904 c Tue Feb 1...
Thanks for feedbacks.
I used Access to link the two tables and created a query to perform inserts. Man, it would take 4 hrs to complete the job. Does anyone know if ADO is being used when using an Access query to perform an insert?
One of the reason I preferred avoiding using sqlldr was my...
How would the code like if I needed to get the results from the first database to the second database. For example I can get the recordset from my MS SQL databse, but how do I pass these records over to the Oracle connection to perform an insert of these records?
In the "Change Group Options" window, select the "Common" Tab". In the Common Tab, select "In Specified Order." In the "SPecified Order" Tab, select the account numbers you will always need to group by. In the "Others' Tab, select "Discard All Others."
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.