|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
BC30205: End of statement expected error
help! can someone pls enlighten me up! May i know whats wrong with e statements below??
strSQLQuery = "SELECT * FROM sample " & _ "WHERE "DT" > " & Start_DateTime.Text.ToString()& " |
|
#2
|
|||
|
|||
|
Try something like this:
Code:
strSQLQuery = "SELECT * FROM sample " & _
"WHERE DT > '" & Start_DateTime.Text.ToString() & "'"
|
|
#3
|
|||
|
|||
|
Thanks for e reply..
![]() |
![]() |
| Viewing: ASP Free Forums > Database > SQL Development > BC30205: End of statement expected error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|