My liberum beta installed in my server have this error:
Microsoft OLE DB Provider for SQL Server error '80040e07'
Conversion failed when converting date and/or time from character string.
/crm/Classes/clsParameter.asp, line 30
The error in the line 30 is: rsParam.Open strQuery, m_cnnDB
Could you please tell me what I do bad, I am new using liberum.
Thanks.
This error usually happens when you do one of the following things: attempt to insert a date in Access with ' delimiters; attempt to insert a date in SQL Server with # delimiters; attempt to insert a date in Access or SQL Server with no delimiters; or, attempt to insert a malformed date.