
Signature
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Thanks for the source, but will this work in asp.net as well?
I aplogize if posting to the wrong group, but new to asp.net and
thought there would be similar solutions in this group.
I am trying to do this through Visual Studio 2005 Pro..
Thanks,
PB
>> Can somebody direct me on proper syntax of SQL statement to insert
>> into one table that has child table in a relational database?
>
>BAsically, do the insert into the parent table, get the ID of the new
>record (http://www.aspfaq.com/show.asp?id=2174), and use that ID to do
>the inserts into the child tables.
Bob Barrows [MVP] - 12 Apr 2007 16:25 GMT
> Thanks for the source, but will this work in asp.net as well?
Not the details, but the idea is the same. ISTM that datasets have some
builtin functionality to make this simpler but I've never used it.
For dotnet questions, you need to go to
microsoft.public.dotnet.framework.aspnet.
There are also forums at www.asp.net where you can find a lot of people
to help you.

Signature
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
PinkBishop - 12 Apr 2007 16:28 GMT
Thanks
>> Thanks for the source, but will this work in asp.net as well?
>Not the details, but the idea is the same. ISTM that datasets have some
[quoted text clipped - 4 lines]
>There are also forums at www.asp.net where you can find a lot of people
>to help you.