Storedprocedure
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 29 articles for 0.000 sec
eseguire Viste come StoredProcedure ?     

Group: it.comp.lang.delphi · Group Profile · Search for Storedprocedure in it.comp.lang.delphi
Author: Maurizio
Date: Dec 30, 2007 04:45

... Win32) , le Viste su un DB (es.SQLServer) si possono chiamare come se fossero StoredProcedure, impostando TSQLStoredProcedure.StoredPrfocName:=<nome ? o e' comunque necessario convertire le Viste in StoredProcedure ? ho fatto un paio di prove "Vista_Citta" e' una semplice vista che esegue una Select...
Show full article (0.68Kb)
attaching an event to an email     

Group: microsoft.public.outlook.calendaring · Group Profile · Search for Storedprocedure in microsoft.public.outlook.calendaring
Author: Bob
Date: Aug 13, 2008 06:00

... versions it fails. In lieu of upgrading all of our software, what is in this code that is making it fail in previous versions? USE [SawyerMisc] GO /****** Object: StoredProcedure [dbo].[SendEmployeeReviewEmails] Script Date: 07/17/2008 10:16:01 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO create proc [dbo].[SendPTOToSupervisors] as declare @Today datetime set @...
Show full article (2.82Kb)
create calendar event using external data     

Group: microsoft.public.outlook.calendaring · Group Profile · Search for Storedprocedure in microsoft.public.outlook.calendaring
Author: Bob
Date: Aug 5, 2008 05:57

...gives a message indicating that a gregorian date is required vs a lunar date. Is it a formatting issue? We are using Outlook 2003 USE [SawyerMisc] GO /****** Object: StoredProcedure [dbo].[SendEmployeeReviewEmails] Script Date: 07/17/2008 10:16:01 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO create proc [dbo].[SendPTOToSupervisors] as declare @Today datetime...
Show full article (2.56Kb)
Re: Saving Mal-formed XML     

Group: microsoft.public.sqlserver.xml · Group Profile · Search for Storedprocedure in microsoft.public.sqlserver.xml
Author: Joe Fawcett
Date: Jun 4, 2008 00:12

... (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY] /****** Object: StoredProcedure [dbo].[SectionInsert] Script Date: 06/03/2008 09:42:12 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE PROCEDURE [dbo].[SectionInsert] ...
Show full article (4.50Kb) · Show article thread
Saving Mal-formed XML     

Group: microsoft.public.sqlserver.xml · Group Profile · Search for Storedprocedure in microsoft.public.sqlserver.xml
Author: Terry Carnes
Date: Jun 3, 2008 07:46

... (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY] /****** Object: StoredProcedure [dbo].[SectionInsert] Script Date: 06/03/2008 09:42:12 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE PROCEDURE [dbo].[SectionInsert] @SectionId bigint...
Show full article (3.87Kb)
Re: eseguire Viste come StoredProcedure ?     

Group: it.comp.lang.delphi · Group Profile · Search for Storedprocedure in it.comp.lang.delphi
Author: Maurizio
Date: Dec 31, 2007 09:11

"Marco Breveglieri" ha scritto nel messaggio Esattamente così. :-) Ciao (e buon anno!) Marco grazie , Buon Anno ! Maurizio
Show full article (0.15Kb) · Show article thread
Re: eseguire Viste come StoredProcedure ?     

Group: it.comp.lang.delphi · Group Profile · Search for Storedprocedure in it.comp.lang.delphi
Author: Marco Breveglieri
Date: Dec 31, 2007 08:16

Maurizio ha scritto: intendi da un TSQLDataSet impostare nella proprieta' CommandText il comando sql Select from <nomevista> ... ? Esattamente così. :-) Ciao (e buon anno!) Marco -- MARCO BREVEGLIERI (http://www.marco.breveglieri.name)
Show full article (0.25Kb) · Show article thread
Re: eseguire Viste come StoredProcedure ?     

Group: it.comp.lang.delphi · Group Profile · Search for Storedprocedure in it.comp.lang.delphi
Author: Maurizio
Date: Dec 31, 2007 07:25

"Marco Breveglieri" ha scritto nel messaggio Non vedo perché dovresti farlo, in generale. Quando hai a che fare con una vista, fai una SELECT e usa il metodo "Open" per ottenere il recordset relativo. intendi da un TSQLDataSet impostare nella proprieta' CommandText il comando sql Select from <nomevista> ... ? se non e' cosi' puoi farmi un'esempio di chiamata ? Maurizio...
Show full article (0.40Kb) · Show article thread
Re: eseguire Viste come StoredProcedure ?     

Group: it.comp.lang.delphi · Group Profile · Search for Storedprocedure in it.comp.lang.delphi
Author: Marco Breveglieri
Date: Dec 31, 2007 03:57

Maurizio ha scritto: L'errore e' chiaro , indica che non e' possibile trattare le viste con TSQLStoredProcedure; Esiste un modo per farlo da Delphi ? Non vedo perché dovresti farlo, in generale. Quando hai a che fare con una vista, fai una SELECT e usa il metodo "Open" per ottenere il recordset relativo. Ciao, Marco. -- MARCO BREVEGLIERI (http://www.marco....
Show full article (0.40Kb) · Show article thread
Re: xml carriage return     

Group: microsoft.public.sqlserver.xml · Group Profile · Search for Storedprocedure in microsoft.public.sqlserver.xml
Author: Mike C#
Date: Oct 31, 2007 16:39

... is going into an XML column. SqlCommand cmd = new SqlCommand(); cmd.CommandText = "web.SurveyProfiles_upd"; cmd.CommandType = CommandType.StoredProcedure; SqlParameter p10 = new SqlParameter("@SurveyQuestions", SqlDbType.Xml); p10.Value = obj.xmlStringToInsert; p10.Direction = ParameterDirection.Input; cmd....
Show full article (2.11Kb) · Show article thread
1 · 2 · 3 · next