Results 1 to 2 of 2

Thread: VB.NET DataSet Updates

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2002
    Location
    London
    Posts
    2

    VB.NET DataSet Updates

    In my SQL database I don't allow any INSERT, UPDATES or DELETES to be perform by any other user than the DBO.

    So to perform these actions I need to be able to call a stored procedure when calling the DataSet.Update method.

    Anybody got any ideas on how to do this. The Microsoft Not So Helpful Files are shedding no light.


    Cheers

    Gary

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    You can set your own UpdateCommand for the dataset at runtime, which can be a storedprocedure.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width