Discussion:
SQLCE server database reading and writing values..???
(too old to reply)
Hussain
2009-08-29 04:07:24 UTC
Permalink
hi i am new to C Sharp and i am trying to make a small application for Wince5.0
i am using Sql Server Compact 3.5.
i have made a database named "db.sdf" in which there is a table name "TagSearch"
what i am doing is i have created an object of the table and adding values to it but i am unable to find the way to insert these values in the database itself not the object..

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Threading;
using System.Windows.Forms;
using System.IO;
using System.Data.SqlServerCe;
nitin
2009-10-01 08:07:52 UTC
Permalink
please see

http://msdn.microsoft.com/en-us/library/system.data.sqlserverce.sqlceresultset%28VS.80%29.aspx
:)
Post by Hussain
hi i am new to C Sharp and i am trying to make a small application for Wince5.0
i am using Sql Server Compact 3.5.
i have made a database named "db.sdf" in which there is a table name "TagSearch"
what i am doing is i have created an object of the table and adding values
to it but i am unable to find the way to insert these values in the
database itself not the object..
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Threading;
using System.Windows.Forms;
using System.IO;
using System.Data.SqlServerCe;
Loading...