Re: Error in updating memo field

From: S N (uandme72_at_yahoo.com)
Date: 04/27/04


Date: Wed, 28 Apr 2004 00:16:24 +0530

I wonder if ODBC connection is so error prone?

"Aaron Bertrand [MVP]" <aaron@TRASHaspfaq.com> wrote in message
news:e8ro2bILEHA.3428@TK2MSFTNGP09.phx.gbl...
> > 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/
>
>



Relevant Pages

  • Re: Error in updating memo field
    ... I wonder if ODBC connection is so error prone? ... Use an OLEDB connection. ... > SQL Server MVP ...
    (microsoft.public.inetserver.asp.db)
  • Re: Error in updating memo field
    ... I wonder if ODBC connection is so error prone? ... Use an OLEDB connection. ... > SQL Server MVP ...
    (microsoft.public.inetserver.asp.general)
  • Re: VB6 CR8 OLEDB
    ... > With CR8, i transform all ODBC connection by OleDB connection. ...
    (microsoft.public.vb.crystal)