Forum Moderators: phranque
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near '='.
/dvd/dvd_current.asp, line 12
<%
Set DVD_Current = Server.CreateObject("ADODB.Recordset")
DVD_Current.ActiveConnection = MM_SlantDB_STRING
DVD_Current.Source = "SELECT * FROM DVD WHERE Current = True Order by date desc"
DVD_Current.CursorType = 3
DVD_Current.CursorLocation = 2
DVD_Current.LockType = 1
DVD_Current.Open()
%>