Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by asever

  1. asever

    Install 8.1.7 client on winxp

    Hi, Necokat, Delete file 'SYMCJT.DLL' from Oracle8i distributive. Regards, AS
  2. asever

    Help! CR8.5+Oracle8i+View+Union

    Hi all again, It isn't dark magic, it's a date format. See to me: create view v_aaa as select 0 code, f1, ... from t1... where d<=to_date('00.00.0000','DD.MM.YYYY') ... union all select 50 code, f1, ... from t2... where d<='00.00.0000' ... So, the second part view CR don't get. But SQL+...
  3. asever

    Help! CR8.5+Oracle8i+View+Union

    Thank you all for help! It's voodoo magic, I cannot understand it. For test I created a view (just view with union), CR worked...
  4. asever

    Help! CR8.5+Oracle8i+View+Union

    Hi, I had create a view with union operation. The view have static field, exm: create view v_aaa as select 0 code, f1, ... from t1... where ... union all select 50 code, f1, ... from t2... where ... Ok! In Crystal Report 8.5: select code, f1 from v_aaa odrder by f1 So, CR don't fetch...

Part and Inventory Search

Back
Top