Questions tagged [sqlitemanager]

SQLiteManager is a multilingual web based tool to manage SQLite database. Use this tag for questions related to the relational database management system.

SQLiteManager is a multilingual web based tool to manage SQLite database. Use this tag for questions related to the relational database management system.

69 questions
0
votes
2 answers

Firefox SQLite Manager cannot access Xcode iPhone simulator SQLite DB Directory

I have a question regarding opening SQLite database from SQLite Manager extention of Firefox. I use SQLite database for my iOS app development and always use SQLite Manager to load the database for the app runs on iPhone emulator (The file is under…
Raymond Wang
  • 1,484
  • 2
  • 18
  • 33
0
votes
1 answer

Firefox SQLite Manager to create database for iOS

The default number of rows in a table created by Firefox SQLite Manager is 20. But I want to insert 50 records in my table. Where do I have to make changes in SQLite Manager to increase the Number rows?
SriKanth
  • 459
  • 7
  • 27
-1
votes
1 answer

Inserting SUM of one column from one table to another column of another table in JAVA

I have F_table and S_table in my database.I want to insert the sum of all of the values of the Quantity_column of my F_table into Total_column of the S_table. For doing that what I have to write in JAVA? Suppose, I have two table one is…
Tabassum
  • 25
  • 2
  • 2
  • 8
-1
votes
1 answer

how to update Table using SqliteManager in swift

I am using SqliteManager to add data in database. I have to update a table with the query below but it doesn't updating table data. SQLiteManager.sharedInstance().executeQuery("UPDATE Invoice SET is_void = '1',void_comment…
Krutarth Patel
  • 3,407
  • 6
  • 27
  • 54
-1
votes
1 answer

How to match value with comma in Sqlite Database with different column and return again with comma

I have database with three column like here code name details nd new dear sdadasd dn no dear fdsfdsf bs bhai sahab vdfgdfgdfg Now I have value with comma like "nd, new dear" How to match with…
Yuvaan Chauhan
  • 344
  • 1
  • 3
  • 12
-1
votes
3 answers

Getting a column from .sqlite containing multiple tables with multiple columns

!Database consists of multiple tables and multiple columns as shown & i have pasted this law.sqlite in assets folder. Database consists of multiple tables and multiple columns as shown & i have pasted this law.sqlite in assets folder. Suppose i…
Vivek Warde
  • 1,936
  • 8
  • 47
  • 77
-2
votes
1 answer

I can't see see my database changes

I've entered some entries to my database and control the changes on SQLiteManager. But, when I run my app, I stil see my old entries in the app. How can I fix this problem ?
-2
votes
1 answer

Why my tables disappeared suddenly when i'm using SQLIte Manager?

I'm using SQLite Manager for my project but sometimes all my tables disappear suddenly. So what should I do for this?i'm confused because data in the table gone also. Please help me..
-3
votes
1 answer

How to delete multiple rows in Sqlite Manager

i have a sql database, it contain 50.000 records but i want only 100 records. it is very hard to delete it manually, so there is not a solution to delete it with SQl Commands (using SQlite Manager of Firfox) Thank you
KingoC
  • 167
  • 3
  • 15
1 2 3 4
5