Recent content by Damo

  1. D

    Problem with TOracleScript

    I have a problem with converting defined Varialbles in TOracleSript-component. Please see example: DEFINE UsrFrom = USER1 DEFINE UsrTo = USER2 insert into USER2.tb_price(id,shop_id,day_of_week) (select &UsrTo..seq_price.nextval,shop_id,day_of_week from USER1.cvt_pagamenti) ORA-00923: FROM...
Back
Top