Re: Error in updating memo field

From: Aaron Bertrand [MVP] (aaron_at_TRASHaspfaq.com)
Date: 04/27/04


Date: Tue, 27 Apr 2004 14:39:21 -0400


> adoCon.Open "DRIVER={Microsoft Access Driver (*.mdb)};uid=;pwd=; DBQ=" &
> Server.MapPath(DBase)

Stop doing this. Use an OLEDB connection.
http://www.aspfaq.com/2126

> rsNews.AddNew

Stop doing this. Use an INSERT statement.
http://www.aspfaq.com/2191

-- 
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/