Comments on: Data View Web Part, The Basics – Insert a DVWP on Your Page http://www.endusersharepoint.com/2009/05/12/data-view-web-part-the-basics-insert-a-dvwp-on-your-page/ No GeekSpeak on SharePoint 2007 WSS and MOSS Mon, 27 Dec 2010 21:17:12 -0500 http://wordpress.org/?v=2.8.6 hourly 1 By: Mohammed http://www.endusersharepoint.com/2009/05/12/data-view-web-part-the-basics-insert-a-dvwp-on-your-page/comment-page-1/#comment-103786 Mohammed Mon, 04 Oct 2010 12:10:42 +0000 http://www.endusersharepoint.com/?p=1629#comment-103786 I have create table in SQL 2005 and retrive its data in to sharepoint with the help of Database connection option through Sharepoint Designer. When configuring the connection i have selected a custom quer with stored procedure option and from the dropdown option selected the insert stored procedure everything is ok. Stored Procedure ---------------------- CREATE PROCEDURE ChangeTable_insert ( @ROLE VARCHAR(50) , @PROJECT varchar(50) , @CENTER NUMERIC(18) ) AS BEGIN INSERT INTO [dbo].[ChangeTable] ( [Role], [Project], [Center] ) VALUES ( @ROLE, @PROJECT , @CENTER ) END i have created new aspx page in Sharepoint Designer from the datasource details-->Insert selected fields as-->selected new item form and saved this page. When i opened this page in to browser and try to save data it gives an below error ERROR: -------------------- Go back to site Error: "The data source control failed to execute the insert command. Troubleshoot issues with Windows SharePoint Services." please help me. i have to save data to sql database through sharepoint thanks in advance I have create table in SQL 2005 and retrive its data in to sharepoint with the help of Database connection option through Sharepoint Designer. When configuring the connection i have selected a custom quer with stored procedure option and from the dropdown option selected the insert stored procedure everything is ok.

Stored Procedure
———————-
CREATE PROCEDURE ChangeTable_insert

(
@ROLE VARCHAR(50) ,
@PROJECT varchar(50) ,
@CENTER NUMERIC(18)
)
AS
BEGIN

INSERT INTO [dbo].[ChangeTable]

(
[Role],
[Project],
[Center]

)

VALUES

(
@ROLE,
@PROJECT ,
@CENTER
)
END

i have created new aspx page in Sharepoint Designer from the datasource details–>Insert selected fields as–>selected new item form and saved this page.
When i opened this page in to browser and try to save data it gives an below error
ERROR:
——————–
Go back to site
Error: “The data source control failed to execute the insert command.
Troubleshoot issues with Windows SharePoint Services.”

please help me. i have to save data to sql database through sharepoint

thanks in advance

]]>
By: Anusha http://www.endusersharepoint.com/2009/05/12/data-view-web-part-the-basics-insert-a-dvwp-on-your-page/comment-page-1/#comment-93072 Anusha Tue, 10 Aug 2010 19:35:57 +0000 http://www.endusersharepoint.com/?p=1629#comment-93072 Hi, I am adding DVWP to dispform.aspx of a document library and i am trying to add extra fields that are related to the view. I able to add them to the webpart, but i cannot display data. I am not sure where i am going wrong can please help me with this. Hi,

I am adding DVWP to dispform.aspx of a document library and i am trying to add extra fields that are related to the view. I able to add them to the webpart, but i cannot display data. I am not sure where i am going wrong can please help me with this.

]]>
By: Laura P http://www.endusersharepoint.com/2009/05/12/data-view-web-part-the-basics-insert-a-dvwp-on-your-page/comment-page-1/#comment-50123 Laura P Sat, 27 Mar 2010 21:55:19 +0000 http://www.endusersharepoint.com/?p=1629#comment-50123 Hi, I can't get past number 9 in your instructions, which say: "Click right above those field names. Choose . " For me, in SPD the "Insert Selected Fields As" dropdown is grayed out so I can't use it. Any ideas about how to get around this? Thanks! LP Hi,
I can’t get past number 9 in your instructions, which say:

“Click right above those field names. Choose . ”

For me, in SPD the “Insert Selected Fields As” dropdown is grayed out so I can’t use it. Any ideas about how to get around this?
Thanks!
LP

]]>
By: LD http://www.endusersharepoint.com/2009/05/12/data-view-web-part-the-basics-insert-a-dvwp-on-your-page/comment-page-1/#comment-49660 LD Fri, 26 Mar 2010 16:58:29 +0000 http://www.endusersharepoint.com/?p=1629#comment-49660 Hello, I am creating Sharepoint pages under a Sharepoint site. The page is a web part page template. I added my web parts by importing custom web parts so I could just insert tables and add links. Easy. OK my question is this: When my webpart page is completed, I want to duplicate this page SEVERAL times and rename the aspx files. I want to basically make many replicas of this page. I want to use this page as a template. Someone told me I can make a Document Library and upload the web parts I want so that when I create new webpart pages from one of the 8 templates, I can just drag and drop them in there. I created the library and have found no such functionality except adding a web bart called Document Library that only lists the links to the files so this doesn't work. I even tried downloading my page and uploading it into this document library but there is no button or command for copying the page when creating a new page. I am wishing for a "duplicate" button or "New from..." button that replicates the page. Is there anything similar to this? Please help because I need to make many pages that are replicas of this page and don't want to have to make them one by one, adding the web parts to each one! Thanks for your time and concern. Hello,
I am creating Sharepoint pages under a Sharepoint site. The page is a web part page template. I added my web parts by importing custom web parts so I could just insert tables and add links. Easy.

OK my question is this:
When my webpart page is completed, I want to duplicate this page SEVERAL times and rename the aspx files. I want to basically make many replicas of this page. I want to use this page as a template.

Someone told me I can make a Document Library and upload the web parts I want so that when I create new webpart pages from one of the 8 templates, I can just drag and drop them in there. I created the library and have found no such functionality except adding a web bart called Document Library that only lists the links to the files so this doesn’t work.

I even tried downloading my page and uploading it into this document library but there is no button or command for copying the page when creating a new page. I am wishing for a “duplicate” button or “New from…” button that replicates the page.

Is there anything similar to this? Please help because I need to make many pages that are replicas of this page and don’t want to have to make them one by one, adding the web parts to each one!

Thanks for your time and concern.

]]>
By: kurt http://www.endusersharepoint.com/2009/05/12/data-view-web-part-the-basics-insert-a-dvwp-on-your-page/comment-page-1/#comment-32788 kurt Sun, 14 Feb 2010 19:13:33 +0000 http://www.endusersharepoint.com/?p=1629#comment-32788 hello, i want to show document library in drop down dataview part and when i select document library from drop down menu i want to see all the file in other webpart hor to do it? Thanks hello,
i want to show document library in drop down dataview part and when i select document library from drop down menu i want to see all the file in other webpart hor to do it?
Thanks

]]>
By: EndUserSharePoint http://www.endusersharepoint.com/2009/05/12/data-view-web-part-the-basics-insert-a-dvwp-on-your-page/comment-page-1/#comment-25640 EndUserSharePoint Sat, 23 Jan 2010 17:15:27 +0000 http://www.endusersharepoint.com/?p=1629#comment-25640 Please post on Stump the Panel and we'll take a look at it from there. -- Mark Please post on Stump the Panel and we’ll take a look at it from there. — Mark

]]>
By: Varun Sharma http://www.endusersharepoint.com/2009/05/12/data-view-web-part-the-basics-insert-a-dvwp-on-your-page/comment-page-1/#comment-25635 Varun Sharma Sat, 23 Jan 2010 16:53:41 +0000 http://www.endusersharepoint.com/?p=1629#comment-25635 Hi Mam, I need to connect to oracle server and to fetch data from oracle server... I have WSS and sharepoint designer and need to connect to oracle. Can you please help me to attain this Varun Hi Mam,

I need to connect to oracle server and to fetch data from oracle server… I have WSS and sharepoint designer and need to connect to oracle.

Can you please help me to attain this

Varun

]]>
By: Aru http://www.endusersharepoint.com/2009/05/12/data-view-web-part-the-basics-insert-a-dvwp-on-your-page/comment-page-1/#comment-21861 Aru Thu, 24 Dec 2009 09:34:31 +0000 http://www.endusersharepoint.com/?p=1629#comment-21861 Hi can I join two list located in two different site with DVWP Hi can I join two list located in two different site with DVWP

]]>
By: EndUserSharePoint http://www.endusersharepoint.com/2009/05/12/data-view-web-part-the-basics-insert-a-dvwp-on-your-page/comment-page-1/#comment-19708 EndUserSharePoint Mon, 23 Nov 2009 22:05:57 +0000 http://www.endusersharepoint.com/?p=1629#comment-19708 Adam - We're using a new category for 2010 items. You'll be able to filter by them, showing only 2010 articles. -- Mark Adam – We’re using a new category for 2010 items. You’ll be able to filter by them, showing only 2010 articles. — Mark

]]>
By: Adam Cogan http://www.endusersharepoint.com/2009/05/12/data-view-web-part-the-basics-insert-a-dvwp-on-your-page/comment-page-1/#comment-19671 Adam Cogan Mon, 23 Nov 2009 08:06:22 +0000 http://www.endusersharepoint.com/?p=1629#comment-19671 I think it would be useful to add 'SharePoint 2007' into the title Useful when you are searching for 'SharePoint 2007' or 'SharePoint 2010' material Adam Cogan www.adamcogan.com I think it would be useful to add ‘SharePoint 2007′ into the title

Useful when you are searching for ‘SharePoint 2007′ or ‘SharePoint 2010′ material

Adam Cogan
http://www.adamcogan.com

]]>