Microsoft
Software
Hardware
Network
Question : How to use Merge (from Sql 2008) with this query
Hi!
I'm developing a aspx page with sql 2008. I have this part of code but I need to change this old sentence (that uses update, insert) using merge. Do you know how to do that?
Dim myComm As SqlCommand = New SqlCommand(" " & _
" UPDATE Join_ObservacionesDates SET observaciones = @Observaciones WHERE ID_Remisera = @ID_Remisera AND fecha = @Fecha " & _
" IF @@ROWCOUNT = 0 " & _
" INSERT INTO Join_ObservacionesDates (ID_Remisera,fecha,observa
ciones) " & _
" VALUES (@ID_Remisera,@Fecha,@Obse
rvaciones)
", myConn)
myComm.Parameters.Add("@Ob
servacione
s", SqlDbType.Text).Value = e.Record("observaciones")
myComm.Parameters.Add("@ID
_Remisera"
, SqlDbType.Int).Value = e.Record("ID")
myComm.Parameters.Add("@Fe
cha", SqlDbType.SmallDateTime).V
alue = e.Record("Date")
myComm.ExecuteNonQuery()
Answer : How to use Merge (from Sql 2008) with this query
The ASA will not treat port 445 any different than any other port. A static combined with an access-list entry should be enough.
Some ISP's may block port 445.
Random Solutions
Drupal Newsletter - SimpleNews settings
Disk Manager doesn't see the ISCSI Virtual Disks but One
How to connect treeview & listview or grid through Access database
SQL
Need help to figure out this Active Directory issue on a new domain with Netlogon issues, in the midst of migration
windows installer problem
create a div with rounded top and bottom and sides with an outer glow
Power Point files won't open from samba share
How could i distribute internet to users connected to windows server 2008 R2 ????
XPages: can't get a simple dialog box working