Thread: Display contents of SQLite table?
 |
This question is not answered.
Helpful answers available: 2.
Correct answers available: 1.
|
|
Replies:
2
-
Last Post:
Jan 15, 2017 12:18 AM
Last Post By: Markus Humm
|
|
|
Posts:
175
Registered:
1/19/05
|
|
Is there a tool in the RAD Studio to display the contents of a SQLite table? I can't figure out if I'm writing the data wrong or reading it wrong. I really would like to see the data and go from there.
I did find something called Data Explorer. It asks me for name of connection but does not allow me to input any other info about a connection which seems a bit odd. So maybe I would need to know how to create a connection that the Data Explorer can find. I'll keep looking.
I found a document for version 8 of FireDac. How special! The version I have is 24.
Should FireDAC Explorer show anything under Connection definitions. That area is blank.
|
|
|
Posts:
3
Registered:
12/8/99
|
|
|
|
|
Posts:
5,113
Registered:
11/9/03
|
|
Am 14.01.2017 um 07:19 schrieb Frank Yingst:
Is there a tool in the RAD Studio to display the contents of a SQLite table? I can't figure out if I'm writing the data wrong or reading it wrong. I really would like to see the data and go from there.
I did find something called Data Explorer. It asks me for name of connection but does not allow me to input any other info about a connection which seems a bit odd. So maybe I would need to know how to create a connection that the Data Explorer can find. I'll keep looking.
I found a document for version 8 of FireDac. How special! The version I have is 24.
Should FireDAC Explorer show anything under Connection definitions. That area is blank.
Delphi includes a small DB explorer. It is a tab of the project manager.
You need to define your database connection and then you can see at
least the first few entries in your DB.
But as said: you need to define a connection there first.
Greetings
Markus
|
|
|
|
Legend
|
|
Helpful Answer
(5 pts)
|
|
Correct Answer
(10 pts)
|
|
Connect with Us