
[ODBC Driver Manager] Driver's SQLSetConnectAttr failed
Hello people!!
I need some help with this error I keep getting. Be aware I am a newbie.
This is the error:
Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
////// 'THIS is the error description from my connection object
Microsoft OLE DB Provider for ODBC Drivers error '80040e07' //////I AM
PRETTY SURE THIS WILL GOAWAY WHEN I ESTABLISH A PROPER CONNECTION?
[Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria
expression.
/apartments1/addme.asp, line 89
this i sthe part of the script that creates the error. the funny thing
is that it does not cause error in my other asp pages???
Set conn = Server.CreateObject("ADODB.Connection")
conn.open "collectiveconcepts1","",""
Set Session("collectiveconcepts1_conn") = conn
I do not know why this happens here and not in my other pages!!!
in case it matters...
If I could get past this problem the rest of the script which is reading
posts will insert a new record into the database (Access 97)
Help!!!! if you could provide me with some tips ......
Thanks!
Gregorio