Capricorn
10-27-2003, 11:05 PM
I have this error:
Error Type:
Microsoft JET Database Engine (0x80040E14)
Syntax error in FROM clause.
My codes is:
Dim path
path = "C:\Inetpub\wwwroot\MyProj\XMLDATA\FLASH\"
sql = "Select * FROM flash WHERE" & path & "file_name = '" & Request.Form("fileload") & "'"
Can someone help me fix this error asap?thanks
Error Type:
Microsoft JET Database Engine (0x80040E14)
Syntax error in FROM clause.
My codes is:
Dim path
path = "C:\Inetpub\wwwroot\MyProj\XMLDATA\FLASH\"
sql = "Select * FROM flash WHERE" & path & "file_name = '" & Request.Form("fileload") & "'"
Can someone help me fix this error asap?thanks