↧
Returning New Autonumber ID from Microsoft Access using ADO.NET and @@IDENTITY
Some things you hope you never have to know. Well today I needed to call a query in a legacy Access database (insert) and return the ID of the new record. I had some normal frustrations with...
View ArticleReturning flattened data from a SQL table containing pairs of rows
I like little challenges. The ones that don’t take all day to figure out, but are enough to capture your interest for a little while. Yesterday I had such a problem to solve. I had some data in a table...
View Article