Questions tagged [local-database]

This tag would be for cases where a database is accessed locally, not over a network.

This tag would be for cases where a database is accessed locally, not over a network. For example, an SQLite database used by a mobile app.

252 questions
0
votes
0 answers

C# Local database on Windows phone app using SQL server compact toolbox

I am newbie in WP dev. I just want to create a simple database and work with it. I have create a database with TABLE is Member and 3 columns is ID, FirstName, LastName. and then i use SQL server compact toolbox to generate datacontext. Finally i…
DuyXike
  • 13
  • 5
0
votes
1 answer

How do I get Local Database files to work in Visual Studio 2010 B2?

In Visual Studio 2008 I can add a local database file (.sdf) and work with it just fine. In Visual Studio 2010 B2, I can add the file, but it doesn't get added to Server Explorer, and when I try double clicking on it I get this error: The…
Max Schmeling
  • 12,363
  • 14
  • 66
  • 109
0
votes
2 answers

how to develop c#.net desktop base software?

i have to develop desktop base software in C#.Net which only produces reports and that reports can be export to any format. that software will be dump into CD/DVD and distributed to all clients and they will install it in their PC (Stand Alon PC).…
Haid
  • 111
  • 2
  • 10
0
votes
2 answers

Unable to connect to a Local Database

I am playing with C# and a local database (An empty SQL Server Compact Edition database for local data) But I am unable to connect to the database and get data. This is what I try: // Properties.Settings.Default.DatabaseConnectionString = Data…
Ron van der Heijden
  • 14,803
  • 7
  • 58
  • 82
0
votes
1 answer

Using LongListSelector with a Deployed Database

I'm trying to create an app for Windows Phone 8 that displays data in a LongListSelector that's populated from a SQL CE database that's shipped with the app. I think I have the opening and reading from the database functions down, but I can't…
0
votes
1 answer

VSU 2012 - Relase Project error on other computer (SQLCE)

Recently, i finished my large application project. I used database : SQL Compact, because i was reading and i read, that it's a local database, so i was very happy :). Troubles coming soon when I finally finished my application. The first thing,…
Rafał Gołubowicz
  • 620
  • 1
  • 7
  • 19
0
votes
0 answers

Async and await on database operations on Windows Phone 8

I'm trying to search some article with best practices on using async, await and Tasks with local databases on Windows Phone 8, but I can only find examples using WebClient or HttpClient. I wonder whether what i'm trying to do is the best approach or…
Eric.M
  • 827
  • 1
  • 14
  • 29
0
votes
1 answer

Cannot add values to local database in windows phone app

I am trying to create a database app for Windows Phone 8. When I try to add a new table entry in one of the tables of the DB, I get an error like this. {System.InvalidCastException: Could not convert from type 'System.Byte[]' to type…
Vishnu
  • 35
  • 1
  • 6
0
votes
2 answers

Saving data in windows phone received from WCF/web service .

Saving data in windows phone received from WCF/web service . The response may be received after sometime so how to handle this situation. Saving data is no problem but How to handel if data is received late
user1881251
  • 83
  • 1
  • 4
  • 11
0
votes
1 answer

How to submit form data to html5 local database

I am writing this very small application to run on an iPod. It is meant to store information based on a workout that I enter in. The storage will be html5 local database. My question is how do I get the information from the form which has multiple…
John
  • 505
  • 1
  • 9
  • 22
0
votes
1 answer

Removing Local Databases and Membership provider from asp.net login control

i have used Visual Studio Default Website to create a Application.it's working fine in local machine but when i host it on server iis.it gives the error Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'. in my database there is no…
chamara
  • 12,649
  • 32
  • 134
  • 210
0
votes
1 answer

Sync Local database windows phone with database server

How to sync local database of windows phone with database on the server, for this case, rails server using sqlite ... Any idea? Thank you.
0
votes
1 answer

windows phone 7 Saving image and sound in database

I am currently doing my final year project. I have to create a Windows phone application. My application allows users to record sound and image and store it in their windows phone database. I know that in order for us to store image and sound in the…
users23456
  • 49
  • 1
  • 2
-1
votes
1 answer

Save data into local database in visual studio 2019

I created a windows form in visual studio 2019 and l connected it to local database....but when l rebuild the project all the data removed from the database..why??
-1
votes
1 answer

Local database support Vender

I am just new in Flex/ARI development. I Want to used local machine database in my one ARI (Desktop) Application, So which database vender are available for local database support Windows OS, like SQlite....etc . Which one is best and faster for…
Manjeet Patel
  • 183
  • 1
  • 3
  • 13
1 2 3
16
17