Open SQL data and View it. - Forum

Forum Navigation
You need to log in to create posts and topics.

Open SQL data and View it.

Sorry for the basic question but I am look at changing an Acces database to SQLite. I have created two tables with DB Browser for SQLite version 3.12.2 and it shows the two tables (GRO and Parish).

When I go to open the table and show it data all I have been getting is errors.

dbpOpenDatabase "GRO" "[PubDir]Burdess.db"
dbpTableExists "GRO" "Burdess" "[TEST]"
dbpGetTableNames "GRO" ";" "[Test12]"
dbpOpenTable "GRO" "Burdess" ""
dbpShowGrid "GRO" "BURDESS" "Rectangle1"

This gives me

GRO'$Status = Connected

TEST = True

Test12 = Burdess; (I do not have with this name)

dbpError = The Table Burdess could not be Opened

Can anyone point me in the direct, to solving this problem please.

 

@m-burdess

Check out this tutorial project with a simple database. It might help.

NeoDB plugin is used (SinLios)

Uploaded files:
  • You need to login to have access to uploads.
luishp has reacted to this post.
luishp

Thank you will look at it tonight.