Torrey’s Blog

My Application Development Ramblings

It’s not that peachy Microsoft!

May29

In my last post I blogged about n-tier development and updating a dataset through a web service. Later that night I found the link from Microsoft showing how to update data through a web service. Well, I tried it out the next morning…Life is not as simple as they make it look! Trying to update that way ended up making my web service complain about the dataset not being the correct type, so I ended up using my first method. I also ended up adding a little extra flavor to the update webservice method so it’ll handle inserts, deletions, and updates. If I get the chance today I’ll post up the source code for that on my blog and also the snippets section of this website.

Happy coding, it’s almost the weekend!

2 Comments to

“It’s not that peachy Microsoft!”

  1. On June 4th, 2008 at 12:51 pm blacklocist Says:

    Something that I did notice in the .Net is a piece of code can work for like 99 times but the 100th time it will throw a error. Happens very rarely but weird.

  2. On June 4th, 2008 at 10:19 pm Torrey Says:

    I’ve had that happen a few times already over the last year. Generated code doesn’t always come out the way it should either. Yesterday, I was using a grid control and for some odd reason two seperate times it decided to create 2 scroll regions. The very first time it happened I thought maybe it was a GDI bug or I went cross eyed from seeing double grids.

You must be logged in to post a comment.