ASP.NET VB code doesn’t retrieve the same records like the similar MS Access VBA code (with the same criteria)
I am migrating from MS Access to ASP.NET. The following code should find the data for them exists a photo. In MS Access, it finds multiple rows, but in ASP.NET, it only returns one row (because the rows are all the same data (duplicates) only the pictures found are different).
ASP.NET VB code doesn’t retrieve the same records like the similar MS Access VBA code (with the same criteria)
I am migrating from MS Access to ASP.NET. The following code should find the data for them exists a photo. In MS Access, it finds multiple rows, but in ASP.NET, it only returns one row (because the rows are all the same data (duplicates) only the pictures found are different).