I’m building a program to manage a group of PC’s worldwide
They are all stored in an acees database
The program is written in Visual Studio basic
This is the querie i run:
SELECT * FROM SidePC WHERE Hostname Like “NLYBSTQVP4W*”
When i Run it directly in MS Acces , it works like expected
But in my application the result set is empty
When i use the query SELECT * FROM SidePC, i get a lot of results
Or when i give an excisting Hostname without the * it also works
I use Miscroft ActiveX Data Objects to connect to the database