From: Benedykt on 4 May 2010 13:28 Hello, in Postgresql I can use function generate_series to create many rows: http://www.postgresql.org/docs/8.1/static/functions-srf.html Does MS Access has any similar function?
From: John W. Vinson on 4 May 2010 13:40 On Tue, 4 May 2010 10:28:51 -0700 (PDT), Benedykt <psobolewski(a)fiokware.com> wrote: >Hello, > >in Postgresql I can use function generate_series to create many rows: >http://www.postgresql.org/docs/8.1/static/functions-srf.html > >Does MS Access has any similar function? Not explicitly but it would be easy enough to write one; open a recordset and use a DO loop to write multiple records. -- John W. Vinson [MVP]
|
Pages: 1 Prev: hi Next: URGENT Trouble with “… attempting to change the same data ...” |