Torna al Thread

sql = "INSERT INTO tab_temp ([tipouser],[cognome],[nome],[ragionesocial],[indirizzo],[provincia],[comuneresidenza],[cap],[telefono],[fax],[cf],[piva],[email],[username],[password],[chiave],[active])" sql = sql & " VALUES (" & tipo & ",'','','" & txtRagsociale.Text & "','" & txtIndirizzo.Text & "','" sql = sql & ddlProvincia.SelectedValue & "','" & ddlResidenza.SelectedValue & "','" & txtCap.Text & "','" sql = sql & txtTelefono.Text & "','" & txtFax.Text & "','','','','','','" & key.ToString & "'," & Active & ")"
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5