I am attempting to upgrade myself from VB6 to 2008. I am having trouble however wrapping my head around how SQL is queried in 2008. It appears that gone is the way of assigning an ADO on the form and simply building query statements in a Data form that references the ADO. Everything appears to be handled directly from the code now, which is not a bad thing, just confusing at first.
I would love to be able to still use an ADO "build" query method as I transition over, if there is one. If not, can someone please break down line by line achieving a connection to a SQL server through to a "Select * From <table> Where (blah = blah) so that I can learn the near methodology? I'd appreciate any remarks in the code that explains the new functions.
I would love to be able to still use an ADO "build" query method as I transition over, if there is one. If not, can someone please break down line by line achieving a connection to a SQL server through to a "Select * From <table> Where (blah = blah) so that I can learn the near methodology? I'd appreciate any remarks in the code that explains the new functions.