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
-1
votes
1 answer

SQLiteLog: (1) near "TRANSACTION": syntax error

in this case i want to make local database when the apps on offline mode. i want to add transaction and items transaction data to my local database. this is my items transaction data class ItemTransactionOffline(_bp: Double, _co: String, _cur:…
ilham fidatama
  • 197
  • 4
  • 13
-1
votes
2 answers

How to insert data into local database using C#

I am working on my first project using local database on C#. I have searched on internet different code for inserting data, but nothing has worked for me. I am trying different code, the problem that occurs to me is the built in functions they are…
Ahmer Mehmood
  • 23
  • 1
  • 8
-1
votes
2 answers

How to iterate through the table and get the value of a cell? (MVC)

I have this table called "Events" with where there are columns named 'EquipID' and 'EmailSent' respectively. The default value for 'EmailSent' is "no" when a data is inserted. Now I have to run a query to iterate through every single row whether an…
-1
votes
4 answers

C# database connection SQL

I'm trying to make it so I can use the program where ever I put the folder so it's not just restricted to be in one specific place. This is the connection string i'm using right now string constring = "Data Source =…
-1
votes
1 answer

Error in adding a new servise-based datababase in visual studio 2015

i am beginner is programming. I want to write a program by c# in visual studio 2015 with a simple database that takes some data, save it and read from that database. I wrote some of my code in a windows form application and now I want to add a…
Persian LionKing
  • 304
  • 1
  • 5
  • 19
-1
votes
2 answers

Windows Phone Local database

I want to built a data file based database for Windows Phone database and use it to store the following object of class. public class employee() { public int EmployeeNumber{get;set;} public string EmployeeFirstName{get;set;} public string…
Vaibhav Patil
  • 37
  • 1
  • 3
-1
votes
1 answer

Cannot Enable Parse Local Datastore in Swift

I'm having the same issue as described here: Can't enable Parse Local Datastore However, I do not understand what he is talking about when he talks about Cache Policy. Can someone please help me fix this error? Thanks!
Schuey999
  • 4,706
  • 7
  • 21
  • 36
-1
votes
1 answer

WPF standalone local database without server installation

I developed a WPF application which is connected Sql Server and works very well,now I want embed a database to my application which don't require any server installation.I want anybody just click setup.exe and install in their computer.
Harun ERGUL
  • 5,770
  • 5
  • 53
  • 62
-1
votes
3 answers

Rename Local Database tables in SQL with Visual Studio 2008

I have created a local database db.mdf in VS2010 asp.net website. In there are a few tables. Now I need to rename the tables. But query designer doesn't let me. How do I rename those tables?
-2
votes
1 answer

Using local databases without having the end user download LocalDB

Is there a way to use a local database without the end user having to download LocalDB on their pc ?
A Loli
  • 57
  • 3
-3
votes
1 answer

How to store and retrieve a single integer value via sqlite

I would like to know how to store a single integer value to an sqlite database locally and then retrieve this value in a method in another class. PS: I don't want to use sharedpreference. I have a boolean set to true which I have converted to an int…
Kingsley Onwus
  • 263
  • 1
  • 8
1 2 3
16
17