Guest_imported
New member
- Jan 1, 1970
- 0
Hi
I using MSVisual InterDiv and working in ASP page
and I wrote there lines in VBscript to select from
a table ( Table ) :
Sub Button1_onclick()
Rec1.close()
Dim Str
Str="select * from Table where "+List1.getValue()+" like '"+txt.value+"'"
Rec1.setSQLText(Str)
Rec1.open()
End Sub
----And when I view it in browser ( Explorer 5.0 ) and click on the button
this error Massage Appears :
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access 97 Driver] Syntax error in FROM clause.
/Prj2_Local/_ScriptLibrary/Recordset.ASP, line 466
……
So cloud you help me to find the reason of this error
I using MSVisual InterDiv and working in ASP page
and I wrote there lines in VBscript to select from
a table ( Table ) :
Sub Button1_onclick()
Rec1.close()
Dim Str
Str="select * from Table where "+List1.getValue()+" like '"+txt.value+"'"
Rec1.setSQLText(Str)
Rec1.open()
End Sub
----And when I view it in browser ( Explorer 5.0 ) and click on the button
this error Massage Appears :
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access 97 Driver] Syntax error in FROM clause.
/Prj2_Local/_ScriptLibrary/Recordset.ASP, line 466
……
So cloud you help me to find the reason of this error