|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
Missing operator
SELECT SkillNo, SkillName FROM [Skill] WHERE SkillName = " & oRs.Fields(lngCol).Value
whats wrong with this |
|
#3
|
|||
|
|||
|
I vould guess that oRs.Fields(lngCol).Value is undefined.
You should echo the value of the string before the execution Code:
q = "SELECT SkillNo, SkillName FROM Skill WHERE SkillName = " & oRs.Fields(lngCol).Value response.write "SQL: " & q & <br> response.end |
![]() |
| Viewing: Dev Shed Forums > Databases > MS SQL Development > Missing operator |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|