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!

Search results for query: *

  • Users: prosenjit
  • Content: Threads
  • Order by date
  1. prosenjit

    Calling a Crystal Report From PB 7.0

    Hi all, Need your help. I need to run a Report bulit using Crystal Reports from Powerbuilder 7.0. The clicked script of a button should do the job. If I run the .exe from the command line it asks to print to window or to the printer. That is Ok. But as soon as I choose the radio button...
  2. prosenjit

    Object Creation parameters

    << CREATE TABLE CC_ACCOUNTS ( ACCOUNTNO NUMBER (20) NOT NULL, ACCOUNTDESC VARCHAR2 (100), FIRSTNAME VARCHAR2 (50) NOT NULL, MIDDLENAME VARCHAR2 (50), LASTNAME VARCHAR2 (50), ADDRESS1 VARCHAR2 (100) NOT NULL, CITYID...
  3. prosenjit

    Object Creation parameters

    CREATE TABLE DEPOSIT ( DEPOSITINTTRANID NUMBER (20) NOT NULL, INTAMNT NUMBER (10,4) NOT NULL, INTCALCDATE DATE NOT NULL, DEPOSITTRANID NUMBER (20) NOT NULL, PRIMARY KEY ( DEPOSITINTTRANID ) USING INDEX TABLESPACE USR PCTFREE 10...
  4. prosenjit

    UTL_TCP

    Dear All, This is my Oracle client configuration << Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production PL/SQL Release 8.1.5.0.0 - Production CORE Version 8.1.3.0.0 - Production TNS for Solaris: Version...

Part and Inventory Search

Back
Top