RE: saving dynamic dataset to sql ce

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Mark Ihimoyan [MSFT] (markihspamfree_at_nospam.online.microsoft.com)
Date: 09/28/04


Date: Tue, 28 Sep 2004 04:31:03 GMT

I suggest you print out the insert command between the following 2 lines of
code to aid in troubleshooting this.
That way I could tell what caused the exception. It will also be helpful to
tell me about the dataset.

            cmd.CommandText = command.ToString(); // Set
insert command
            Console.WriteLine(cmd.CommandText);
            da.InsertCommand = cmd; // Store
our insert command
Thanks.



Relevant Pages

  • Re: MC Alternative? (File Managers)
    ... > I run Linux almost exclusively from the command line, ... > aid of aliases, functions, and scripts I've written, using nvi ...
    (comp.os.linux.misc)
  • Re: MC Alternative? (File Managers)
    ... > I run Linux almost exclusively from the command line, ... > aid of aliases, functions, and scripts I've written, using nvi ...
    (comp.unix.questions)
  • Re: Magnifier wont shut off
    ... The "magnifier" program is, apparently, intended to aid people with impaired vision. ... Now that you point it out I do recall that the - sign is omitted with this command. ... Fedora may start that by default from a script... ...
    (alt.os.linux)
  • Command line
    ... I'm thinking of developing a little aid in VB6 which would need to take a ... command line argument. ... Can someone give me a link or advice on how I should ...
    (microsoft.public.vb.general.discussion)
  • Re: Runtime Syntax Checker
    ... If any Tcl command sets a return code other than zero, ... script to abort, but any following scripts will execute. ... In C, you can ignore errors, execution ... The caller must then handle the exception. ...
    (comp.lang.tcl)