Sorry eigentlich ging es mir darum:

ADO could not find the object in the collection corresponding to the name or
ordinal reference requested by the application.

Beim Versuch
oRs.Properties("Update Resync") = adResyncAutoIncrement
zu setzen.

Scheint so, als ob er meint, da� "Update Resync" ein Feld ist....

Im gesamten so:
   Set oRs = Server.CreateObject("ADODB.recordset")
   Set oRs.ActiveConnection = oConn
   oRs.Source = strSQL
   oRs.LockType = adLockOptimistic
   oRS.CursorType = adOpenForwardOnly
   oRS.CursorLocation = 2 'server
   oRs.Properties("Update Resync") = adResyncAutoIncrement
   oRs.Open

Ich finde keine passenden Infos auf der msdn...
Mansur


| [aspdedatabase] als [email protected] subscribed
| http://www.aspgerman.com/archiv/aspdedatabase/ = Listenarchiv
| Sie k�nnen sich unter folgender URL an- und abmelden:
| http://www.aspgerman.com/aspgerman/listen/anmelden/aspdedatabase.asp

Antwort per Email an