User Profile

Collapse

Profile Sidebar

Collapse
Jared Grant
Jared Grant
Last Activity: Mar 16 '08, 05:58 AM
Joined: Aug 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I am trying to read the parameters not the return value. But good tip, I will use that in the future.
    See more | Go to post

    Leave a comment:


  • Jared Grant
    started a topic Read ouput parameters from stored procedure.
    in .NET

    Read ouput parameters from stored procedure.

    I am trying to find the value from some output parameters from a stored procedure. I have tried several different methods but somehow cannot get it to work. here is my source code:

    dim dr as ODBCDataReader
    Dim comm as New ODBCCommand("{c all jgrant_awcconne ct..edit_equipm ent (?, ?, ?, ?, ?, ?)}", conn)

    comm.parameters .add("@equipmen tId", System.Data.Sql DbType.bigint)
    comm.parameters ("@equipmentId" ).Direction...
    See more | Go to post

  • Raise event from master page and pass variable to content page

    Hi All,

    I am trying to raise an event from the masterpage and pass down a variable to the content page. the variable that is being passed is a date from a calendar held on the masterpage. I have read several online articles regarding raising events but I could not get the sample code to work. Can anyone get me going in the right direction?
    See more | Go to post
No activity results to display
Show More
Working...