Creati oggetti per gestioen odette e datamatrix, iniziata compilazioen update...

git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@349 365432ac-a1b5-4ffd-bb28-6d3099d32164
This commit is contained in:
samuele
2011-04-27 16:10:55 +00:00
parent b2c3e5e4ce
commit f751f4871e
46 changed files with 9118 additions and 107 deletions
+3 -1
View File
@@ -62,7 +62,7 @@
<add key="appName" value="GMW" />
<add key="SiteName" value="Ambivere"/>
<add key="mainRev" value="1.0" />
<add key="minRev" value="351"/>
<add key="minRev" value="355"/>
<add key="copyRight" value="SteamWare © 2010-2011" />
<add key="_allowForceUser" value="true" />
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx" />
@@ -112,6 +112,7 @@
<!--Setup periodo controlli date-->
<add key="defDayFrom" value="-60"/>
<add key="mostraSelOra" value="false"/>
<!--Setup codici postazioni-->
<add key="IdxPosizMP" value="6"/>
@@ -154,6 +155,7 @@
<add key="_logDir" value="~/logs/" />
<add key="_smtpCli" value="keyhammer.ath.cx" />
<add key="GMWConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=SP_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="SP_produzioneConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=SP_produzione;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=SP_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=SteamWare_Vocabolario;Persist Security Info=True;User ID=sa;Password=keyhammer" />
@@ -6,21 +6,25 @@
<%@ Register Src="mod_periodoAnalisi.ascx" TagName="mod_periodoAnalisi" TagPrefix="uc2" %>
<%@ Register Src="mod_filtro.ascx" TagName="mod_filtro" TagPrefix="uc3" %>
<%@ Register Src="mod_nuovaListaPrelievo.ascx" TagName="mod_nuovaListaPrelievo" TagPrefix="uc4" %>
<table cellpadding="0" cellspacing="0">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td colspan="2">
<div class="filtro_1" style="white-space: nowrap; height: 28px; padding: 2px;">
<uc2:mod_periodoAnalisi ID="mod_periodoAnalisi1" runat="server" />
<uc3:mod_filtro ID="mod_filtroStato" runat="server" Oneh_selValore="eh_selectedStato"
comboWidth="60" filterChekText="filtraStatoListe" />
<asp:ObjectDataSource ID="odsFiltroStati" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="GetData" TypeName="GMW_data.DS_UtilityTableAdapters.v_selStatiListeTableAdapter">
</asp:ObjectDataSource>
<uc3:mod_filtro ID="mod_filtroTipo" runat="server" Oneh_selValore="eh_selectedTipo"
comboWidth="150" filterChekText="filtraTipoListe" />
<asp:ObjectDataSource ID="odsTipoLista" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="GetData" TypeName="GMW_data.DS_UtilityTableAdapters.v_selTipoListaTableAdapter">
</asp:ObjectDataSource>
<div style="float: left;">
<uc2:mod_periodoAnalisi ID="mod_periodoAnalisi1" runat="server" />
</div>
<div style="float: left;">
<uc3:mod_filtro ID="mod_filtroStato" runat="server" Oneh_selValore="eh_selectedStato"
comboWidth="60" filterChekText="filtraStatoListe" />
<asp:ObjectDataSource ID="odsFiltroStati" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="GetData" TypeName="GMW_data.DS_UtilityTableAdapters.v_selStatiListeTableAdapter">
</asp:ObjectDataSource>
<uc3:mod_filtro ID="mod_filtroTipo" runat="server" Oneh_selValore="eh_selectedTipo"
comboWidth="150" filterChekText="filtraTipoListe" />
<asp:ObjectDataSource ID="odsTipoLista" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="GetData" TypeName="GMW_data.DS_UtilityTableAdapters.v_selTipoListaTableAdapter">
</asp:ObjectDataSource>
</div>
</div>
<div class="filtro_2" style="white-space: nowrap; padding: 2px;">
<asp:Button runat="server" ID="btnNewLista" OnClick="btnNewLista_Click" />
@@ -121,8 +125,8 @@
<ItemTemplate>
<asp:ImageButton ID="imgIniziaListaPrelievo" runat="server" CausesValidation="False"
CommandName="Update" CommandArgument="creaIniziaListaPrelievo" ToolTip='<%# traduci("IniziaListaPrelievo") %>'
Visible='<%# iniziaEnabled(Eval("CodStatoLista")) %>' ImageUrl="~/images/apply_s.png" Enabled="false"
OnClick="imgIniziaLista_Click" />
Visible='<%# iniziaEnabled(Eval("CodStatoLista")) %>' ImageUrl="~/images/apply_s.png"
Enabled="false" OnClick="imgIniziaLista_Click" />
<cc1:ConfirmButtonExtender ID="cbeInizia" runat="server" ConfirmText='<%# traduci("confermaIniziaLista")%>'
TargetControlID="imgIniziaListaPrelievo" />
</ItemTemplate>
@@ -136,8 +140,8 @@
<ItemTemplate>
<asp:ImageButton ID="imgCompletaListaPrelievo" runat="server" CausesValidation="False"
CommandName="Update" CommandArgument="completaListaPrelievo" ToolTip='<%# traduciCodSogg(Eval("CodSoggetto")) %>'
Visible='<%# completaEnabled(Eval("CodStatoLista")) %>' ImageUrl="~/images/apply_s.png" Enabled="false"
OnClick="imgCompletaLista_Click" />
Visible='<%# completaEnabled(Eval("CodStatoLista")) %>' ImageUrl="~/images/apply_s.png"
Enabled="false" OnClick="imgCompletaLista_Click" />
<cc1:ConfirmButtonExtender ID="cbeCompleta" runat="server" ConfirmText='<%# traduci("confermaCompletaLista")%>'
TargetControlID="imgCompletaListaPrelievo" />
</ItemTemplate>
@@ -172,9 +176,10 @@
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:TemplateField>
<asp:TemplateField>
<ItemTemplate>
<asp:HyperLink runat="server" ID="lnkShow" ImageUrl="~/images/print_s.png" NavigateUrl='<%# formattaUrlReport(Eval("CodLista")) %>' Target="_blank" ToolTip="Stampa" />
</ItemTemplate>
<ItemTemplate>
<asp:HyperLink runat="server" ID="lnkShow" ImageUrl="~/images/print_s.png" NavigateUrl='<%# formattaUrlReport(Eval("CodLista")) %>'
Target="_blank" ToolTip="Stampa" />
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
// Runtime Version:2.0.50727.4952
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
+15 -13
View File
@@ -5,15 +5,25 @@
<%@ Register Src="mod_filtro.ascx" TagName="mod_filtro" TagPrefix="uc1" %>
<div style="text-align: center;">
<div>
<asp:Label runat="server" ID="lblBarcodeConsumoUdcMP" />
<br />
<asp:TextBox runat="server" ID="txtBarcode" AutoPostBack="true" CssClass="BarcodeInput"
OnTextChanged="txtBarcode_TextChanged" />
<div style="float: right;">
<div style="float: right;">
<asp:Button runat="server" ID="btnSendAs400" OnClick="btnSendAs400_Click" />
</div>
<div style="float: right; font-size: 7pt;">
<asp:Label runat="server" ID="lblLastUpdateAs400" />
</div>
</div>
<div>
<asp:Label runat="server" ID="lblBarcodeConsumoUdcMP" />
<br />
<asp:TextBox runat="server" ID="txtBarcode" AutoPostBack="true" CssClass="BarcodeInput"
OnTextChanged="txtBarcode_TextChanged" />
</div>
</div>
<div>
</div>
<div>
<div class="filtro_1" style="white-space: nowrap; height: 28px; padding: 2px;">
<div class="filtro_1" style="white-space: nowrap; height: 36px; padding: 2px;">
<div style="float: left;">
<uc2:mod_periodoAnalisi ID="mod_periodoAnalisi1" runat="server" />
</div>
@@ -36,14 +46,6 @@
</SelectParameters>
</asp:ObjectDataSource>
</div>
<div style="float: right;">
<div style="float: right;">
<asp:Button runat="server" ID="btnSendAs400" onclick="btnSendAs400_Click" />
</div>
<div style="float: right; font-size: 7pt;">
<asp:Label runat="server" ID="lblLastUpdateAs400" />
</div>
</div>
</div>
</div>
<asp:GridView ID="grView" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False"
+18 -18
View File
@@ -13,6 +13,24 @@ namespace GMW.WebUserControls {
public partial class mod_labConsUdc {
/// <summary>
/// btnSendAs400 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Button btnSendAs400;
/// <summary>
/// lblLastUpdateAs400 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblLastUpdateAs400;
/// <summary>
/// lblBarcodeConsumoUdcMP control.
/// </summary>
@@ -67,24 +85,6 @@ namespace GMW.WebUserControls {
/// </remarks>
protected global::System.Web.UI.WebControls.ObjectDataSource odsDestinatario;
/// <summary>
/// btnSendAs400 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Button btnSendAs400;
/// <summary>
/// lblLastUpdateAs400 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblLastUpdateAs400;
/// <summary>
/// grView control.
/// </summary>
@@ -23,6 +23,32 @@ public partial class mod_periodoAnalisi : System.Web.UI.UserControl
setIntervallo();
setDurataMin();
}
/// <summary>
/// definisce se sia da mostrare il selettore delle ore nel controllo
/// </summary>
protected bool mostraSelOra
{
get
{
bool answ = false;
if (memLayer.ML.isInSessionObject("mostraSelOra"))
{
answ = memLayer.ML.BoolSessionObj("mostraSelOra");
}
else
{
// leggo da sessione e salvo...
try
{
answ = memLayer.ML.confReadBool("mostraSelOra");
}
catch
{ }
memLayer.ML.setSessionVal("mostraSelOra", answ);
}
return answ;
}
}
/// <summary>
/// gestione del selettore rapido dell'intervallo temporale...
@@ -90,6 +116,16 @@ public partial class mod_periodoAnalisi : System.Web.UI.UserControl
ddlOraInizio.SelectedValue = _intervallo.inizio.Hour.ToString("00");
txtFine.Text = _intervallo.fine.ToShortDateString();
ddlOraFine.SelectedValue = _intervallo.fine.Hour.ToString("00");
if (mostraSelOra)
{
ddlOraInizio.Visible = true;
ddlOraFine.Visible = true;
}
else
{
ddlOraInizio.Visible = false;
ddlOraFine.Visible = false;
}
}
private void setIntervallo()
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2 -1
View File
@@ -7,7 +7,7 @@
<add key="appName" value="GMW"/>
<add key="SiteName" value="Ambivere"/>
<add key="mainRev" value="1.0"/>
<add key="minRev" value="351"/>
<add key="minRev" value="355"/>
<add key="copyRight" value="SteamWare © 2010-2011"/>
<add key="_allowForceUser" value="true" />
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx"/>
@@ -100,6 +100,7 @@
<add key="_logDir" value="~/logs/" />
<add key="_smtpCli" value="keyhammer.ath.cx" />
<add key="GMWConnectionString" value="Data Source=localhost;Initial Catalog=SP_GMW;Persist Security Info=True;User ID=connGMW;Password=steamware"/>
<add key="SP_produzioneConnectionString" value="Data Source=localhost;Initial Catalog=SP_produzione;Persist Security Info=True;User ID=connGMW;Password=steamware" />
<add key="PermessiConnectionString" value="Data Source=localhost;Initial Catalog=SP_GMW;Persist Security Info=True;User ID=connGMW;Password=steamware" />
<add key="UtenteCdcConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User ID=connGMW;Password=steamware" />
<add key="VocabolarioConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_Vocabolario;Persist Security Info=True;User ID=connGMW;Password=steamware" />
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -58,7 +58,7 @@
<add key="appName" value="GMW_Term" />
<add key="SiteName" value="Ambivere"/>
<add key="mainRev" value="1.0" />
<add key="minRev" value="337" />
<add key="minRev" value="355" />
<add key="copyRight" value="SteamWare © 2010-2011" />
<add key="_allowForceUser" value="true" />
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx" />
+1 -1
View File
@@ -7,7 +7,7 @@
<add key="appName" value="GMW_Term"/>
<add key="SiteName" value="Ambivere"/>
<add key="mainRev" value="1.0"/>
<add key="minRev" value="337"/>
<add key="minRev" value="355"/>
<add key="copyRight" value="SteamWare © 2010-2011" />
<add key="_allowForceUser" value="true" />
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx"/>
@@ -330,14 +330,14 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:GMW_Term"
"ProductCode" = "8:{52061C1D-DFC5-419A-ABBE-A415A30E8D94}"
"PackageCode" = "8:{FC2D8483-5BBD-4483-9F7E-4F9748CC7C24}"
"ProductCode" = "8:{8C924F61-B7F4-4841-B69F-72D6ED58A69C}"
"PackageCode" = "8:{BE80EE80-1B85-4D1C-87AA-4F8C3F30C017}"
"UpgradeCode" = "8:{B348C50D-8DAD-4430-AEF0-60800C94CB78}"
"RestartWWWService" = "11:TRUE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.0.337"
"ProductVersion" = "8:1.0.355"
"Manufacturer" = "8:SteamWare s.r.l."
"ARPHELPTELEPHONE" = "8:+39-035460560"
"ARPHELPLINK" = "8:http://www.steamware.net"
+1 -1
View File
@@ -88,7 +88,7 @@
<add key="welcomeApp" value="GMW_welcomeApp" />
<add key="appName" value="GMW"/>
<add key="mainRev" value="1.0"/>
<add key="minRev" value="337"/>
<add key="minRev" value="355"/>
<add key="copyRight" value="SteamWare © 2010-2011"/>
<add key="_allowForceUser" value="true" />
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx"/>
+1 -1
View File
@@ -6,7 +6,7 @@
<add key="welcomeApp" value="GMW_welcomeApp" />
<add key="appName" value="GMW"/>
<add key="mainRev" value="1.0"/>
<add key="minRev" value="337"/>
<add key="minRev" value="355"/>
<add key="copyRight" value="SteamWare © 2010-2011"/>
<add key="_allowForceUser" value="true" />
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx"/>
+3 -3
View File
@@ -344,14 +344,14 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:GMW_WS"
"ProductCode" = "8:{E7F7B0FF-B447-4DFF-B1A8-C7898773591D}"
"PackageCode" = "8:{F09F29AB-CCC8-4A27-81ED-8D9384842D1F}"
"ProductCode" = "8:{9CF04931-4EED-4879-B429-62793B64CCC3}"
"PackageCode" = "8:{2C2BEE56-24B8-482D-9D56-06FD5162373E}"
"UpgradeCode" = "8:{BA470335-3D4B-4C20-8152-90A5F0F14FE0}"
"RestartWWWService" = "11:TRUE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.0.337"
"ProductVersion" = "8:1.0.355"
"Manufacturer" = "8:SteamWare s.r.l."
"ARPHELPTELEPHONE" = "8:+39-035460560"
"ARPHELPLINK" = "8:http://www.steamware.net"
File diff suppressed because it is too large Load Diff
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!--<autogenerated>
This code was generated by a tool.
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
</autogenerated>-->
<DataSetUISetting Version="1.00" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TableUISettings />
</DataSetUISetting>
+255
View File
@@ -0,0 +1,255 @@
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="DS_DataMatrix" targetNamespace="http://tempuri.org/DS_DataMatrix.xsd" xmlns:mstns="http://tempuri.org/DS_DataMatrix.xsd" xmlns="http://tempuri.org/DS_DataMatrix.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:annotation>
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<Connections>
<Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="SP_produzioneConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="SP_produzioneConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.GMW_data.Properties.Settings.GlobalReference.Default.SP_produzioneConnectionString" Provider="System.Data.SqlClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="PezziProdottiTableAdapter" GeneratorDataComponentClassName="PezziProdottiTableAdapter" Name="PezziProdotti" UserDataComponentName="PezziProdottiTableAdapter">
<MainSource>
<DbSource ConnectionRef="SP_produzioneConnectionString (Settings)" DbObjectName="SP_produzione.dbo.PezziProdotti" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DeleteCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>DELETE FROM [dbo].[PezziProdotti] WHERE (([CodDataMatrix] = @Original_CodDataMatrix) AND ((@IsNull_NumConchiglia = 1 AND [NumConchiglia] IS NULL) OR ([NumConchiglia] = @Original_NumConchiglia)) AND ((@IsNull_CodScarto = 1 AND [CodScarto] IS NULL) OR ([CodScarto] = @Original_CodScarto)) AND ((@IsNull_CodMacchina = 1 AND [CodMacchina] IS NULL) OR ([CodMacchina] = @Original_CodMacchina)) AND ((@IsNull_NumForno = 1 AND [NumForno] IS NULL) OR ([NumForno] = @Original_NumForno)) AND ((@IsNull_InizioIniezione = 1 AND [InizioIniezione] IS NULL) OR ([InizioIniezione] = @Original_InizioIniezione)) AND ((@IsNull_FineIniezione = 1 AND [FineIniezione] IS NULL) OR ([FineIniezione] = @Original_FineIniezione)) AND ((@IsNull_NumColata = 1 AND [NumColata] IS NULL) OR ([NumColata] = @Original_NumColata)) AND ((@IsNull_NumDisegno = 1 AND [NumDisegno] IS NULL) OR ([NumDisegno] = @Original_NumDisegno)) AND ((@IsNull_EsponenteDisegno = 1 AND [EsponenteDisegno] IS NULL) OR ([EsponenteDisegno] = @Original_EsponenteDisegno)) AND ((@IsNull_PezziProdNote = 1 AND [PezziProdNote] IS NULL) OR ([PezziProdNote] = @Original_PezziProdNote)))</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_CodDataMatrix" Precision="23" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="CodDataMatrix" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NumConchiglia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumConchiglia" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_NumConchiglia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumConchiglia" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CodScarto" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodScarto" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_CodScarto" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="CodScarto" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CodMacchina" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodMacchina" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_CodMacchina" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="CodMacchina" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NumForno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumForno" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@Original_NumForno" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="NumForno" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_InizioIniezione" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="InizioIniezione" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_InizioIniezione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="InizioIniezione" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FineIniezione" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FineIniezione" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_FineIniezione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="FineIniezione" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NumColata" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumColata" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NumColata" Precision="8" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="NumColata" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NumDisegno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumDisegno" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NumDisegno" Precision="7" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="NumDisegno" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_EsponenteDisegno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="EsponenteDisegno" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@Original_EsponenteDisegno" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="EsponenteDisegno" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PezziProdNote" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PezziProdNote" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_PezziProdNote" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PezziProdNote" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [dbo].[PezziProdotti] ([CodDataMatrix], [NumConchiglia], [CodScarto], [CodMacchina], [NumForno], [InizioIniezione], [FineIniezione], [NumColata], [NumDisegno], [EsponenteDisegno], [PezziProdNote]) VALUES (@CodDataMatrix, @NumConchiglia, @CodScarto, @CodMacchina, @NumForno, @InizioIniezione, @FineIniezione, @NumColata, @NumDisegno, @EsponenteDisegno, @PezziProdNote);
SELECT CodDataMatrix, NumConchiglia, CodScarto, CodMacchina, NumForno, InizioIniezione, FineIniezione, NumColata, NumDisegno, EsponenteDisegno, PezziProdNote FROM PezziProdotti WHERE (CodDataMatrix = @CodDataMatrix)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@CodDataMatrix" Precision="23" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="CodDataMatrix" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@NumConchiglia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumConchiglia" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@CodScarto" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="CodScarto" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@CodMacchina" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="CodMacchina" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@NumForno" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="NumForno" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@InizioIniezione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="InizioIniezione" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@FineIniezione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="FineIniezione" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NumColata" Precision="8" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="NumColata" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NumDisegno" Precision="7" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="NumDisegno" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@EsponenteDisegno" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="EsponenteDisegno" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@PezziProdNote" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PezziProdNote" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT CodDataMatrix, NumConchiglia, CodScarto, CodMacchina, NumForno, InizioIniezione, FineIniezione, NumColata, NumDisegno, EsponenteDisegno, PezziProdNote FROM dbo.PezziProdotti</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>UPDATE [dbo].[PezziProdotti] SET [CodDataMatrix] = @CodDataMatrix, [NumConchiglia] = @NumConchiglia, [CodScarto] = @CodScarto, [CodMacchina] = @CodMacchina, [NumForno] = @NumForno, [InizioIniezione] = @InizioIniezione, [FineIniezione] = @FineIniezione, [NumColata] = @NumColata, [NumDisegno] = @NumDisegno, [EsponenteDisegno] = @EsponenteDisegno, [PezziProdNote] = @PezziProdNote WHERE (([CodDataMatrix] = @Original_CodDataMatrix) AND ((@IsNull_NumConchiglia = 1 AND [NumConchiglia] IS NULL) OR ([NumConchiglia] = @Original_NumConchiglia)) AND ((@IsNull_CodScarto = 1 AND [CodScarto] IS NULL) OR ([CodScarto] = @Original_CodScarto)) AND ((@IsNull_CodMacchina = 1 AND [CodMacchina] IS NULL) OR ([CodMacchina] = @Original_CodMacchina)) AND ((@IsNull_NumForno = 1 AND [NumForno] IS NULL) OR ([NumForno] = @Original_NumForno)) AND ((@IsNull_InizioIniezione = 1 AND [InizioIniezione] IS NULL) OR ([InizioIniezione] = @Original_InizioIniezione)) AND ((@IsNull_FineIniezione = 1 AND [FineIniezione] IS NULL) OR ([FineIniezione] = @Original_FineIniezione)) AND ((@IsNull_NumColata = 1 AND [NumColata] IS NULL) OR ([NumColata] = @Original_NumColata)) AND ((@IsNull_NumDisegno = 1 AND [NumDisegno] IS NULL) OR ([NumDisegno] = @Original_NumDisegno)) AND ((@IsNull_EsponenteDisegno = 1 AND [EsponenteDisegno] IS NULL) OR ([EsponenteDisegno] = @Original_EsponenteDisegno)) AND ((@IsNull_PezziProdNote = 1 AND [PezziProdNote] IS NULL) OR ([PezziProdNote] = @Original_PezziProdNote)));
SELECT CodDataMatrix, NumConchiglia, CodScarto, CodMacchina, NumForno, InizioIniezione, FineIniezione, NumColata, NumDisegno, EsponenteDisegno, PezziProdNote FROM PezziProdotti WHERE (CodDataMatrix = @CodDataMatrix)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@CodDataMatrix" Precision="23" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="CodDataMatrix" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@NumConchiglia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumConchiglia" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@CodScarto" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="CodScarto" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@CodMacchina" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="CodMacchina" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@NumForno" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="NumForno" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@InizioIniezione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="InizioIniezione" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@FineIniezione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="FineIniezione" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NumColata" Precision="8" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="NumColata" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NumDisegno" Precision="7" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="NumDisegno" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@EsponenteDisegno" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="EsponenteDisegno" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@PezziProdNote" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PezziProdNote" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_CodDataMatrix" Precision="23" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="CodDataMatrix" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NumConchiglia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumConchiglia" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_NumConchiglia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumConchiglia" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CodScarto" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodScarto" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_CodScarto" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="CodScarto" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CodMacchina" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodMacchina" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_CodMacchina" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="CodMacchina" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NumForno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumForno" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@Original_NumForno" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="NumForno" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_InizioIniezione" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="InizioIniezione" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_InizioIniezione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="InizioIniezione" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FineIniezione" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FineIniezione" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_FineIniezione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="FineIniezione" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NumColata" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumColata" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NumColata" Precision="8" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="NumColata" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NumDisegno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumDisegno" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NumDisegno" Precision="7" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="NumDisegno" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_EsponenteDisegno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="EsponenteDisegno" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@Original_EsponenteDisegno" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="EsponenteDisegno" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PezziProdNote" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PezziProdNote" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_PezziProdNote" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PezziProdNote" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="CodDataMatrix" DataSetColumn="CodDataMatrix" />
<Mapping SourceColumn="NumConchiglia" DataSetColumn="NumConchiglia" />
<Mapping SourceColumn="CodScarto" DataSetColumn="CodScarto" />
<Mapping SourceColumn="CodMacchina" DataSetColumn="CodMacchina" />
<Mapping SourceColumn="NumForno" DataSetColumn="NumForno" />
<Mapping SourceColumn="InizioIniezione" DataSetColumn="InizioIniezione" />
<Mapping SourceColumn="FineIniezione" DataSetColumn="FineIniezione" />
<Mapping SourceColumn="NumColata" DataSetColumn="NumColata" />
<Mapping SourceColumn="NumDisegno" DataSetColumn="NumDisegno" />
<Mapping SourceColumn="EsponenteDisegno" DataSetColumn="EsponenteDisegno" />
<Mapping SourceColumn="PezziProdNote" DataSetColumn="PezziProdNote" />
</Mappings>
<Sources />
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="PezziGitterboxTableAdapter" GeneratorDataComponentClassName="PezziGitterboxTableAdapter" Name="PezziGitterbox" UserDataComponentName="PezziGitterboxTableAdapter">
<MainSource>
<DbSource ConnectionRef="SP_produzioneConnectionString (Settings)" DbObjectName="SP_produzione.dbo.PezziGitterbox" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<DeleteCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>DELETE FROM [dbo].[PezziGitterbox] WHERE (([CodDataMatrix] = @Original_CodDataMatrix) AND ([CodGitterbox] = @Original_CodGitterbox) AND ((@IsNull_InizioPreparazione = 1 AND [InizioPreparazione] IS NULL) OR ([InizioPreparazione] = @Original_InizioPreparazione)) AND ((@IsNull_FinePreparazione = 1 AND [FinePreparazione] IS NULL) OR ([FinePreparazione] = @Original_FinePreparazione)))</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_CodDataMatrix" Precision="23" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="CodDataMatrix" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_CodGitterbox" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="CodGitterbox" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_InizioPreparazione" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="InizioPreparazione" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_InizioPreparazione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="InizioPreparazione" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FinePreparazione" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FinePreparazione" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_FinePreparazione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="FinePreparazione" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</DeleteCommand>
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [dbo].[PezziGitterbox] ([CodDataMatrix], [CodGitterbox], [InizioPreparazione], [FinePreparazione]) VALUES (@CodDataMatrix, @CodGitterbox, @InizioPreparazione, @FinePreparazione);
SELECT CodDataMatrix, CodGitterbox, InizioPreparazione, FinePreparazione FROM PezziGitterbox WHERE (CodDataMatrix = @CodDataMatrix)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@CodDataMatrix" Precision="23" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="CodDataMatrix" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@CodGitterbox" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="CodGitterbox" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@InizioPreparazione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="InizioPreparazione" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@FinePreparazione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="FinePreparazione" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT CodDataMatrix, CodGitterbox, InizioPreparazione, FinePreparazione FROM dbo.PezziGitterbox</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
<UpdateCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>UPDATE [dbo].[PezziGitterbox] SET [CodDataMatrix] = @CodDataMatrix, [CodGitterbox] = @CodGitterbox, [InizioPreparazione] = @InizioPreparazione, [FinePreparazione] = @FinePreparazione WHERE (([CodDataMatrix] = @Original_CodDataMatrix) AND ([CodGitterbox] = @Original_CodGitterbox) AND ((@IsNull_InizioPreparazione = 1 AND [InizioPreparazione] IS NULL) OR ([InizioPreparazione] = @Original_InizioPreparazione)) AND ((@IsNull_FinePreparazione = 1 AND [FinePreparazione] IS NULL) OR ([FinePreparazione] = @Original_FinePreparazione)));
SELECT CodDataMatrix, CodGitterbox, InizioPreparazione, FinePreparazione FROM PezziGitterbox WHERE (CodDataMatrix = @CodDataMatrix)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@CodDataMatrix" Precision="23" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="CodDataMatrix" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@CodGitterbox" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="CodGitterbox" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@InizioPreparazione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="InizioPreparazione" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@FinePreparazione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="FinePreparazione" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_CodDataMatrix" Precision="23" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="CodDataMatrix" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_CodGitterbox" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="CodGitterbox" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_InizioPreparazione" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="InizioPreparazione" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_InizioPreparazione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="InizioPreparazione" SourceColumnNullMapping="false" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FinePreparazione" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FinePreparazione" SourceColumnNullMapping="true" SourceVersion="Original" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_FinePreparazione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="FinePreparazione" SourceColumnNullMapping="false" SourceVersion="Original" />
</Parameters>
</DbCommand>
</UpdateCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="CodDataMatrix" DataSetColumn="CodDataMatrix" />
<Mapping SourceColumn="CodGitterbox" DataSetColumn="CodGitterbox" />
<Mapping SourceColumn="InizioPreparazione" DataSetColumn="InizioPreparazione" />
<Mapping SourceColumn="FinePreparazione" DataSetColumn="FinePreparazione" />
</Mappings>
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="DS_DataMatrix" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_DataSetName="DS_DataMatrix" msprop:Generator_UserDSName="DS_DataMatrix" msprop:EnableTableAdapterManager="true">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="PezziProdotti" msprop:Generator_UserTableName="PezziProdotti" msprop:Generator_RowDeletedName="PezziProdottiRowDeleted" msprop:Generator_TableClassName="PezziProdottiDataTable" msprop:Generator_RowChangedName="PezziProdottiRowChanged" msprop:Generator_RowClassName="PezziProdottiRow" msprop:Generator_RowChangingName="PezziProdottiRowChanging" msprop:Generator_RowEvArgName="PezziProdottiRowChangeEvent" msprop:Generator_RowEvHandlerName="PezziProdottiRowChangeEventHandler" msprop:Generator_TablePropName="PezziProdotti" msprop:Generator_TableVarName="tablePezziProdotti" msprop:Generator_RowDeletingName="PezziProdottiRowDeleting">
<xs:complexType>
<xs:sequence>
<xs:element name="CodDataMatrix" msprop:Generator_UserColumnName="CodDataMatrix" msprop:Generator_ColumnPropNameInRow="CodDataMatrix" msprop:Generator_ColumnVarNameInTable="columnCodDataMatrix" msprop:Generator_ColumnPropNameInTable="CodDataMatrixColumn" type="xs:decimal" />
<xs:element name="NumConchiglia" msprop:Generator_UserColumnName="NumConchiglia" msprop:Generator_ColumnPropNameInRow="NumConchiglia" msprop:Generator_ColumnVarNameInTable="columnNumConchiglia" msprop:Generator_ColumnPropNameInTable="NumConchigliaColumn" type="xs:int" minOccurs="0" />
<xs:element name="CodScarto" msprop:Generator_UserColumnName="CodScarto" msprop:Generator_ColumnPropNameInRow="CodScarto" msprop:Generator_ColumnVarNameInTable="columnCodScarto" msprop:Generator_ColumnPropNameInTable="CodScartoColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CodMacchina" msprop:Generator_UserColumnName="CodMacchina" msprop:Generator_ColumnPropNameInRow="CodMacchina" msprop:Generator_ColumnVarNameInTable="columnCodMacchina" msprop:Generator_ColumnPropNameInTable="CodMacchinaColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NumForno" msprop:Generator_UserColumnName="NumForno" msprop:Generator_ColumnPropNameInRow="NumForno" msprop:Generator_ColumnVarNameInTable="columnNumForno" msprop:Generator_ColumnPropNameInTable="NumFornoColumn" type="xs:unsignedByte" minOccurs="0" />
<xs:element name="InizioIniezione" msprop:Generator_UserColumnName="InizioIniezione" msprop:Generator_ColumnPropNameInRow="InizioIniezione" msprop:Generator_ColumnVarNameInTable="columnInizioIniezione" msprop:Generator_ColumnPropNameInTable="InizioIniezioneColumn" type="xs:dateTime" minOccurs="0" />
<xs:element name="FineIniezione" msprop:Generator_UserColumnName="FineIniezione" msprop:Generator_ColumnPropNameInRow="FineIniezione" msprop:Generator_ColumnVarNameInTable="columnFineIniezione" msprop:Generator_ColumnPropNameInTable="FineIniezioneColumn" type="xs:dateTime" minOccurs="0" />
<xs:element name="NumColata" msprop:Generator_UserColumnName="NumColata" msprop:Generator_ColumnPropNameInRow="NumColata" msprop:Generator_ColumnVarNameInTable="columnNumColata" msprop:Generator_ColumnPropNameInTable="NumColataColumn" type="xs:decimal" minOccurs="0" />
<xs:element name="NumDisegno" msprop:Generator_UserColumnName="NumDisegno" msprop:Generator_ColumnPropNameInRow="NumDisegno" msprop:Generator_ColumnVarNameInTable="columnNumDisegno" msprop:Generator_ColumnPropNameInTable="NumDisegnoColumn" type="xs:decimal" minOccurs="0" />
<xs:element name="EsponenteDisegno" msprop:Generator_UserColumnName="EsponenteDisegno" msprop:Generator_ColumnPropNameInRow="EsponenteDisegno" msprop:Generator_ColumnVarNameInTable="columnEsponenteDisegno" msprop:Generator_ColumnPropNameInTable="EsponenteDisegnoColumn" type="xs:unsignedByte" minOccurs="0" />
<xs:element name="PezziProdNote" msprop:Generator_UserColumnName="PezziProdNote" msprop:Generator_ColumnPropNameInRow="PezziProdNote" msprop:Generator_ColumnVarNameInTable="columnPezziProdNote" msprop:Generator_ColumnPropNameInTable="PezziProdNoteColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="131" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="PezziGitterbox" msprop:Generator_UserTableName="PezziGitterbox" msprop:Generator_RowDeletedName="PezziGitterboxRowDeleted" msprop:Generator_TableClassName="PezziGitterboxDataTable" msprop:Generator_RowChangedName="PezziGitterboxRowChanged" msprop:Generator_RowClassName="PezziGitterboxRow" msprop:Generator_RowChangingName="PezziGitterboxRowChanging" msprop:Generator_RowEvArgName="PezziGitterboxRowChangeEvent" msprop:Generator_RowEvHandlerName="PezziGitterboxRowChangeEventHandler" msprop:Generator_TablePropName="PezziGitterbox" msprop:Generator_TableVarName="tablePezziGitterbox" msprop:Generator_RowDeletingName="PezziGitterboxRowDeleting">
<xs:complexType>
<xs:sequence>
<xs:element name="CodDataMatrix" msprop:Generator_UserColumnName="CodDataMatrix" msprop:Generator_ColumnPropNameInRow="CodDataMatrix" msprop:Generator_ColumnVarNameInTable="columnCodDataMatrix" msprop:Generator_ColumnPropNameInTable="CodDataMatrixColumn" type="xs:decimal" />
<xs:element name="CodGitterbox" msprop:Generator_UserColumnName="CodGitterbox" msprop:Generator_ColumnPropNameInRow="CodGitterbox" msprop:Generator_ColumnVarNameInTable="columnCodGitterbox" msprop:Generator_ColumnPropNameInTable="CodGitterboxColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="InizioPreparazione" msprop:Generator_UserColumnName="InizioPreparazione" msprop:Generator_ColumnPropNameInRow="InizioPreparazione" msprop:Generator_ColumnVarNameInTable="columnInizioPreparazione" msprop:Generator_ColumnPropNameInTable="InizioPreparazioneColumn" type="xs:dateTime" minOccurs="0" />
<xs:element name="FinePreparazione" msprop:Generator_UserColumnName="FinePreparazione" msprop:Generator_ColumnPropNameInRow="FinePreparazione" msprop:Generator_ColumnVarNameInTable="columnFinePreparazione" msprop:Generator_ColumnPropNameInTable="FinePreparazioneColumn" type="xs:dateTime" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:PezziProdotti" />
<xs:field xpath="mstns:CodDataMatrix" />
</xs:unique>
<xs:unique name="PezziGitterbox_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:PezziGitterbox" />
<xs:field xpath="mstns:CodDataMatrix" />
</xs:unique>
</xs:element>
</xs:schema>
+1
View File
@@ -0,0 +1 @@

+4343
View File
File diff suppressed because it is too large Load Diff
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!--<autogenerated>
This code was generated by a tool.
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
</autogenerated>-->
<DataSetUISetting Version="1.00" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TableUISettings />
</DataSetUISetting>
+863
View File
@@ -0,0 +1,863 @@
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="DS_Odette" targetNamespace="http://tempuri.org/DS_Odette.xsd" xmlns:mstns="http://tempuri.org/DS_Odette.xsd" xmlns="http://tempuri.org/DS_Odette.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:annotation>
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<Connections>
<Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="GMWConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="GMWConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.GMW_data.Properties.Settings.GlobalReference.Default.GMWConnectionString" Provider="System.Data.SqlClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="OdetteTableAdapter" GeneratorDataComponentClassName="OdetteTableAdapter" Name="Odette" UserDataComponentName="OdetteTableAdapter">
<MainSource>
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="SP_GMW.dbo.Odette" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [dbo].[Odette] ([CampoUDC], [Campo1_1], [Campo1_2], [Campo1_3], [Campo1_4], [Campo1_5], [Campo2_1], [Campo2_2], [Campo2_3], [Campo2_4], [Campo2_5], [Campo3_1], [Campo3_2], [Campo3_3], [Campo3_4], [Campo3_5], [Campo4_1], [Campo4_2], [Campo4_3], [Campo4_4], [Campo4_5], [Campo5_1], [Campo5_2], [Campo5_3], [Campo5_4], [Campo5_5], [Campo6_1], [Campo6_2], [Campo6_3], [Campo6_4], [Campo6_5], [Campo7_1], [Campo7_2], [Campo7_3], [Campo7_4], [Campo7_5], [Campo8_1], [Campo8_2], [Campo8_3], [Campo8_4], [Campo8_5], [Campo9_1], [Campo9_2], [Campo9_3], [Campo9_4], [Campo9_5], [Campo10_1], [Campo10_2], [Campo10_3], [Campo10_4], [Campo10_5], [Campo11_1_1], [Campo11_1_2], [Campo11_1_3], [Campo11_1_4], [Campo11_1_5], [Campo11_2_1], [Campo11_2_2], [Campo11_2_3], [Campo11_2_4], [Campo11_2_5], [Campo12_1], [Campo12_2], [Campo12_3], [Campo12_4], [Campo12_5], [Campo13_1], [Campo13_2], [Campo13_3], [Campo13_4], [Campo13_5], [Campo14_1], [Campo14_2], [Campo14_3], [Campo14_4], [Campo14_5], [Campo15_1], [Campo15_2], [Campo15_3], [Campo15_4], [Campo15_5], [Campo16_1], [Campo16_2], [Campo16_3], [Campo16_4], [Campo16_5]) VALUES (@CampoUDC, @Campo1_1, @Campo1_2, @Campo1_3, @Campo1_4, @Campo1_5, @Campo2_1, @Campo2_2, @Campo2_3, @Campo2_4, @Campo2_5, @Campo3_1, @Campo3_2, @Campo3_3, @Campo3_4, @Campo3_5, @Campo4_1, @Campo4_2, @Campo4_3, @Campo4_4, @Campo4_5, @Campo5_1, @Campo5_2, @Campo5_3, @Campo5_4, @Campo5_5, @Campo6_1, @Campo6_2, @Campo6_3, @Campo6_4, @Campo6_5, @Campo7_1, @Campo7_2, @Campo7_3, @Campo7_4, @Campo7_5, @Campo8_1, @Campo8_2, @Campo8_3, @Campo8_4, @Campo8_5, @Campo9_1, @Campo9_2, @Campo9_3, @Campo9_4, @Campo9_5, @Campo10_1, @Campo10_2, @Campo10_3, @Campo10_4, @Campo10_5, @Campo11_1_1, @Campo11_1_2, @Campo11_1_3, @Campo11_1_4, @Campo11_1_5, @Campo11_2_1, @Campo11_2_2, @Campo11_2_3, @Campo11_2_4, @Campo11_2_5, @Campo12_1, @Campo12_2, @Campo12_3, @Campo12_4, @Campo12_5, @Campo13_1, @Campo13_2, @Campo13_3, @Campo13_4, @Campo13_5, @Campo14_1, @Campo14_2, @Campo14_3, @Campo14_4, @Campo14_5, @Campo15_1, @Campo15_2, @Campo15_3, @Campo15_4, @Campo15_5, @Campo16_1, @Campo16_2, @Campo16_3, @Campo16_4, @Campo16_5)</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CampoUDC" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CampoUDC" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo1_1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo1_1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo1_2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo1_2" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo1_3" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo1_3" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo1_4" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo1_4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo1_5" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo1_5" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo2_1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo2_1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo2_2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo2_2" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo2_3" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo2_3" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo2_4" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo2_4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo2_5" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo2_5" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo3_1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo3_1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo3_2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo3_2" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo3_3" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo3_3" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo3_4" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo3_4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo3_5" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo3_5" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo4_1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo4_1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo4_2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo4_2" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo4_3" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo4_3" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo4_4" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo4_4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo4_5" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo4_5" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo5_1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo5_1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo5_2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo5_2" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo5_3" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo5_3" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo5_4" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo5_4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo5_5" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo5_5" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo6_1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo6_1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo6_2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo6_2" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo6_3" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo6_3" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo6_4" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo6_4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo6_5" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo6_5" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo7_1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo7_1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo7_2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo7_2" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo7_3" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo7_3" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo7_4" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo7_4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo7_5" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo7_5" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo8_1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo8_1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo8_2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo8_2" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo8_3" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo8_3" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo8_4" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo8_4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo8_5" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo8_5" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo9_1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo9_1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo9_2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo9_2" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo9_3" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo9_3" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo9_4" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo9_4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo9_5" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo9_5" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo10_1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo10_1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo10_2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo10_2" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo10_3" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo10_3" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo10_4" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo10_4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo10_5" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo10_5" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo11_1_1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo11_1_1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo11_1_2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo11_1_2" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo11_1_3" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo11_1_3" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo11_1_4" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo11_1_4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo11_1_5" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo11_1_5" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo11_2_1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo11_2_1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo11_2_2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo11_2_2" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo11_2_3" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo11_2_3" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo11_2_4" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo11_2_4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo11_2_5" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo11_2_5" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo12_1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo12_1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo12_2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo12_2" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo12_3" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo12_3" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo12_4" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo12_4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo12_5" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo12_5" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo13_1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo13_1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo13_2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo13_2" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo13_3" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo13_3" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo13_4" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo13_4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo13_5" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo13_5" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo14_1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo14_1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo14_2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo14_2" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo14_3" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo14_3" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo14_4" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo14_4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo14_5" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo14_5" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo15_1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo15_1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo15_2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo15_2" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo15_3" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo15_3" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo15_4" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo15_4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo15_5" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo15_5" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo16_1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo16_1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo16_2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo16_2" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo16_3" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo16_3" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo16_4" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo16_4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Campo16_5" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Campo16_5" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT CampoUDC, Campo1_1, Campo1_2, Campo1_3, Campo1_4, Campo1_5, Campo2_1, Campo2_2, Campo2_3, Campo2_4, Campo2_5, Campo3_1, Campo3_2, Campo3_3, Campo3_4, Campo3_5, Campo4_1, Campo4_2, Campo4_3, Campo4_4, Campo4_5, Campo5_1, Campo5_2, Campo5_3, Campo5_4, Campo5_5, Campo6_1, Campo6_2, Campo6_3, Campo6_4, Campo6_5, Campo7_1, Campo7_2, Campo7_3, Campo7_4, Campo7_5, Campo8_1, Campo8_2, Campo8_3, Campo8_4, Campo8_5, Campo9_1, Campo9_2, Campo9_3, Campo9_4, Campo9_5, Campo10_1, Campo10_2, Campo10_3, Campo10_4, Campo10_5, Campo11_1_1, Campo11_1_2, Campo11_1_3, Campo11_1_4, Campo11_1_5, Campo11_2_1, Campo11_2_2, Campo11_2_3, Campo11_2_4, Campo11_2_5, Campo12_1, Campo12_2, Campo12_3, Campo12_4, Campo12_5, Campo13_1, Campo13_2, Campo13_3, Campo13_4, Campo13_5, Campo14_1, Campo14_2, Campo14_3, Campo14_4, Campo14_5, Campo15_1, Campo15_2, Campo15_3, Campo15_4, Campo15_5, Campo16_1, Campo16_2, Campo16_3, Campo16_4, Campo16_5 FROM dbo.Odette</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="CampoUDC" DataSetColumn="CampoUDC" />
<Mapping SourceColumn="Campo1_1" DataSetColumn="Campo1_1" />
<Mapping SourceColumn="Campo1_2" DataSetColumn="Campo1_2" />
<Mapping SourceColumn="Campo1_3" DataSetColumn="Campo1_3" />
<Mapping SourceColumn="Campo1_4" DataSetColumn="Campo1_4" />
<Mapping SourceColumn="Campo1_5" DataSetColumn="Campo1_5" />
<Mapping SourceColumn="Campo2_1" DataSetColumn="Campo2_1" />
<Mapping SourceColumn="Campo2_2" DataSetColumn="Campo2_2" />
<Mapping SourceColumn="Campo2_3" DataSetColumn="Campo2_3" />
<Mapping SourceColumn="Campo2_4" DataSetColumn="Campo2_4" />
<Mapping SourceColumn="Campo2_5" DataSetColumn="Campo2_5" />
<Mapping SourceColumn="Campo3_1" DataSetColumn="Campo3_1" />
<Mapping SourceColumn="Campo3_2" DataSetColumn="Campo3_2" />
<Mapping SourceColumn="Campo3_3" DataSetColumn="Campo3_3" />
<Mapping SourceColumn="Campo3_4" DataSetColumn="Campo3_4" />
<Mapping SourceColumn="Campo3_5" DataSetColumn="Campo3_5" />
<Mapping SourceColumn="Campo4_1" DataSetColumn="Campo4_1" />
<Mapping SourceColumn="Campo4_2" DataSetColumn="Campo4_2" />
<Mapping SourceColumn="Campo4_3" DataSetColumn="Campo4_3" />
<Mapping SourceColumn="Campo4_4" DataSetColumn="Campo4_4" />
<Mapping SourceColumn="Campo4_5" DataSetColumn="Campo4_5" />
<Mapping SourceColumn="Campo5_1" DataSetColumn="Campo5_1" />
<Mapping SourceColumn="Campo5_2" DataSetColumn="Campo5_2" />
<Mapping SourceColumn="Campo5_3" DataSetColumn="Campo5_3" />
<Mapping SourceColumn="Campo5_4" DataSetColumn="Campo5_4" />
<Mapping SourceColumn="Campo5_5" DataSetColumn="Campo5_5" />
<Mapping SourceColumn="Campo6_1" DataSetColumn="Campo6_1" />
<Mapping SourceColumn="Campo6_2" DataSetColumn="Campo6_2" />
<Mapping SourceColumn="Campo6_3" DataSetColumn="Campo6_3" />
<Mapping SourceColumn="Campo6_4" DataSetColumn="Campo6_4" />
<Mapping SourceColumn="Campo6_5" DataSetColumn="Campo6_5" />
<Mapping SourceColumn="Campo7_1" DataSetColumn="Campo7_1" />
<Mapping SourceColumn="Campo7_2" DataSetColumn="Campo7_2" />
<Mapping SourceColumn="Campo7_3" DataSetColumn="Campo7_3" />
<Mapping SourceColumn="Campo7_4" DataSetColumn="Campo7_4" />
<Mapping SourceColumn="Campo7_5" DataSetColumn="Campo7_5" />
<Mapping SourceColumn="Campo8_1" DataSetColumn="Campo8_1" />
<Mapping SourceColumn="Campo8_2" DataSetColumn="Campo8_2" />
<Mapping SourceColumn="Campo8_3" DataSetColumn="Campo8_3" />
<Mapping SourceColumn="Campo8_4" DataSetColumn="Campo8_4" />
<Mapping SourceColumn="Campo8_5" DataSetColumn="Campo8_5" />
<Mapping SourceColumn="Campo9_1" DataSetColumn="Campo9_1" />
<Mapping SourceColumn="Campo9_2" DataSetColumn="Campo9_2" />
<Mapping SourceColumn="Campo9_3" DataSetColumn="Campo9_3" />
<Mapping SourceColumn="Campo9_4" DataSetColumn="Campo9_4" />
<Mapping SourceColumn="Campo9_5" DataSetColumn="Campo9_5" />
<Mapping SourceColumn="Campo10_1" DataSetColumn="Campo10_1" />
<Mapping SourceColumn="Campo10_2" DataSetColumn="Campo10_2" />
<Mapping SourceColumn="Campo10_3" DataSetColumn="Campo10_3" />
<Mapping SourceColumn="Campo10_4" DataSetColumn="Campo10_4" />
<Mapping SourceColumn="Campo10_5" DataSetColumn="Campo10_5" />
<Mapping SourceColumn="Campo11_1_1" DataSetColumn="Campo11_1_1" />
<Mapping SourceColumn="Campo11_1_2" DataSetColumn="Campo11_1_2" />
<Mapping SourceColumn="Campo11_1_3" DataSetColumn="Campo11_1_3" />
<Mapping SourceColumn="Campo11_1_4" DataSetColumn="Campo11_1_4" />
<Mapping SourceColumn="Campo11_1_5" DataSetColumn="Campo11_1_5" />
<Mapping SourceColumn="Campo11_2_1" DataSetColumn="Campo11_2_1" />
<Mapping SourceColumn="Campo11_2_2" DataSetColumn="Campo11_2_2" />
<Mapping SourceColumn="Campo11_2_3" DataSetColumn="Campo11_2_3" />
<Mapping SourceColumn="Campo11_2_4" DataSetColumn="Campo11_2_4" />
<Mapping SourceColumn="Campo11_2_5" DataSetColumn="Campo11_2_5" />
<Mapping SourceColumn="Campo12_1" DataSetColumn="Campo12_1" />
<Mapping SourceColumn="Campo12_2" DataSetColumn="Campo12_2" />
<Mapping SourceColumn="Campo12_3" DataSetColumn="Campo12_3" />
<Mapping SourceColumn="Campo12_4" DataSetColumn="Campo12_4" />
<Mapping SourceColumn="Campo12_5" DataSetColumn="Campo12_5" />
<Mapping SourceColumn="Campo13_1" DataSetColumn="Campo13_1" />
<Mapping SourceColumn="Campo13_2" DataSetColumn="Campo13_2" />
<Mapping SourceColumn="Campo13_3" DataSetColumn="Campo13_3" />
<Mapping SourceColumn="Campo13_4" DataSetColumn="Campo13_4" />
<Mapping SourceColumn="Campo13_5" DataSetColumn="Campo13_5" />
<Mapping SourceColumn="Campo14_1" DataSetColumn="Campo14_1" />
<Mapping SourceColumn="Campo14_2" DataSetColumn="Campo14_2" />
<Mapping SourceColumn="Campo14_3" DataSetColumn="Campo14_3" />
<Mapping SourceColumn="Campo14_4" DataSetColumn="Campo14_4" />
<Mapping SourceColumn="Campo14_5" DataSetColumn="Campo14_5" />
<Mapping SourceColumn="Campo15_1" DataSetColumn="Campo15_1" />
<Mapping SourceColumn="Campo15_2" DataSetColumn="Campo15_2" />
<Mapping SourceColumn="Campo15_3" DataSetColumn="Campo15_3" />
<Mapping SourceColumn="Campo15_4" DataSetColumn="Campo15_4" />
<Mapping SourceColumn="Campo15_5" DataSetColumn="Campo15_5" />
<Mapping SourceColumn="Campo16_1" DataSetColumn="Campo16_1" />
<Mapping SourceColumn="Campo16_2" DataSetColumn="Campo16_2" />
<Mapping SourceColumn="Campo16_3" DataSetColumn="Campo16_3" />
<Mapping SourceColumn="Campo16_4" DataSetColumn="Campo16_4" />
<Mapping SourceColumn="Campo16_5" DataSetColumn="Campo16_5" />
</Mappings>
<Sources>
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="SP_GMW.dbo.stp_ODETTE_getByUDC" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByUdc" GetMethodModifier="Public" GetMethodName="getByUdc" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByUdc" UserSourceName="getByUdc">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_ODETTE_getByUDC</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UDC" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="SP_GMW.dbo.stp_ODETTE_updateLingua" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateLingua" Modifier="Public" Name="updateLingua" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="updateLingua">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_ODETTE_updateLingua</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UDC" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Campo1_1" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Campo2_1" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Campo3_1" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Campo4_1" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Campo5_1" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Campo6_1" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Campo7_1" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Campo8_1" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Campo9_1" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Campo10_1" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Campo11_1_1" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Campo11_2_1" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Campo12_1" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Campo13_1" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Campo14_1" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Campo15_1" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Campo16_1" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="DS_Odette" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_DataSetName="DS_Odette" msprop:Generator_UserDSName="DS_Odette" msprop:EnableTableAdapterManager="true">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Odette" msprop:Generator_UserTableName="Odette" msprop:Generator_RowDeletedName="OdetteRowDeleted" msprop:Generator_TableClassName="OdetteDataTable" msprop:Generator_RowChangedName="OdetteRowChanged" msprop:Generator_RowClassName="OdetteRow" msprop:Generator_RowChangingName="OdetteRowChanging" msprop:Generator_RowEvArgName="OdetteRowChangeEvent" msprop:Generator_RowEvHandlerName="OdetteRowChangeEventHandler" msprop:Generator_TablePropName="Odette" msprop:Generator_TableVarName="tableOdette" msprop:Generator_RowDeletingName="OdetteRowDeleting">
<xs:complexType>
<xs:sequence>
<xs:element name="CampoUDC" msprop:Generator_UserColumnName="CampoUDC" msprop:Generator_ColumnPropNameInRow="CampoUDC" msprop:Generator_ColumnVarNameInTable="columnCampoUDC" msprop:Generator_ColumnPropNameInTable="CampoUDCColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo1_1" msprop:Generator_UserColumnName="Campo1_1" msprop:Generator_ColumnPropNameInRow="Campo1_1" msprop:Generator_ColumnVarNameInTable="columnCampo1_1" msprop:Generator_ColumnPropNameInTable="Campo1_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo1_2" msprop:Generator_UserColumnName="Campo1_2" msprop:Generator_ColumnPropNameInRow="Campo1_2" msprop:Generator_ColumnVarNameInTable="columnCampo1_2" msprop:Generator_ColumnPropNameInTable="Campo1_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo1_3" msprop:Generator_UserColumnName="Campo1_3" msprop:Generator_ColumnPropNameInRow="Campo1_3" msprop:Generator_ColumnVarNameInTable="columnCampo1_3" msprop:Generator_ColumnPropNameInTable="Campo1_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo1_4" msprop:Generator_UserColumnName="Campo1_4" msprop:Generator_ColumnPropNameInRow="Campo1_4" msprop:Generator_ColumnVarNameInTable="columnCampo1_4" msprop:Generator_ColumnPropNameInTable="Campo1_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo1_5" msprop:Generator_UserColumnName="Campo1_5" msprop:Generator_ColumnPropNameInRow="Campo1_5" msprop:Generator_ColumnVarNameInTable="columnCampo1_5" msprop:Generator_ColumnPropNameInTable="Campo1_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo2_1" msprop:Generator_UserColumnName="Campo2_1" msprop:Generator_ColumnPropNameInRow="Campo2_1" msprop:Generator_ColumnVarNameInTable="columnCampo2_1" msprop:Generator_ColumnPropNameInTable="Campo2_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo2_2" msprop:Generator_UserColumnName="Campo2_2" msprop:Generator_ColumnPropNameInRow="Campo2_2" msprop:Generator_ColumnVarNameInTable="columnCampo2_2" msprop:Generator_ColumnPropNameInTable="Campo2_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo2_3" msprop:Generator_UserColumnName="Campo2_3" msprop:Generator_ColumnPropNameInRow="Campo2_3" msprop:Generator_ColumnVarNameInTable="columnCampo2_3" msprop:Generator_ColumnPropNameInTable="Campo2_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo2_4" msprop:Generator_UserColumnName="Campo2_4" msprop:Generator_ColumnPropNameInRow="Campo2_4" msprop:Generator_ColumnVarNameInTable="columnCampo2_4" msprop:Generator_ColumnPropNameInTable="Campo2_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo2_5" msprop:Generator_UserColumnName="Campo2_5" msprop:Generator_ColumnPropNameInRow="Campo2_5" msprop:Generator_ColumnVarNameInTable="columnCampo2_5" msprop:Generator_ColumnPropNameInTable="Campo2_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo3_1" msprop:Generator_UserColumnName="Campo3_1" msprop:Generator_ColumnPropNameInRow="Campo3_1" msprop:Generator_ColumnVarNameInTable="columnCampo3_1" msprop:Generator_ColumnPropNameInTable="Campo3_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo3_2" msprop:Generator_UserColumnName="Campo3_2" msprop:Generator_ColumnPropNameInRow="Campo3_2" msprop:Generator_ColumnVarNameInTable="columnCampo3_2" msprop:Generator_ColumnPropNameInTable="Campo3_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo3_3" msprop:Generator_UserColumnName="Campo3_3" msprop:Generator_ColumnPropNameInRow="Campo3_3" msprop:Generator_ColumnVarNameInTable="columnCampo3_3" msprop:Generator_ColumnPropNameInTable="Campo3_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo3_4" msprop:Generator_UserColumnName="Campo3_4" msprop:Generator_ColumnPropNameInRow="Campo3_4" msprop:Generator_ColumnVarNameInTable="columnCampo3_4" msprop:Generator_ColumnPropNameInTable="Campo3_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo3_5" msprop:Generator_UserColumnName="Campo3_5" msprop:Generator_ColumnPropNameInRow="Campo3_5" msprop:Generator_ColumnVarNameInTable="columnCampo3_5" msprop:Generator_ColumnPropNameInTable="Campo3_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo4_1" msprop:Generator_UserColumnName="Campo4_1" msprop:Generator_ColumnPropNameInRow="Campo4_1" msprop:Generator_ColumnVarNameInTable="columnCampo4_1" msprop:Generator_ColumnPropNameInTable="Campo4_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo4_2" msprop:Generator_UserColumnName="Campo4_2" msprop:Generator_ColumnPropNameInRow="Campo4_2" msprop:Generator_ColumnVarNameInTable="columnCampo4_2" msprop:Generator_ColumnPropNameInTable="Campo4_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo4_3" msprop:Generator_UserColumnName="Campo4_3" msprop:Generator_ColumnPropNameInRow="Campo4_3" msprop:Generator_ColumnVarNameInTable="columnCampo4_3" msprop:Generator_ColumnPropNameInTable="Campo4_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo4_4" msprop:Generator_UserColumnName="Campo4_4" msprop:Generator_ColumnPropNameInRow="Campo4_4" msprop:Generator_ColumnVarNameInTable="columnCampo4_4" msprop:Generator_ColumnPropNameInTable="Campo4_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo4_5" msprop:Generator_UserColumnName="Campo4_5" msprop:Generator_ColumnPropNameInRow="Campo4_5" msprop:Generator_ColumnVarNameInTable="columnCampo4_5" msprop:Generator_ColumnPropNameInTable="Campo4_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo5_1" msprop:Generator_UserColumnName="Campo5_1" msprop:Generator_ColumnPropNameInRow="Campo5_1" msprop:Generator_ColumnVarNameInTable="columnCampo5_1" msprop:Generator_ColumnPropNameInTable="Campo5_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo5_2" msprop:Generator_UserColumnName="Campo5_2" msprop:Generator_ColumnPropNameInRow="Campo5_2" msprop:Generator_ColumnVarNameInTable="columnCampo5_2" msprop:Generator_ColumnPropNameInTable="Campo5_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo5_3" msprop:Generator_UserColumnName="Campo5_3" msprop:Generator_ColumnPropNameInRow="Campo5_3" msprop:Generator_ColumnVarNameInTable="columnCampo5_3" msprop:Generator_ColumnPropNameInTable="Campo5_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo5_4" msprop:Generator_UserColumnName="Campo5_4" msprop:Generator_ColumnPropNameInRow="Campo5_4" msprop:Generator_ColumnVarNameInTable="columnCampo5_4" msprop:Generator_ColumnPropNameInTable="Campo5_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo5_5" msprop:Generator_UserColumnName="Campo5_5" msprop:Generator_ColumnPropNameInRow="Campo5_5" msprop:Generator_ColumnVarNameInTable="columnCampo5_5" msprop:Generator_ColumnPropNameInTable="Campo5_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo6_1" msprop:Generator_UserColumnName="Campo6_1" msprop:Generator_ColumnPropNameInRow="Campo6_1" msprop:Generator_ColumnVarNameInTable="columnCampo6_1" msprop:Generator_ColumnPropNameInTable="Campo6_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo6_2" msprop:Generator_UserColumnName="Campo6_2" msprop:Generator_ColumnPropNameInRow="Campo6_2" msprop:Generator_ColumnVarNameInTable="columnCampo6_2" msprop:Generator_ColumnPropNameInTable="Campo6_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo6_3" msprop:Generator_UserColumnName="Campo6_3" msprop:Generator_ColumnPropNameInRow="Campo6_3" msprop:Generator_ColumnVarNameInTable="columnCampo6_3" msprop:Generator_ColumnPropNameInTable="Campo6_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo6_4" msprop:Generator_UserColumnName="Campo6_4" msprop:Generator_ColumnPropNameInRow="Campo6_4" msprop:Generator_ColumnVarNameInTable="columnCampo6_4" msprop:Generator_ColumnPropNameInTable="Campo6_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo6_5" msprop:Generator_UserColumnName="Campo6_5" msprop:Generator_ColumnPropNameInRow="Campo6_5" msprop:Generator_ColumnVarNameInTable="columnCampo6_5" msprop:Generator_ColumnPropNameInTable="Campo6_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo7_1" msprop:Generator_UserColumnName="Campo7_1" msprop:Generator_ColumnPropNameInRow="Campo7_1" msprop:Generator_ColumnVarNameInTable="columnCampo7_1" msprop:Generator_ColumnPropNameInTable="Campo7_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo7_2" msprop:Generator_UserColumnName="Campo7_2" msprop:Generator_ColumnPropNameInRow="Campo7_2" msprop:Generator_ColumnVarNameInTable="columnCampo7_2" msprop:Generator_ColumnPropNameInTable="Campo7_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo7_3" msprop:Generator_UserColumnName="Campo7_3" msprop:Generator_ColumnPropNameInRow="Campo7_3" msprop:Generator_ColumnVarNameInTable="columnCampo7_3" msprop:Generator_ColumnPropNameInTable="Campo7_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo7_4" msprop:Generator_UserColumnName="Campo7_4" msprop:Generator_ColumnPropNameInRow="Campo7_4" msprop:Generator_ColumnVarNameInTable="columnCampo7_4" msprop:Generator_ColumnPropNameInTable="Campo7_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo7_5" msprop:Generator_UserColumnName="Campo7_5" msprop:Generator_ColumnPropNameInRow="Campo7_5" msprop:Generator_ColumnVarNameInTable="columnCampo7_5" msprop:Generator_ColumnPropNameInTable="Campo7_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo8_1" msprop:Generator_UserColumnName="Campo8_1" msprop:Generator_ColumnPropNameInRow="Campo8_1" msprop:Generator_ColumnVarNameInTable="columnCampo8_1" msprop:Generator_ColumnPropNameInTable="Campo8_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo8_2" msprop:Generator_UserColumnName="Campo8_2" msprop:Generator_ColumnPropNameInRow="Campo8_2" msprop:Generator_ColumnVarNameInTable="columnCampo8_2" msprop:Generator_ColumnPropNameInTable="Campo8_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo8_3" msprop:Generator_UserColumnName="Campo8_3" msprop:Generator_ColumnPropNameInRow="Campo8_3" msprop:Generator_ColumnVarNameInTable="columnCampo8_3" msprop:Generator_ColumnPropNameInTable="Campo8_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo8_4" msprop:Generator_UserColumnName="Campo8_4" msprop:Generator_ColumnPropNameInRow="Campo8_4" msprop:Generator_ColumnVarNameInTable="columnCampo8_4" msprop:Generator_ColumnPropNameInTable="Campo8_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo8_5" msprop:Generator_UserColumnName="Campo8_5" msprop:Generator_ColumnPropNameInRow="Campo8_5" msprop:Generator_ColumnVarNameInTable="columnCampo8_5" msprop:Generator_ColumnPropNameInTable="Campo8_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo9_1" msprop:Generator_UserColumnName="Campo9_1" msprop:Generator_ColumnPropNameInRow="Campo9_1" msprop:Generator_ColumnVarNameInTable="columnCampo9_1" msprop:Generator_ColumnPropNameInTable="Campo9_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo9_2" msprop:Generator_UserColumnName="Campo9_2" msprop:Generator_ColumnPropNameInRow="Campo9_2" msprop:Generator_ColumnVarNameInTable="columnCampo9_2" msprop:Generator_ColumnPropNameInTable="Campo9_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo9_3" msprop:Generator_UserColumnName="Campo9_3" msprop:Generator_ColumnPropNameInRow="Campo9_3" msprop:Generator_ColumnVarNameInTable="columnCampo9_3" msprop:Generator_ColumnPropNameInTable="Campo9_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo9_4" msprop:Generator_UserColumnName="Campo9_4" msprop:Generator_ColumnPropNameInRow="Campo9_4" msprop:Generator_ColumnVarNameInTable="columnCampo9_4" msprop:Generator_ColumnPropNameInTable="Campo9_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo9_5" msprop:Generator_UserColumnName="Campo9_5" msprop:Generator_ColumnPropNameInRow="Campo9_5" msprop:Generator_ColumnVarNameInTable="columnCampo9_5" msprop:Generator_ColumnPropNameInTable="Campo9_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo10_1" msprop:Generator_UserColumnName="Campo10_1" msprop:Generator_ColumnPropNameInRow="Campo10_1" msprop:Generator_ColumnVarNameInTable="columnCampo10_1" msprop:Generator_ColumnPropNameInTable="Campo10_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo10_2" msprop:Generator_UserColumnName="Campo10_2" msprop:Generator_ColumnPropNameInRow="Campo10_2" msprop:Generator_ColumnVarNameInTable="columnCampo10_2" msprop:Generator_ColumnPropNameInTable="Campo10_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo10_3" msprop:Generator_UserColumnName="Campo10_3" msprop:Generator_ColumnPropNameInRow="Campo10_3" msprop:Generator_ColumnVarNameInTable="columnCampo10_3" msprop:Generator_ColumnPropNameInTable="Campo10_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo10_4" msprop:Generator_UserColumnName="Campo10_4" msprop:Generator_ColumnPropNameInRow="Campo10_4" msprop:Generator_ColumnVarNameInTable="columnCampo10_4" msprop:Generator_ColumnPropNameInTable="Campo10_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo10_5" msprop:Generator_UserColumnName="Campo10_5" msprop:Generator_ColumnPropNameInRow="Campo10_5" msprop:Generator_ColumnVarNameInTable="columnCampo10_5" msprop:Generator_ColumnPropNameInTable="Campo10_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_1_1" msprop:Generator_UserColumnName="Campo11_1_1" msprop:Generator_ColumnPropNameInRow="Campo11_1_1" msprop:Generator_ColumnVarNameInTable="columnCampo11_1_1" msprop:Generator_ColumnPropNameInTable="Campo11_1_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="11" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_1_2" msprop:Generator_UserColumnName="Campo11_1_2" msprop:Generator_ColumnPropNameInRow="Campo11_1_2" msprop:Generator_ColumnVarNameInTable="columnCampo11_1_2" msprop:Generator_ColumnPropNameInTable="Campo11_1_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="11" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_1_3" msprop:Generator_UserColumnName="Campo11_1_3" msprop:Generator_ColumnPropNameInRow="Campo11_1_3" msprop:Generator_ColumnVarNameInTable="columnCampo11_1_3" msprop:Generator_ColumnPropNameInTable="Campo11_1_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="11" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_1_4" msprop:Generator_UserColumnName="Campo11_1_4" msprop:Generator_ColumnPropNameInRow="Campo11_1_4" msprop:Generator_ColumnVarNameInTable="columnCampo11_1_4" msprop:Generator_ColumnPropNameInTable="Campo11_1_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="11" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_1_5" msprop:Generator_UserColumnName="Campo11_1_5" msprop:Generator_ColumnPropNameInRow="Campo11_1_5" msprop:Generator_ColumnVarNameInTable="columnCampo11_1_5" msprop:Generator_ColumnPropNameInTable="Campo11_1_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="11" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_2_1" msprop:Generator_UserColumnName="Campo11_2_1" msprop:Generator_ColumnPropNameInRow="Campo11_2_1" msprop:Generator_ColumnVarNameInTable="columnCampo11_2_1" msprop:Generator_ColumnPropNameInTable="Campo11_2_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="11" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_2_2" msprop:Generator_UserColumnName="Campo11_2_2" msprop:Generator_ColumnPropNameInRow="Campo11_2_2" msprop:Generator_ColumnVarNameInTable="columnCampo11_2_2" msprop:Generator_ColumnPropNameInTable="Campo11_2_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="11" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_2_3" msprop:Generator_UserColumnName="Campo11_2_3" msprop:Generator_ColumnPropNameInRow="Campo11_2_3" msprop:Generator_ColumnVarNameInTable="columnCampo11_2_3" msprop:Generator_ColumnPropNameInTable="Campo11_2_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="11" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_2_4" msprop:Generator_UserColumnName="Campo11_2_4" msprop:Generator_ColumnPropNameInRow="Campo11_2_4" msprop:Generator_ColumnVarNameInTable="columnCampo11_2_4" msprop:Generator_ColumnPropNameInTable="Campo11_2_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="11" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo11_2_5" msprop:Generator_UserColumnName="Campo11_2_5" msprop:Generator_ColumnPropNameInRow="Campo11_2_5" msprop:Generator_ColumnVarNameInTable="columnCampo11_2_5" msprop:Generator_ColumnPropNameInTable="Campo11_2_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="11" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo12_1" msprop:Generator_UserColumnName="Campo12_1" msprop:Generator_ColumnPropNameInRow="Campo12_1" msprop:Generator_ColumnVarNameInTable="columnCampo12_1" msprop:Generator_ColumnPropNameInTable="Campo12_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo12_2" msprop:Generator_UserColumnName="Campo12_2" msprop:Generator_ColumnPropNameInRow="Campo12_2" msprop:Generator_ColumnVarNameInTable="columnCampo12_2" msprop:Generator_ColumnPropNameInTable="Campo12_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo12_3" msprop:Generator_UserColumnName="Campo12_3" msprop:Generator_ColumnPropNameInRow="Campo12_3" msprop:Generator_ColumnVarNameInTable="columnCampo12_3" msprop:Generator_ColumnPropNameInTable="Campo12_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo12_4" msprop:Generator_UserColumnName="Campo12_4" msprop:Generator_ColumnPropNameInRow="Campo12_4" msprop:Generator_ColumnVarNameInTable="columnCampo12_4" msprop:Generator_ColumnPropNameInTable="Campo12_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo12_5" msprop:Generator_UserColumnName="Campo12_5" msprop:Generator_ColumnPropNameInRow="Campo12_5" msprop:Generator_ColumnVarNameInTable="columnCampo12_5" msprop:Generator_ColumnPropNameInTable="Campo12_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo13_1" msprop:Generator_UserColumnName="Campo13_1" msprop:Generator_ColumnPropNameInRow="Campo13_1" msprop:Generator_ColumnVarNameInTable="columnCampo13_1" msprop:Generator_ColumnPropNameInTable="Campo13_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo13_2" msprop:Generator_UserColumnName="Campo13_2" msprop:Generator_ColumnPropNameInRow="Campo13_2" msprop:Generator_ColumnVarNameInTable="columnCampo13_2" msprop:Generator_ColumnPropNameInTable="Campo13_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo13_3" msprop:Generator_UserColumnName="Campo13_3" msprop:Generator_ColumnPropNameInRow="Campo13_3" msprop:Generator_ColumnVarNameInTable="columnCampo13_3" msprop:Generator_ColumnPropNameInTable="Campo13_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo13_4" msprop:Generator_UserColumnName="Campo13_4" msprop:Generator_ColumnPropNameInRow="Campo13_4" msprop:Generator_ColumnVarNameInTable="columnCampo13_4" msprop:Generator_ColumnPropNameInTable="Campo13_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo13_5" msprop:Generator_UserColumnName="Campo13_5" msprop:Generator_ColumnPropNameInRow="Campo13_5" msprop:Generator_ColumnVarNameInTable="columnCampo13_5" msprop:Generator_ColumnPropNameInTable="Campo13_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo14_1" msprop:Generator_UserColumnName="Campo14_1" msprop:Generator_ColumnPropNameInRow="Campo14_1" msprop:Generator_ColumnVarNameInTable="columnCampo14_1" msprop:Generator_ColumnPropNameInTable="Campo14_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo14_2" msprop:Generator_UserColumnName="Campo14_2" msprop:Generator_ColumnPropNameInRow="Campo14_2" msprop:Generator_ColumnVarNameInTable="columnCampo14_2" msprop:Generator_ColumnPropNameInTable="Campo14_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo14_3" msprop:Generator_UserColumnName="Campo14_3" msprop:Generator_ColumnPropNameInRow="Campo14_3" msprop:Generator_ColumnVarNameInTable="columnCampo14_3" msprop:Generator_ColumnPropNameInTable="Campo14_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo14_4" msprop:Generator_UserColumnName="Campo14_4" msprop:Generator_ColumnPropNameInRow="Campo14_4" msprop:Generator_ColumnVarNameInTable="columnCampo14_4" msprop:Generator_ColumnPropNameInTable="Campo14_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo14_5" msprop:Generator_UserColumnName="Campo14_5" msprop:Generator_ColumnPropNameInRow="Campo14_5" msprop:Generator_ColumnVarNameInTable="columnCampo14_5" msprop:Generator_ColumnPropNameInTable="Campo14_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo15_1" msprop:Generator_UserColumnName="Campo15_1" msprop:Generator_ColumnPropNameInRow="Campo15_1" msprop:Generator_ColumnVarNameInTable="columnCampo15_1" msprop:Generator_ColumnPropNameInTable="Campo15_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo15_2" msprop:Generator_UserColumnName="Campo15_2" msprop:Generator_ColumnPropNameInRow="Campo15_2" msprop:Generator_ColumnVarNameInTable="columnCampo15_2" msprop:Generator_ColumnPropNameInTable="Campo15_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo15_3" msprop:Generator_UserColumnName="Campo15_3" msprop:Generator_ColumnPropNameInRow="Campo15_3" msprop:Generator_ColumnVarNameInTable="columnCampo15_3" msprop:Generator_ColumnPropNameInTable="Campo15_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo15_4" msprop:Generator_UserColumnName="Campo15_4" msprop:Generator_ColumnPropNameInRow="Campo15_4" msprop:Generator_ColumnVarNameInTable="columnCampo15_4" msprop:Generator_ColumnPropNameInTable="Campo15_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo15_5" msprop:Generator_UserColumnName="Campo15_5" msprop:Generator_ColumnPropNameInRow="Campo15_5" msprop:Generator_ColumnVarNameInTable="columnCampo15_5" msprop:Generator_ColumnPropNameInTable="Campo15_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo16_1" msprop:Generator_UserColumnName="Campo16_1" msprop:Generator_ColumnPropNameInRow="Campo16_1" msprop:Generator_ColumnVarNameInTable="columnCampo16_1" msprop:Generator_ColumnPropNameInTable="Campo16_1Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo16_2" msprop:Generator_UserColumnName="Campo16_2" msprop:Generator_ColumnPropNameInRow="Campo16_2" msprop:Generator_ColumnVarNameInTable="columnCampo16_2" msprop:Generator_ColumnPropNameInTable="Campo16_2Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo16_3" msprop:Generator_UserColumnName="Campo16_3" msprop:Generator_ColumnPropNameInRow="Campo16_3" msprop:Generator_ColumnVarNameInTable="columnCampo16_3" msprop:Generator_ColumnPropNameInTable="Campo16_3Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo16_4" msprop:Generator_UserColumnName="Campo16_4" msprop:Generator_ColumnPropNameInRow="Campo16_4" msprop:Generator_ColumnVarNameInTable="columnCampo16_4" msprop:Generator_ColumnPropNameInTable="Campo16_4Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Campo16_5" msprop:Generator_UserColumnName="Campo16_5" msprop:Generator_ColumnPropNameInRow="Campo16_5" msprop:Generator_ColumnVarNameInTable="columnCampo16_5" msprop:Generator_ColumnPropNameInTable="Campo16_5Column">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--<autogenerated>
This code was generated by a tool to store the dataset designer's layout information.
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
</autogenerated>-->
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="0" ViewPortY="0" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<Shapes>
<Shape ID="DesignTable:Odette" ZOrder="1" X="184" Y="113" Height="343" Width="242" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
</Shapes>
<Connectors />
</DiagramLayout>
+48
View File
@@ -0,0 +1,48 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using SteamWare;
namespace GMW_data
{
/// <summary>
/// fa da proxy singleton x gli oggetti legati ai DATAMATRIX
/// </summary>
public class DataMatrix
{
#region area table adapters
public DS_DataMatrixTableAdapters.PezziProdottiTableAdapter taPezziDM;
public DS_DataMatrixTableAdapters.PezziGitterboxTableAdapter taPezziGitterbox;
/// <summary>
/// init dei table adapters
/// </summary>
protected void initTA()
{
taPezziDM = new GMW_data.DS_DataMatrixTableAdapters.PezziProdottiTableAdapter();
taPezziGitterbox = new GMW_data.DS_DataMatrixTableAdapters.PezziGitterboxTableAdapter();
}
/// <summary>
/// effettua setup dei connection strings da web.config delal singola applicazione
/// </summary>
protected virtual void setupConnectionStringBase()
{
string connString = memLayer.ML.confReadString("SP_produzioneConnectionString");
// connections strings del db
taPezziDM.Connection.ConnectionString = connString;
taPezziGitterbox.Connection.ConnectionString = connString;
}
#endregion
protected DataMatrix()
{
initTA();
setupConnectionStringBase();
}
public static DataMatrix mgr = new DataMatrix();
}
}
+18 -17
View File
@@ -59,24 +59,25 @@ namespace GMW_data
/// </summary>
protected virtual void setupConnectionStringBase()
{
string connString = memLayer.ML.confReadString("GMWConnectionString");
// connections strings del db
taAnagImp.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taAnagBil.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taCartellini.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taTipoDich.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taStatiProd.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taAnagImballi.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taArtInProd.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taRelazUDC.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taAnagCS.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taAnagClienti.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taAnagOperatore.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taAnagParticolari.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taAnagFamiglie.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taSogg2Oper.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taPrtCart.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taPrtCartMP.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taSpecPart.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taAnagImp.Connection.ConnectionString = connString;
taAnagBil.Connection.ConnectionString = connString;
taCartellini.Connection.ConnectionString = connString;
taTipoDich.Connection.ConnectionString = connString;
taStatiProd.Connection.ConnectionString = connString;
taAnagImballi.Connection.ConnectionString = connString;
taArtInProd.Connection.ConnectionString = connString;
taRelazUDC.Connection.ConnectionString = connString;
taAnagCS.Connection.ConnectionString = connString;
taAnagClienti.Connection.ConnectionString = connString;
taAnagOperatore.Connection.ConnectionString = connString;
taAnagParticolari.Connection.ConnectionString = connString;
taAnagFamiglie.Connection.ConnectionString = connString;
taSogg2Oper.Connection.ConnectionString = connString;
taPrtCart.Connection.ConnectionString = connString;
taPrtCartMP.Connection.ConnectionString = connString;
taSpecPart.Connection.ConnectionString = connString;
}
#endregion
+34
View File
@@ -48,6 +48,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="DataMatrix.cs" />
<Compile Include="DataProxy.cs" />
<Compile Include="DS_Applicazione.cs">
<DependentUpon>DS_Applicazione.xsd</DependentUpon>
@@ -58,6 +59,11 @@
<DesignTime>True</DesignTime>
<DependentUpon>DS_Applicazione.xsd</DependentUpon>
</Compile>
<Compile Include="DS_DataMatrix.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>DS_DataMatrix.xsd</DependentUpon>
</Compile>
<Compile Include="DS_magazzino.cs">
<DependentUpon>DS_magazzino.xsd</DependentUpon>
<SubType>Component</SubType>
@@ -67,6 +73,11 @@
<DesignTime>True</DesignTime>
<DependentUpon>DS_magazzino.xsd</DependentUpon>
</Compile>
<Compile Include="DS_Odette.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>DS_Odette.xsd</DependentUpon>
</Compile>
<Compile Include="DS_SM.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
@@ -78,6 +89,7 @@
<DependentUpon>DS_Utility.xsd</DependentUpon>
</Compile>
<Compile Include="MagClass.cs" />
<Compile Include="Odette.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
@@ -124,6 +136,17 @@
<None Include="DS_Applicazione.xss">
<DependentUpon>DS_Applicazione.xsd</DependentUpon>
</None>
<None Include="DS_DataMatrix.xsc">
<DependentUpon>DS_DataMatrix.xsd</DependentUpon>
</None>
<None Include="DS_DataMatrix.xsd">
<SubType>Designer</SubType>
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>DS_DataMatrix.Designer.cs</LastGenOutput>
</None>
<None Include="DS_DataMatrix.xss">
<DependentUpon>DS_DataMatrix.xsd</DependentUpon>
</None>
<None Include="DS_magazzino.xsc">
<DependentUpon>DS_magazzino.xsd</DependentUpon>
</None>
@@ -135,6 +158,17 @@
<None Include="DS_magazzino.xss">
<DependentUpon>DS_magazzino.xsd</DependentUpon>
</None>
<None Include="DS_Odette.xsc">
<DependentUpon>DS_Odette.xsd</DependentUpon>
</None>
<None Include="DS_Odette.xsd">
<SubType>Designer</SubType>
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>DS_Odette.Designer.cs</LastGenOutput>
</None>
<None Include="DS_Odette.xss">
<DependentUpon>DS_Odette.xsd</DependentUpon>
</None>
<None Include="DS_SM.xsc">
<DependentUpon>DS_SM.xsd</DependentUpon>
</None>
+23 -23
View File
@@ -73,30 +73,30 @@ namespace GMW_data
/// </summary>
protected virtual void setupConnectionStringBase()
{
string connString = memLayer.ML.confReadString("GMWConnectionString");
// connections del db
taAnagMag.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taBlocchi.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taCelle.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taTipoCella.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taCartellini.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taPosUdcCorr.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taPosUdcStorico.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taMagOverw.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taDettMagPart.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taDettUDC.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taElencoListePrelievo.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taElencoCartellini.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taRigheListePrelievo.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taTipoListaPrelievo.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taVParticolariOverwiew.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taPartExpFig.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taStatoCelle.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taRapQual.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taRQ_sunto.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taPosizDelib.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taAnagPart.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taAnagPos.Connection.ConnectionString = memLayer.ML.confReadString("GMWConnectionString");
taAnagMag.Connection.ConnectionString = connString;
taBlocchi.Connection.ConnectionString = connString;
taCelle.Connection.ConnectionString = connString;
taTipoCella.Connection.ConnectionString = connString;
taCartellini.Connection.ConnectionString = connString;
taPosUdcCorr.Connection.ConnectionString = connString;
taPosUdcStorico.Connection.ConnectionString = connString;
taMagOverw.Connection.ConnectionString = connString;
taDettMagPart.Connection.ConnectionString = connString;
taDettUDC.Connection.ConnectionString = connString;
taElencoListePrelievo.Connection.ConnectionString = connString;
taElencoCartellini.Connection.ConnectionString = connString;
taRigheListePrelievo.Connection.ConnectionString = connString;
taTipoListaPrelievo.Connection.ConnectionString = connString;
taVParticolariOverwiew.Connection.ConnectionString = connString;
taPartExpFig.Connection.ConnectionString = connString;
taStatoCelle.Connection.ConnectionString = connString;
taRapQual.Connection.ConnectionString = connString;
taRQ_sunto.Connection.ConnectionString = connString;
taPosizDelib.Connection.ConnectionString = connString;
taAnagPart.Connection.ConnectionString = connString;
taAnagPos.Connection.ConnectionString = connString;
}
#endregion
+98
View File
@@ -0,0 +1,98 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using SteamWare;
namespace GMW_data
{
/// <summary>
/// fa da proxy singleton x gli oggetti legati ai cartellini ODETTE
/// </summary>
public class Odette
{
#region area table adapters
public DS_OdetteTableAdapters.OdetteTableAdapter taOdette;
/// <summary>
/// init dei table adapters
/// </summary>
protected void initTA()
{
taOdette = new GMW_data.DS_OdetteTableAdapters.OdetteTableAdapter();
}
/// <summary>
/// effettua setup dei connection strings da web.config delal singola applicazione
/// </summary>
protected virtual void setupConnectionStringBase()
{
string connString = memLayer.ML.confReadString("GMWConnectionString");
// connections strings del db
taOdette.Connection.ConnectionString = connString;
}
#endregion
protected Odette()
{
initTA();
setupConnectionStringBase();
}
public static Odette mgr = new Odette();
/// <summary>
/// wrapper traduzione
/// </summary>
/// <param name="lemma"></param>
/// <param name="lingua"></param>
/// <returns></returns>
public string traduci(string lemma, string lingua)
{
return user_std.UtSn.Traduci(lemma,lingua);
}
/// <summary>
/// carica le label di lingua su un etichetta odette (che deve già esistere)
/// </summary>
/// <param name="UDC"></param>
/// <param name="lingua"></param>
/// <returns></returns>
public bool caricaEtichetteLinguaPerOdette(string UDC, string lingua)
{
bool answ = false;
// controllo se etichetta odette esiste...
if (taOdette.getByUdc(UDC).Rows.Count > 0)
{
// carico le mie labels tradotte...
string Campo1_1 = traduci("Campo1_1", lingua);
string Campo2_1 = traduci("Campo2_1", lingua);
string Campo3_1 = traduci("Campo3_1", lingua);
string Campo4_1 = traduci("Campo4_1", lingua);
string Campo5_1 = traduci("Campo5_1", lingua);
string Campo6_1 = traduci("Campo6_1", lingua);
string Campo7_1 = traduci("Campo7_1", lingua);
string Campo8_1 = traduci("Campo8_1", lingua);
string Campo9_1 = traduci("Campo9_1", lingua);
string Campo10_1 = traduci("Campo10_1", lingua);
string Campo11_1_1 = traduci("Campo11_1_1", lingua);
string Campo11_2_1 = traduci("Campo11_2_1", lingua);
string Campo12_1 = traduci("Campo12_1", lingua);
string Campo13_1 = traduci("Campo13_1", lingua);
string Campo14_1 = traduci("Campo14_1", lingua);
string Campo15_1 = traduci("Campo15_1", lingua);
string Campo16_1 = traduci("Campo16_1", lingua);
// effettuo update!
taOdette.updateLingua(UDC, Campo1_1, Campo2_1, Campo3_1, Campo4_1, Campo5_1, Campo6_1, Campo7_1, Campo8_1, Campo9_1, Campo10_1, Campo11_1_1, Campo11_2_1, Campo12_1, Campo13_1, Campo14_1, Campo15_1, Campo16_1);
}
else
{
logger.lg.scriviLog(string.Format("Attenzione! etichetta odette non trovata per l'UDC {0}", UDC), tipoLog.ERROR);
}
return answ;
}
}
}
+12 -1
View File
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
// Runtime Version:2.0.50727.4952
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -33,5 +33,16 @@ namespace GMW_data.Properties {
return ((string)(this["GMWConnectionString"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
[global::System.Configuration.DefaultSettingValueAttribute("Data Source=10.74.82.217\\SQL2008R2;Initial Catalog=SP_produzione;Persist Security" +
" Info=True;User ID=sa;Password=keyhammer")]
public string SP_produzioneConnectionString {
get {
return ((string)(this["SP_produzioneConnectionString"]));
}
}
}
}
@@ -10,5 +10,13 @@
&lt;/SerializableConnectionString&gt;</DesignTimeValue>
<Value Profile="(Default)">Data Source=10.74.82.217\SQL2008R2;Initial Catalog=SP_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer</Value>
</Setting>
<Setting Name="SP_produzioneConnectionString" Type="(Connection string)" Scope="Application">
<DesignTimeValue Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
&lt;ConnectionString&gt;Data Source=10.74.82.217\SQL2008R2;Initial Catalog=SP_produzione;Persist Security Info=True;User ID=sa;Password=keyhammer&lt;/ConnectionString&gt;
&lt;ProviderName&gt;System.Data.SqlClient&lt;/ProviderName&gt;
&lt;/SerializableConnectionString&gt;</DesignTimeValue>
<Value Profile="(Default)">Data Source=10.74.82.217\SQL2008R2;Initial Catalog=SP_produzione;Persist Security Info=True;User ID=sa;Password=keyhammer</Value>
</Setting>
</Settings>
</SettingsFile>
+195
View File
@@ -80,6 +80,201 @@ AS
RETURN
set xact_abort on
go
begin transaction
go
set ANSI_NULLS on
go
/***************************************
* STORED stp_prtCartMatPrimaByUDC
*
* ottiene il record del Cartellino Materia Prima dato l'UDC richiesto x la sstampa
*
****************************************/
alter PROCEDURE stp_prtCartMatPrimaByUDC
(
@UDC VARCHAR(50)
)
AS
SELECT
RQ.nRapQual,
RQ.DataRapQual,
RQ.ProgUDC,
RQ.CodFor,
RQ.DestTerz,
RQ.CodLega,
RQ.DataPrelFus,
RQ.TurnoPrelFus,
RQ.Qta,
RQ.DestLega,
RQ.LegaScaric,
RQ.BenesQual,
RQ.UDC,
Fo.DescFornitore,
Fo.DescFornitore2,
Le.CodLega AS CodLega2,
Le.DescLega,
Le.DescLega2
FROM RilPro.RapQual AS RQ
LEFT JOIN RilPro.AnagFornitori AS Fo
ON RQ.CodFor = Fo.CodFornitore
LEFT JOIN RilPro.AnagLeghe Le
ON RQ.CodLega = 'L' + Le.CodLega
WHERE RQ.UDC = RTRIM(@UDC) -- 'UB31000000001'
RETURN
go
commit
go
set xact_abort on
go
begin transaction
go
set ANSI_NULLS on
go
/***************************************
* STORED stp_rappQualConsumabili
*
* Ottiene l'elenco dei record di rapp qualità (e quindi degli UDC) di AS non ancora consumati per range di data di approvazione
*
* Steamware, S.E.L.
* mod: 2010.10.05
*
****************************************/
alter PROCEDURE stp_rappQualConsumabili
(
@dataFrom DATETIME,
@dataTo DATETIME
)
AS
-- restituisce le righe richieste
SELECT nRapQual, DataRapQual, ProgUDC, CodFor, DestTerz, CodLega, DataPrelFus, TurnoPrelFus, Qta, DestLega, LegaScaric, BenesQual, UDC
FROM RilPro.RapQual
WHERE ((DataPrelFus IS NULL) OR (DataPrelFus = 0)) AND -- condizione sul NON aver fatto ancora il prelievo
((DataRapQual >= dbo.dateToAsFormat(@dataFrom)) AND (DataRapQual < dbo.dateToAsFormat(@dataTo))) -- cond data RQ
AND (ISNULL(UDC,'') <>'') -- non nullo UDC, quindi stampati...
RETURN
go
commit
go
set xact_abort on
go
begin transaction
go
set ANSI_NULLS on
go
-- Batch submitted through debugger: GMW_00290.sql|183|0|C:\Users\RottGian\AppData\Local\Temp\2\Temp1_GMW_00290.zip\GMW_00290.sql
/***************************************
* STORED stp_selDestListePrelByConditio
*
* Ottiene i destinatari delle liste di prelievo data la condizione indicata
*
* Steamware, S.E.L.
* mod: 2010.11.02
*
****************************************/
alter PROCEDURE stp_selDestListePrelByConditio
(
@conditio NVARCHAR(20)
)
AS
IF (@conditio='01-PreFus')
BEGIN
SELECT CAST('*' AS NVARCHAR(6)) AS value, CAST('*' AS NVARCHAR(50)) AS label, '01-PreFus' AS conditio
END
ELSE IF (@conditio='02-PreCli')
BEGIN
SELECT CAST(CodCliente AS NVARCHAR(6)) AS value, CAST(CodCliente AS NVARCHAR(6)) +'- ' +CAST(RagSociale AS NVARCHAR(50)) AS label, '02-PreCli' AS conditio
FROM RilPro.AnagClienti
ORDER BY label
END
ELSE
BEGIN
SELECT CAST(CodTerzista AS NVARCHAR(6)) AS value, CAST(CodTerzista AS NVARCHAR(6))+ '- '+CAST(DescTerzista AS NVARCHAR(50)) AS label, '03-TerWip' AS conditio
FROM RilPro.AnagDepositi
ORDER BY label
END
RETURN
go
commit
go
set xact_abort on
go
begin transaction
go
set ANSI_NULLS on
go
-- Batch submitted through debugger: GMW_00290.sql|183|0|C:\Users\RottGian\AppData\Local\Temp\2\Temp1_GMW_00290.zip\GMW_00290.sql
/***************************************
* STORED stp_selDestListePrelByConditio
*
* Ottiene i destinatari delle liste di prelievo data la condizione indicata
*
* Steamware, S.E.L.
* mod: 2010.11.02
*
****************************************/
alter PROCEDURE stp_selDestListePrelByConditio
(
@conditio NVARCHAR(20)
)
AS
IF (@conditio='01-PreFus')
BEGIN
SELECT CAST('*' AS NVARCHAR(6)) AS value, CAST('*' AS NVARCHAR(50)) AS label, '01-PreFus' AS conditio
END
ELSE IF (@conditio='02-PreCli')
BEGIN
SELECT CAST(CodCliente AS NVARCHAR(6)) AS value, CAST(CodCliente AS NVARCHAR(6)) +'- ' +CAST(RagSociale AS NVARCHAR(50)) AS label, '02-PreCli' AS conditio
FROM RilPro.AnagClienti
ORDER BY label
END
ELSE
BEGIN
SELECT CAST(CodTerzista AS NVARCHAR(6)) AS value, CAST(CodTerzista AS NVARCHAR(6))+ '- '+CAST(DescTerzista AS NVARCHAR(50)) AS label, '03-TerWip' AS conditio
FROM RilPro.AnagDepositi
ORDER BY label
END
RETURN
go
commit
go
+74
View File
@@ -44,6 +44,80 @@ RETURN
set xact_abort on
go
begin transaction
go
set ANSI_NULLS on
go
/***************************************
* STORED stp_rappQualSuntoGetByDataRange
*
* Ottiene l'elenco dei record di rapp qualità di AS dato il range delle date
*
* Steamware, S.E.L.
* mod: 2010.09.29
*
****************************************/
alter PROCEDURE stp_rappQualSuntoGetByDataRange
(
@dataFrom DATETIME,
@dataTo DATETIME
)
AS
-- restituisce le righe richieste
SELECT *
FROM v_RapQualSunto
WHERE (DataRapQual >= dbo.dateToAsFormat(@dataFrom)) AND (DataRapQual < dbo.dateToAsFormat(@dataTo))
ORDER BY nRapQual
RETURN
go
commit
go
set xact_abort on
go
begin transaction
go
set ANSI_NULLS on
go
/***************************************
* STORED stp_rappQualSuntoGetByDataRange
*
* Ottiene l'elenco dei record di rapp qualità di AS dato il range delle date
*
* Steamware, S.E.L.
* mod: 2010.09.29
*
****************************************/
alter PROCEDURE stp_rappQualSuntoGetByDataRange
(
@dataFrom DATETIME,
@dataTo DATETIME
)
AS
-- restituisce le righe richieste
SELECT *
FROM v_RapQualSunto
WHERE (DataRapQual >= dbo.dateToAsFormat(@dataFrom)) AND (DataRapQual < dbo.dateToAsFormat(@dataTo))
ORDER BY nRapQual
RETURN
go
commit
go
-- registro versione...
+128
View File
@@ -0,0 +1,128 @@
create table Odette(
CampoUDC varchar(10) not null constraint PK_Odette primary key,
Campo1_1 varchar(8) not null,
Campo1_2 varchar(8) not null,
Campo1_3 varchar(8) not null,
Campo1_4 varchar(8) not null,
Campo1_5 varchar(8) not null,
Campo2_1 varchar(8) not null,
Campo2_2 varchar(8) not null,
Campo2_3 varchar(8) not null,
Campo2_4 varchar(8) not null,
Campo2_5 varchar(8) not null,
Campo3_1 varchar(8) not null,
Campo3_2 varchar(8) not null,
Campo3_3 varchar(8) not null,
Campo3_4 varchar(8) not null,
Campo3_5 varchar(8) not null,
Campo4_1 varchar(8) not null,
Campo4_2 varchar(8) not null,
Campo4_3 varchar(8) not null,
Campo4_4 varchar(8) not null,
Campo4_5 varchar(8) not null,
Campo5_1 varchar(8) not null,
Campo5_2 varchar(8) not null,
Campo5_3 varchar(8) not null,
Campo5_4 varchar(8) not null,
Campo5_5 varchar(8) not null,
Campo6_1 varchar(8) not null,
Campo6_2 varchar(8) not null,
Campo6_3 varchar(8) not null,
Campo6_4 varchar(8) not null,
Campo6_5 varchar(8) not null,
Campo7_1 varchar(8) not null,
Campo7_2 varchar(8) not null,
Campo7_3 varchar(8) not null,
Campo7_4 varchar(8) not null,
Campo7_5 varchar(8) not null,
Campo8_1 varchar(8) not null,
Campo8_2 varchar(8) not null,
Campo8_3 varchar(8) not null,
Campo8_4 varchar(8) not null,
Campo8_5 varchar(8) not null,
Campo9_1 varchar(8) not null,
Campo9_2 varchar(8) not null,
Campo9_3 varchar(8) not null,
Campo9_4 varchar(8) not null,
Campo9_5 varchar(8) not null,
Campo10_1 varchar(9) not null,
Campo10_2 varchar(9) not null,
Campo10_3 varchar(9) not null,
Campo10_4 varchar(9) not null,
Campo10_5 varchar(9) not null,
Campo11_1_1 varchar(11) not null,
Campo11_1_2 varchar(11) not null,
Campo11_1_3 varchar(11) not null,
Campo11_1_4 varchar(11) not null,
Campo11_1_5 varchar(11) not null,
Campo11_2_1 varchar(11) not null,
Campo11_2_2 varchar(11) not null,
Campo11_2_3 varchar(11) not null,
Campo11_2_4 varchar(11) not null,
Campo11_2_5 varchar(11) not null,
Campo12_1 varchar(9) not null,
Campo12_2 varchar(9) not null,
Campo12_3 varchar(9) not null,
Campo12_4 varchar(9) not null,
Campo12_5 varchar(9) not null,
Campo13_1 varchar(9) not null,
Campo13_2 varchar(9) not null,
Campo13_3 varchar(9) not null,
Campo13_4 varchar(9) not null,
Campo13_5 varchar(9) not null,
Campo14_1 varchar(9) not null,
Campo14_2 varchar(9) not null,
Campo14_3 varchar(9) not null,
Campo14_4 varchar(9) not null,
Campo14_5 varchar(9) not null,
Campo15_1 varchar(9) not null,
Campo15_2 varchar(9) not null,
Campo15_3 varchar(9) not null,
Campo15_4 varchar(9) not null,
Campo15_5 varchar(9) not null,
Campo16_1 varchar(9) not null,
Campo16_2 varchar(9) not null,
Campo16_3 varchar(9) not null,
Campo16_4 varchar(9) not null,
Campo16_5 varchar(9) not null
)
go
set xact_abort on
go
begin transaction
go
INSERT INTO dbo.AnagTipoEvento
VALUES (N'MagPreGbox', N'Prelievo Gitterbox per cliente BMW')
go
commit transaction
go
set xact_abort on
go
begin transaction
go
INSERT INTO dbo.TipoListaPrelievo
VALUES (N'04-OdetSP', N'Lista Prelievo per Odette SP', N'LPO010101', N'MagPreGbox', 0)
go
commit transaction
go
-- registro versione...
INSERT INTO [dbo].[LogUpdateDb] ([Versione],[Data]) VALUES(360, GETDATE())
GO
+3
View File
@@ -6,5 +6,8 @@
<add name="GMW_data.Properties.Settings.GMWConnectionString"
connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=SP_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer"
providerName="System.Data.SqlClient" />
<add name="GMW_data.Properties.Settings.SP_produzioneConnectionString"
connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=SP_produzione;Persist Security Info=True;User ID=sa;Password=keyhammer"
providerName="System.Data.SqlClient" />
</connectionStrings>
</configuration>
Binary file not shown.
@@ -6,5 +6,8 @@
<add name="GMW_data.Properties.Settings.GMWConnectionString"
connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=SP_GMW;Persist Security Info=True;User ID=sa;Password=keyhammer"
providerName="System.Data.SqlClient" />
<add name="GMW_data.Properties.Settings.SP_produzioneConnectionString"
connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=SP_produzione;Persist Security Info=True;User ID=sa;Password=keyhammer"
providerName="System.Data.SqlClient" />
</connectionStrings>
</configuration>
Binary file not shown.
Binary file not shown.
+3 -3
View File
@@ -349,14 +349,14 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:GMW"
"ProductCode" = "8:{AE1EBEAE-7281-48A7-AF60-0DB79B61424A}"
"PackageCode" = "8:{1E31AAA0-8666-4470-95A1-381A09FF377E}"
"ProductCode" = "8:{33571C57-DCDE-46D3-8BA4-37F8EB24358A}"
"PackageCode" = "8:{DAF22D52-4536-4384-B32C-352029F6C17C}"
"UpgradeCode" = "8:{C9BC0732-DC92-4336-BAC9-A05A5D2A97C0}"
"RestartWWWService" = "11:TRUE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.0.351"
"ProductVersion" = "8:1.0.355"
"Manufacturer" = "8:SteamWare s.r.l."
"ARPHELPTELEPHONE" = "8:+39-035460560"
"ARPHELPLINK" = "8:http://www.steamware.net"
Binary file not shown.