You'd probably be better off using the prepare() and execute() _methods_ as
described in the fine manuals.  Run 'perldoc DBI' to see some examples.

Placeholders would also be a good idea to limit the opportunity for
ill-intentioned users to slip and extra SQL statement in on you.
--
Mac :})
** I normally forward private database questions to the DBI mail lists. **
Give a hobbit a fish and he'll eat fish for a day.
Give a hobbit a ring and he'll eat fish for an age.
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 23, 2001 6:08 AM
Subject: FW: How to add records to Access


> just do a DO command with an INSERT query.
>
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > > Sent: 23 April 2001 13:58
> > > To: [EMAIL PROTECTED]
> > > Subject: How to add records to Access
> > >
> > >
> > > Can anyone tell me how  to add records to an MS ACCESS database?
> > > I  am using Perl/DBI/CGI to access the db.


Reply via email to