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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sygeate

    type array in Sybase

    Thanks JeanNiBee. Sy.
  2. sygeate

    type array in Sybase

    Hello, Can I define a type array in Sybase and how? Cheers Sy.
  3. sygeate

    Mutating tables

    Hi, I had this kind of issue. The solution I found was to use a view with a 'Instead of' trigger (available from Oracle 8) on it. e.g: --table create table SY_T1 ( c1 number, c2 varchar2(100) ); -- view create view SY_V_T1 as select * from SY_T1; --trigger on view create or replace trigger...

Part and Inventory Search

Back
Top