Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - whats wrong with this code (scope_identity)
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

whats wrong with this code (scope_identity)

 Post Reply Post Reply
Author
mike7510uk View Drop Down
Newbie
Newbie


Joined: 05 October 2006
Location: United Kingdom
Status: Offline
Points: 21
Post Options Post Options   Thanks (0) Thanks(0)   Quote mike7510uk Quote  Post ReplyReply Direct Link To This Post Topic: whats wrong with this code (scope_identity)
    Posted: 30 October 2006 at 11:56am
i want to pass the pk from table1 into table 2, i think i have the select bit right but how do i get it to insert into table 2...
 
here is my code...
 

<form id="form1" runat="server">

<div>

<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="tableID"

DataSourceID="SqlDataSource1">

<Columns>

<asp:BoundField DataField="tableID" HeaderText="tableID" InsertVisible="False" ReadOnly="True"

SortExpression="tableID" />

<asp:BoundField DataField="name" HeaderText="name" SortExpression="name" />

<asp:BoundField DataField="phone" HeaderText="phone" SortExpression="phone" />

</Columns>

</asp:GridView>

<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionString %>"

InsertCommand="INSERT INTO Table1 (name, phone) VALUES (@name, @phone); SELECT SCOPE_IDENTITY()"

SelectCommand="SELECT * FROM [Table1]">

<InsertParameters>

<asp:controlParameter Name="name" ControlID="name" Type="String" />

<asp:controlParameter Name="phone" ControlID="phone" Type="String" />

</InsertParameters>

</asp:SqlDataSource>

<asp:TextBox ID="name" runat="server"></asp:TextBox>

<asp:Button ID="Button1" runat="server" Text="Button" />

<asp:TextBox ID="phone" runat="server"></asp

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.