Finding problem in connecting the SQL Server CE database with my smart device application
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I am making a simple smart device project in C# where I have a login screen and I want to store the data using SQL Server CE. I have followed this link to connect my smart device project with the database, but I am finding problem http://www.codeproject.com/KB/mobile/loginsmartdevicedatabase.aspx In this link in the last section it says that after we build our project we will be able to see the data table adapter frame in the toolbox which we can drag into the project and can work but after building the project I am not able to see that frame anywhere in the tollbox. Can anyone help me as to why this is happening Thanks in advance!!!!