MSCAL.OCX & MSCOMCT2.OCX are two OCX we generally used for Calendar utilties. But these two needs license to use.
This comes with MS Access software. It was free along with MS Office/Access 97 but later it is been copyrighted.
So in your case , the previous version is over wiritten
with the...
yep, no problem , even the whole thing is working perfect ,
I'm getting error message when I'm trying to change this
" ( WFCTOTAL.DURATIONSECSQTY <> 0 ) AND " to
( WFCTOTAL.DURATIONSECSQTY >= 0 ) AND or
( WFCTOTAL.DURATIONSECSQTY = 0 ) AND or
( WFCTOTAL.DURATIONSECSQTY > 0 ) AND...
PB8.0 and MSSQL server 8.0 ,
I'm getting error : Invalid Coulmn Name "colname"
where as the same script is running Ok in Query Analyser in
MS-Sql.
Do anybody have any idea /solution ?
Thanks in advance !
Have you defined the DB profile in your PB ?
If yes then check all the fields , like catelog owner etc .
In SQL the table owner by default is dbo .
Best of luck ...
The script for the packages/function is like shown below.
//---------------
BEGIN
IF cmo_utilities.cmo_calculate_massive THEN
dbms_output.put_line(' Recalculate Process finished successfully ');
ELSE
dbms_output.put_line(' Recalculate Process has errors. Please check...
You can use PB9.0 ....even though u have to change a lot but reduce a lot of scripting as so many new PB functions
are included along with multiuse etc.
good luck..
there are different ways to do this things depending on different scenarios. I don't know what ur expecting to do ....
# If you just simply want to import from a file(txt without headers) then I think the database itself provide tools/menuoptions to import .
#But if ur importing data from a...
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.