in app.config file. The problem is that I can retrieve data but cannot insert data into the database. the config file
looks like this
<configSections>
</configSections>
<connectionStrings>
<add name="POS.My.MySettings.POS1ConnectionString" connectionString="Data Source=|DataDirectory|\Db\POS1.sdf"
providerName="Microsoft.SqlServerCe.Client.3.5" />
<add name="POS.My.MySettings.POS2ConnectionString" connectionString="Data Source=|DataDirectory|\Db\POS2.sdf"
providerName="Microsoft.SqlServerCe.Client.3.5" />
</connectionStrings>
PLEASE HELP ME
This post has been edited by Atli: 16 April 2012 - 06:45 AM
Reason for edit:: Please use [code] tags when posting code.

New Topic/Question
Reply



MultiQuote








|