I'm trying to delete a blog and I can't do this, I've got the message: Failed to delete the page: [DataConnection.HandleError]: Query: Proc_CMS_Document_RemoveBlogPostDependencies Caused exception:...
I am trying to call a stored procedure that takes in 3 inputs (State, Zip, @ Distance). Upon submit of the search the values inputted will be put in the query string which is how I am trying to get...
Hi there, I have a working kentico website running with a bunch of pages but from a client request I was asked to change on of my existing page's @Page name:*@ and I got an error after cliking save...
How can I call a stored procedure in custom code that have a parameter type as User-Defined Table Type? I can't figure out how to assign the TypeName to the DataParameter item. I'm using V8.1.
Hi! how can i sort the search result in kentico? is it possible (i used smart search for search page) please i need help from you!In addition to that what is the stored procedure it used to retrive...
Hello,i've developed a custom stored procedure. create PROCEDURE [dbo].[procView] AS BEGIN select * from View_xxx_Joined end Im trying to call this stored procedute form the bit-wizard sql ...
Hello,i wrote a custom stored procedure in the Database objects application and actually i'm struggling to call it programmatically. So how to invoke it?Regards Stefan