2 inserts with 1 SqlCeCommand ?

  • Thread starter Thread starter Freestyler
  • Start date Start date
F

Freestyler

Is it possible to execute 2 inserts/updates ( into different tables ) with 1
SqlCeCommand ?
Regards,
Fred.
 
Not, multiple queries in the command text is not supported by SqlCeCommand.

Thanks

Yunwen Bai
SQL Server CE

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "Freestyler" <[email protected]>
| Subject: 2 inserts with 1 SqlCeCommand ?
| Date: Wed, 17 Sep 2003 13:09:53 +0200
| Lines: 6
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: 213.25.25.104
| Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGXA06.phx.gbl!TK2MSFTNGXA05.phx.gbl!TK2MSFTNGP0
8.phx.gbl!TK2MSFTNGP11.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:33736
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| Is it possible to execute 2 inserts/updates ( into different tables )
with 1
| SqlCeCommand ?
| Regards,
| Fred.
|
|
|
 
Back
Top