RE: saving dynamic dataset to sql ce
From: Mark Ihimoyan [MSFT] (markihspamfree_at_nospam.online.microsoft.com)
Date: 09/28/04
- Next message: Stefan Hong: "Re: Better architecture for cross-platform project"
- Previous message: Alex Feinman [MVP]: "Re: Smartphone 2003 Device ID"
- In reply to: lang: "RE: saving dynamic dataset to sql ce"
- Messages sorted by: [ date ] [ thread ]
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.
- Next message: Stefan Hong: "Re: Better architecture for cross-platform project"
- Previous message: Alex Feinman [MVP]: "Re: Smartphone 2003 Device ID"
- In reply to: lang: "RE: saving dynamic dataset to sql ce"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|