Forum: VB.NET Oct 17th, 2008 |
| Replies: 3 Views: 2,107 Problem solved thanks to help from timothybard
Tim you pointed me in the right direction, actual string ends up as follows.
Thanks
Dim selstrHISTORY As String = "SELECT... |
Forum: VB.NET Oct 17th, 2008 |
| Replies: 3 Views: 2,107 I have been using the below SELECT string for some time and it has worked well, I now need to add a SUM and GROUP BY to this string and have not been able to get it to work.
Dim selstrHISTORY As... |