ChrisRChamberlain
Programmer
Hi all
If you use code in the style of
in a .sql file to populate a table, what limits are there, if any, on the length of the string and therefore the number of records that can be inserted?
TIA
PDFcommandertm.net
PDFcommandertm.com
If you use code in the style of
Code:
INSERT INTO 'tablename' ('TOWN','COUNTY','POSTCODE') VALUES
[tab]('Arundel',West Sussex','AR'),
[tab]('Stroud','Glos','GL'),
[tab]...
[tab]...
[tab]('Wells','Somerset','WE');
TIA
FAQ184-2483 - answering getting answered.
Chris PDFcommandertm.net
PDFcommandertm.com