W
Wayne Gibson
Hi,
Was wondering if anybody could help.
I'm looking to add a lots of records to an access database, but it looks
like I'm going to have to insert them one at a time!!!
Looks like I'm going to have to do this for each new record..
Insert into Database(<fields>) VALUES(<values>)
Was wondering if there was anything similar to the MySQL Implementation
where I can add several new rows in one SQL command.
Many thanks
Wayne
Was wondering if anybody could help.
I'm looking to add a lots of records to an access database, but it looks
like I'm going to have to insert them one at a time!!!
Looks like I'm going to have to do this for each new record..
Insert into Database(<fields>) VALUES(<values>)
Was wondering if there was anything similar to the MySQL Implementation
where I can add several new rows in one SQL command.
Many thanks
Wayne