Hi,
Can't figure out why this works:
Dim RS3 As ResultSet = Main.SQL2.ExecQuery("SELECT Fullpath, Filename, Size, Date, Time FROM DblFiles WHERE Fullpath = 'C:\temp\{C}\'")
But this does not, while the variable beholds the same string:
Dim RS3 As ResultSet = Main.SQL2.ExecQuery("SELECT...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.