I have to make a data grid in VB based off some SQL statements. However, the client wants the results in columns instead of rows. What's the easiest way to do this with standard (ie- not purchased) ...
I have been doing small programs in VB for a while, and when querying databases I usually set everything up in code, manually setting up my Workspace, Database and Recordset objects. I will set up an ...