Re: Disconnected Recordset
what's the error you are getting? what kind of recordset are you opening in the dll? if you open a readonly cursor in the dll and then return that to the client - yuo still can't update it. you'll have to open a dynamic cursor in the dll, send it back, do your updates (your example code is fine) and then send it back to the dll, and then back to the database.
John
John Pirkey
MCSD
http://www.ShallowWaterSystems.com
http://www.stlvbug.org
Re: Disconnected Recordset
Thanks for Helping.I was trying an un specified cursor.Now i have use Dynamic Cursor problem have solved.
Life is Temporary