|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
ASP/Access No record returned
Hi,
I have this on my asp page SELECT * FROM company WHERE comName LIKE '*Tech*' If I run it against Access then it returns a few records but within my ASP page, no record is returned. Why and how to fix it? Thanks, J- |
|
#2
|
|||
|
|||
|
When using LIKE in SQL, % is the wildcard and not *.
|
|
#3
|
|||
|
|||
|
Works. thanks. That is strange.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > ASP/Access No record returned |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|