Forums

This topic is locked

ODBC Driver manager: SQLSetConnectAttr Error

Posted 20 May 2003 11:56:29
1
has voted
20 May 2003 11:56:29 gilberto gil42a posted:
Hello <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
I wrote an ASP page to insert a record into an ACCESS DB. Into the code-page there are recordsets and when I see my asp-page into the browser (local) I've this error:

Tipo di errore:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Funzione SQLSetConnectAttr del driver non riuscita.
/test/asp/maxwebportal/ins_studio.asp, line 131

the code is:

Set Recordset1 = Server.CreateObject("ADODB.Recordset"
Recordset1.ActiveConnection = MM_db_conn_STRING ' row 131.
Recordset1.Source = "SELECT * FROM [BDM SCHEDA]"
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 1
Recordset1.Open()

Can someone help me, please?
Tanks,
Gil.

Replies

Replied 20 May 2003 13:56:48
20 May 2003 13:56:48 Jonathan Danylko replied:
Did you select the Spanish driver on purpose? Just curious... <img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>

L8R,
Vitoman, M CIW D, MMCP
----------------------------------
He conquers who endures. - Persius
Replied 20 May 2003 14:56:37
20 May 2003 14:56:37 gilberto gil42a replied:
Hy Vitoman,
what does it means? I don't know...

<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Did you select the Spanish driver on purpose? Just curious... <img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>

L8R,
Vitoman, M CIW D, MMCP
----------------------------------
He conquers who endures. - Persius
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

Reply to this topic