Connecting Tech Pros Worldwide Help | Site Map

Inserting data into a database

  #1  
Old July 23rd, 2005, 10:35 PM
Ria Van Heerden
Guest
 
Posts: n/a
How do I insert data from one form into two tables in a database?

I am working with ASP pages and a MSSQL database

Please let me know if one of you have done this before and how this is
possible

Kind Regards
Ria


  #2  
Old July 23rd, 2005, 10:35 PM
Razzbar
Guest
 
Posts: n/a

re: Inserting data into a database


You'd have better luck in a newsgroup that deals with ASP and mssql
databases. Your question has nothing to do with JavaScript, what you
want to do happens at the server, not the browser.

Sorry, I don't know of a newsgroup that deals with ASP and MSSQL, but
you might be able to find one on groups.google.com

  #3  
Old July 23rd, 2005, 10:35 PM
Lee
Guest
 
Posts: n/a

re: Inserting data into a database


Ria Van Heerden said:[color=blue]
>
>How do I insert data from one form into two tables in a database?
>
>I am working with ASP pages and a MSSQL database
>
>Please let me know if one of you have done this before and how this is
>possible[/color]

This question might get a better response if you ask it in a newsgroup
that has something to do with ASP pages and/or databases.

Good luck

  #4  
Old July 23rd, 2005, 10:35 PM
Ria Van Heerden
Guest
 
Posts: n/a

re: Inserting data into a database


Thanks for replying ... you are right ... I have been putting in way to much
hours on this project and did not even think of looking at the ASP
newsgroup. I am going to take a couple of hours of sleep and try again.

Thanks for your patience.

Kind Regards
Ria



"Lee" <REM0VElbspamtrap@cox.net> wrote in message
news:dbu71i01v4s@drn.newsguy.com...[color=blue]
> Ria Van Heerden said:[color=green]
>>
>>How do I insert data from one form into two tables in a database?
>>
>>I am working with ASP pages and a MSSQL database
>>
>>Please let me know if one of you have done this before and how this is
>>possible[/color]
>
> This question might get a better response if you ask it in a newsgroup
> that has something to do with ASP pages and/or databases.
>
> Good luck
>[/color]


  #5  
Old July 23rd, 2005, 11:25 PM
cosmic foo
Guest
 
Posts: n/a

re: Inserting data into a database



"Ria Van Heerden" <ria@somewhere.com> wrote in message
news:dbuaah$mdn$1@domitilla.aioe.org...[color=blue]
> Thanks for replying ... you are right ... I have been putting in way to[/color]
much[color=blue]
> hours on this project and did not even think of looking at the ASP
> newsgroup. I am going to take a couple of hours of sleep and try again.
>
> Thanks for your patience.
>
> Kind Regards
> Ria
>
>
>
> "Lee" <REM0VElbspamtrap@cox.net> wrote in message
> news:dbu71i01v4s@drn.newsguy.com...[color=green]
> > Ria Van Heerden said:[color=darkred]
> >>
> >>How do I insert data from one form into two tables in a database?
> >>
> >>I am working with ASP pages and a MSSQL database
> >>
> >>Please let me know if one of you have done this before and how this is
> >>possible[/color]
> >
> > This question might get a better response if you ask it in a newsgroup
> > that has something to do with ASP pages and/or databases.
> >
> > Good luck
> >[/color]
>
>[/color]

simple, you just update some of the form data
into one table, and some to the other table,
using separate update or insert statements in
the page you post your form data to.
there's no restriction that says these many forms
must update these many tables.


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with page redirect and data insertion together boss1 answers 18 August 19th, 2008 12:29 PM
problem inserting data into mysql database from a form... vikas1111 answers 4 May 29th, 2008 07:41 AM
VB.NET : Trouble inserting data into database rashmidutt answers 14 March 20th, 2008 02:31 PM
inserting data into SQL Database djozy answers 1 November 15th, 2005 04:54 PM
Inserting data into a table Geoff Wickens answers 1 July 19th, 2005 07:47 AM