I have a test server hosting several sites using SQL Server Express and SQL Management Studio Express. <BR><BR>I've seen one site have an occasional issue where queries to a particular table (the ...
I have a table called PurchaseOrder, each row in that table has a unique auto incrementing field named ID. I simply want to get the highest ID and assign it to a string variable in VB .Net - I can't ...