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 sdamle

  1. sdamle

    Source Control Tools with Remedy

    Has anybody used SourceSafe, ccHarvest(?) with Remedy? Cany you guide me to a place where I can find some information on it?
  2. sdamle

    Convert a stored UNIX-Timestamp

    Here is the script: SELECT to_char(new_time( to_date('01011970','ddmmyyyy') + 1/24/60/60 * <the number>, 'GMT', 'EDT' ), 'dd-mon-yyyy hh24:mi:ss' ) from dual
  3. sdamle

    How to write Stored Procedure that gives multiple rows?

    Thank you guys very much. I will give it a shot and let you know how it goes. Appreciate all your help.
  4. sdamle

    How to write Stored Procedure that gives multiple rows?

    Actually I want to know both. Writing a stored procedure that gives multiple rows and then execute it through VB and display the rows.
  5. sdamle

    How to write Stored Procedure that gives multiple rows?

    I want to write a Stored Procedure that gives me multiple rows of data and execute it in VB. Can you tell me how to do that? Your help is greatly appreciated.

Part and Inventory Search

Back
Top