Multiple Insert Help...
am 09.11.2007 16:16:08 von Mangler
I have a page that will populate information from a "reference" table
in the DB (SQL) like this:
sku qty
123 10
111 10
222 10
333 10
This information will be different each time the page is visited based
on the variable they submit. So next time it may show 20 records. My
question is how would I go about inserting this data to the DB? Can
anyone point me in the right direction to get me started?
Re: Multiple Insert Help...
am 09.11.2007 16:23:57 von exjxw.hannivoort
Mangler wrote on 09 nov 2007 in microsoft.public.inetserver.asp.general:
> I have a page that will populate information from a "reference" table
> in the DB (SQL) like this:
>
> sku qty
> 123 10
> 111 10
> 222 10
> 333 10
>
>
> This information will be different each time the page is visited based
> on the variable they submit. So next time it may show 20 records. My
> question is how would I go about inserting this data to the DB? Can
> anyone point me in the right direction to get me started?
Use a
Re: Multiple Insert Help...
am 09.11.2007 17:00:45 von Mangler
On Nov 9, 10:23 am, "Evertjan." wrote:
> Mangler wrote on 09 nov 2007 in microsoft.public.inetserver.asp.general:
>
> > I have a page that will populate information from a "reference" table
> > in the DB (SQL) like this:
>
> > sku qty
> > 123 10
> > 111 10
> > 222 10
> > 333 10
>
> > This information will be different each time the page is visited based
> > on the variable they submit. So next time it may show 20 records. My
> > question is how would I go about inserting this data to the DB? Can
> > anyone point me in the right direction to get me started?
>
> Use a