Results 1 to 2 of 2

Thread: [RESOLVED] [2005] Filling a typed dataset

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Dec 2001
    Posts
    1,331

    Resolved [RESOLVED] [2005] Filling a typed dataset

    Hello,

    I have a typed dataset.

    I am trying to fill the typed dataset from a datset that is returned from a web service.

    Code:
    Me.DsOrders.customers = ws.getCustomers()
    However, the error message I get is: "customer table is read-only"

    Is there any way you can fill a typed dataset table like this. This works fine with a untyped dataset. However, I have already done this project using typed and too late to change now.

    Many thanks for an suggestions.

    Steve
    Last edited by steve_rm; Oct 5th, 2007 at 03:18 AM.
    steve

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