Hello,

I am on mac and I work with XCode.

I created a data base with SQLITE: /sqlite3 lolo (the name of
the data base is not important ; -) )

When I look at the name of the data base (struct sqlite3 - >
aDb - > zName), I receive "main" like name!

Why the name isn't "lolo"?

I then created two tables: "user" and "nobody".

When I look at the number of table (struct sqlite3 - > nTable), I
receive "0"!

Why? Normally that must be "2".

Thank you in advance,

Denis Lurkin.

Reply via email to