DataSource Controls :: Delete Items From Two Tables?

Jun 28, 2010

im doing an album page just like facebook album

Now im trying to allow deleting album function in which, when i click a button or linkbutton,

the entire album will be deleted including all the photos within that particular album

Album and photo is in two different table in my sql

im using the sqldatasource to set the delete parameter

DeleteCommand="DELETE FROM [Album] WHERE [AlbumID] = @AlbumID"

is there any way i can insert another delete command in the same sqldatasource or other way to do it?

i duno how to do with store procedure.

View 5 Replies


Similar Messages:

Forms Data Controls :: How To Delete Items From Datalist.

Sep 26, 2010

i'm using Datalist for to display images from database. I made by this tutorial [URL]. How to delete selected image from sql server?

View 6 Replies

Forms Data Controls :: Join 2 Tables And Show The Title On The Top, And Its Items On The Itemtemplate?

Dec 4, 2010

have table COLLECTIONS and table CLOTHES.As an example, when showing the items on Listview, collection HAWAII
would be written on the top, and its texts and images on the itemTemplate.Then, collection WINTER and its texts and images on the itemTemplate.And so on.P.S: I“m connecting the Listview visually thru SQLDataSource, not programatically.How can i do it ? On the layout template using a JOIN on the SQL Statement ?

View 1 Replies

Data Controls :: Dynamically Add / Delete And Search Items In DropDownList?

Apr 24, 2014

How to insert,update,delete and search facilities provides theĀ  asp:dropdownList.

View 1 Replies

Data Controls :: Delete CheckBox Checked Selected Items In ListView?

May 7, 2015

Here i want Do project with Angular js..

View 1 Replies

Data Controls :: Delete CheckBox Checked Selected Items In ListView

Jul 25, 2013

How to delete the row if checkbox is checked using listview of asp.net with c# ....

View 1 Replies

Forms Data Controls :: Delete, Edit, Select Items Is In Grid View I Have To Do In C# Code It Will Reflect To Database Also?

May 20, 2010

I want delete, edit, select items is in grid view i have to do in c# code it will reflect to database also

View 3 Replies

SQL Server :: Can't Delete 3 Rows In 3 Tables...

Sep 29, 2010

I am having trouble deleting three table rows using SQL. The middle table is a junctional table allowing a one to many relationship between table 1 and table 3.

Table 1
Order_Id int Primkey FK1
Name Varchar
Date Datetime

Table 2
Order_Id int PrmKey FK1
Item_Id int PrimKey FK2

Table 3
Item_Id int PrimKey FK2
Description Varchar
Price money

Acually, I want to delete all rows associated with any particular order.

View 3 Replies

Delete Data From 2 Tables With Relationship?

Dec 1, 2010

i have 2 tables which are connected with FK.

StdPErsonal_info.Pk = Sid and student.FK = Sid

i want to use delete query which is delete the data from both tables in single query

View 1 Replies

SQL Server :: Cannot Delete Tables From Database?

Jul 23, 2010

IDE: MS Visual Studio 2008 / SQL Server 2005 Express / SQL Server Management Studio Express 2005
Skills: BeginnerI was trying to delete a table from my database ASPNETDB.MDF ,that DB was previously used for User login information i made it by using asp.net built in login support by opening ASP.NET configuration ,but now i want to built my own simple login control...so i want to remove all the tables made by ASP.NET configuration.I got this error when deleting one of the table"Could not drop object 'dbo.aspnet_Applications' because it is referenced by a FORIEGN KEY constraint"

View 7 Replies

ADO.NET :: Delete Tables From Edmx File?

Dec 21, 2010

How can i delete tables or procedures from ADO.Net Entity Framework3.5 data model?

View 2 Replies

DataSource Controls :: Create XML With SQL Tables?

Jul 12, 2010

I have the following tables and fields in SQL:

[Code]....

I'd like to create an XML file(based on the above tables mentioned) which I'd like to bind to a treeview control, but I'm not sure how to do that.

View 2 Replies

ADO.NET :: Delete The Items In Db Using Linq To Sql?

Jan 14, 2011

I want to delete the items in db using linq to sql below is my code

[Code]....

here i am very much confused about this var delt= from x what is x here? and dc2.emps.deleteonsubmit (here what is emps?)i am getting errors like emp id doesnt exist in the current context.

View 4 Replies

DataSource Controls :: How To Get Data From Two Tables In Linq

Apr 28, 2010

How to get data from two tables through linq .1 ) productsDetails 2) productsImages to bind further listview.

View 1 Replies

DataSource Controls :: How To See The Size Of The Individual Tables

May 13, 2010

From using the command: EXEC sp_spaceused on a SQL 2008 database,

the DB has a size of 642.56 MB, unallocated space 148.77 MB.

I can also see the size of the individual tables from the same command:

Reserved: 103656 KB
Data: 98264 KB
Index_size: 2656 KB
Unused: 2736 KB

What I don't quite get is why the total database size is 642.56 MB when the size of the individual tables is so much smaller. We pay for the total amount, in chunks of 500 MB. I was trying to see which tables where causing the DB to be so big, but to me, it looks like it is not the size of the tables but something else.

What should I look at to figure out why we are taking up so much space? Am I not understanding how this works?

View 6 Replies

DataSource Controls :: No Of Tables And Columns In Database?

Jun 15, 2010

I want to know that how many tables we can have in database and what is the maximum no. of columns.I also want to know the maximum size for each datatype.

View 3 Replies

DataSource Controls :: Columns To Join Tables?

Apr 27, 2010

I need to join some tables to get the matching records. I often have to ask around to see how certain tables could be joined. Is there any way to query the information schema or some thing else to see what columns/values match in certain tables in order to figure out how tables should be joined.

View 4 Replies

DataSource Controls :: Dml For Primary And Foreign Key Tables?

Jun 3, 2010

how i insert,update and delete data in multiple table .such tables in which primary and foreign key constraint are

View 1 Replies

DataSource Controls :: Generating Tables From Entities

May 13, 2010

I'm creating entity on a project to use them as data on my website. I got my base simple entity Users and my DataContext. The thing is i would like the database to create the table as i create Entities.

I mean, actually my database doesn't have a Users table and do not generate it as i build and launch the project. I used to be a Java dev and in Java the table can be created with JPA so i guess Microsoft made it possible with ASP.net but how to do? I've looked on the web but didn't find it.

View 2 Replies

DataSource Controls :: Tables For Particular Presentation Of Data

Jun 29, 2010

Apologies if this is in the incorrect forum.. just a question about how to best structure some tables for a particular presentation of data. In the following table (2nd column) you'll see that each motorcycle product applies to a range of years. What is the best way to store this range of years in a relational db? At the moment I have a datefrom and a dateto field for the two ranges, but that may complicate things when I want to filter the table by a particular year. E.G. datefrom is 2006 & dateto is 2010 and I would like to filter by products for a 2008 model.

View 4 Replies

DataSource Controls :: Concatenating Rows From Another Two Tables

Apr 13, 2010

I have a problem where I would like to get a comma-separated list of items from a couple of tables as part of a set of results. All the searching I've done so far has produced results for dealing with one or two tables. I have four, and can't get my head around how to adapt the sql to deal with it.

I have the following layout:

*Table_Castings*
+---- CastingID {PK}
| MouldID

| SerialNo

| CastRef

| MeltCode

| Signature

|

|

| *Table_CastCertificates* *Table_Certificates*

| CertificateID {PK} ----------- CertificateID {PK}

+---- CastingID {PK} Description

FileID -----------------+

|

|

*Table_CertificateFiles* |

FileID {PK} -------------+

FullLocation

The results I would like include the following columns:

CastingID, MouldID, SerialNo, CastRef, MeltCode, [Certificates],

Where Certificates is a comma separated list of Description + " " + FullLocation records. (What I'll actually do is add http:// and other html codes to make FullLocation a hyperlink, but I can do that.)

Some SQL I've already got is this:

DECLARE @str VARCHAR(500)

SELECT @str = COALESCE(@str + ', ','') + '<a href="http://' + Table_CertificateFiles.FullLocation + '">' + Table_Certificates.Description + '</a>'

FROM Table_CastCertificates INNER JOIN

Table_Certificates ON Table_CastCertificates.CertificateID = Table_Certificates.CertificateID INNER JOIN

Table_CertificateFiles ON Table_CastCertificates.FileID = Table_CertificateFiles.FileID

WHERE (CastingID = 45)

SELECT output = @str

This actually gives all records in the for the specific casting, but I keep getting an error at the "=" in @str = COALESCE when I try joining it to another query to get each casting.

View 3 Replies

DataSource Controls :: Matched Rows On Two Tables

Jun 17, 2010

[Code]....

View 2 Replies

DataSource Controls :: Sql Statement To Get One Record Each From Two Tables?

Feb 2, 2010

I don't know if I'm posting this in the right place - I have a feeling it can't be too difficult but I can't seem to figure it out. I've come across this problem many times and I've never solved it. I would imagine the scenario is commonplace - I have a table of Products with a PK of ProductID, and a table of related images with a FK of ProductID. Each product can have many images, but for my initial display I want to display one product record with one image record. I have a Sequence field in the Images table and I could pick the lowest one. Right and left Joins return too many records - if I have three images for Product 1 then Product 1 is listed three times.

I've gotten around this before using a flag in the Products table, or listing an image in both tables but I'm sure there must be a SQL statement that can get the information that I need.

View 5 Replies

DataSource Controls :: Insert Data Into Two Tables With Sql?

Feb 17, 2010

I have a details view form inserting data into one table successfully with no problems and picking up the ID parameter from a session.

What i would like to do is one insert SOME of the fields NOT ALL get inserted into another table.

Table 1 = course

table 2 = matrixoneantwo

I tried creating a datasource which inserted data into Matrixoneanttwo and called it from the detailsview_inserting event (sqldatasource.insert() but then i realised that this data source is seperate to my current one and therefore cannot use its parameters.

View 11 Replies

DataSource Controls :: Combine Data From 2 Tables

Mar 27, 2010

I have 2 tables with UserId and FirstName, LastName Columns that I want to combine the data in a Select Statement or Stored Procedure

1. The 2 tables will never have the same data, each table will be distinct

2. I want to combine first and lastnames to a full name (t1.FirstName + ' ' + t1.LastName) AS FullName

3. The statement will be used to populate a dropdownlist with UserId as Value, and Name as text

I am unsure how to accomplish this since I do not need to connect the tables, but combine the Sum of their data.

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved