Greg Robinson's Blog
I report it, you decide
-
DataAdapter.Update...how to handle inserts into multiple tables
When users add a new record in our app, we need to do an insert into 5 sql server tables. This insert needs to run in a transaction, and, if one insert fails, we need to do a Rollback on all the Inserts. The first 4 inserts return keys that are used as part of the last insert. Meaning, prior to doing the last insert, we need the key values from the first 4 inserts.
-
DAAB V 2.0 and Updates
This version adds code for Updates like this:
-
Richmond, VA .NET Users Group is growing
We are pleased to announce that the Richmond.NET User Group has been accepted to the International .NET Association (INETA).
-
And I thought my grammar was poor....
Just saw this exception for the first time
-
Describing .NET to clients
I saw a blog on this recently, but I cannot find it now. Can someone refer me to the blog, or, in your best laymen words, give me a paragraph or two on how you describe .NET to your clients? This is to a client who is not technical.
-
DataBinding and ReadOnly attributes
It seems most our our woes with DataBinding and updates\inserts have been related to ReadOnly elements in our schema.
-
Lets welcome aboard a new blogger
He is not an ASPNetWebBlogger, however lets welcome Michael Richardson to the blogging community:
-
'Newly Added File' and VSS
So, we have a handful of files in our project that we do not want to check into VSS. We see this pretty little red check next to them stating 'Newly Added File' and, every time we do a project check in, we have to make sure we unselect these files.
-
Richmond VA .NET UG Domain
-
Follow up: Richmond, VA .NET Users Group
Thanks for the overwhelming replies! Wow, never knew there were so many .Netters in the area.