Re: Error in updating memo field
From: Aaron Bertrand [MVP] (aaron_at_TRASHaspfaq.com)
Date: 04/27/04
- Next message: S N: "Re: Error in updating memo field"
- Previous message: S N: "Can we store images in Access?"
- Maybe in reply to: S N: "Error in updating memo field"
- Next in thread: S N: "Re: Error in updating memo field"
- Reply: S N: "Re: Error in updating memo field"
- Messages sorted by: [ date ] [ thread ]
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/
- Next message: S N: "Re: Error in updating memo field"
- Previous message: S N: "Can we store images in Access?"
- Maybe in reply to: S N: "Error in updating memo field"
- Next in thread: S N: "Re: Error in updating memo field"
- Reply: S N: "Re: Error in updating memo field"
- Messages sorted by: [ date ] [ thread ]