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 TouchToneTommy 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 sanjaynahar

  1. sanjaynahar

    How to pass Unix command line variable to Informix SQL

    hi, well, u can write a file in different way file <ss> contains.. echo 'select * from ' $1 | dbaccess <database name> $sh ss <table_name> sanjay
  2. sanjaynahar

    Text datatype

    assume u r using dbaccess try &quot;load&quot; statement. sure it helps. sanjay
  3. sanjaynahar

    Query Help, urgent

    Try this out ... SELECT a.* FROM table1 a WHERE 0 = ( SELECT COUNT(*) FROM table1 b WHERE a.col_b = b.col_b AND a.col_c = b.col_c + 1 ) AND a.col_a > 1
  4. sanjaynahar

    Informix : PAssing Paramters to a shell script

    make one file contains :- dbaccess databasename <<!eot select * from $1 !eot may it help. Sanjay

Part and Inventory Search

Back
Top