Small problem with Private Messenger. It is impossible to send the message from Private Messenger directly on the my email the address
:
Microsoft OLE DB Provider for SQL Server error '80040e14'
Incorrect syntax near the keyword 'WITH'.
/videomax/wwforum/pm_email_pm.asp, line 103
The reason - a mistake in SQL inquiry in line 91 files pm_email_pm.asp.
String 91: "FROM " & strDbTable & "Author, " & strDBNoLock & " " & strDbTable & "PMMessage " & strDBNoLock & " " & _
If to copy inquiry so all works:
String 91: "FROM " & strDbTable & "Author " & strDBNoLock & ", " & strDbTable & "PMMessage " & strDBNoLock & " " & _