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 wOOdy-Soft 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 sushanth04

  1. sushanth04

    Insert data into a TEXT column.

    I need to insert data in to a column of TEXT datatype through a sybase stored procedure.Since a variable of TEXT type cannot be declared inside a stored procedure ,I declared 2 varchar(255) and finally concatenated them and used it in the insert statement. But I find the datas after 255th...
  2. sushanth04

    Output to a file from sybase stored procedure ?

    Hi I need to query data from a couple of tables and write the result sets into a file using a stored procedure.I am new to sybase.Please help. Regards Sushanth.B

Part and Inventory Search

Back
Top