B4J Question SQLite - Attribute not supported

Rob White

Member
Licensed User
Hi all,

I am trying to use B4J to access a SQLite DB. When I insert the attribute "#AdditionalJar: sqlite-jdbc-3.7.2"
I get a red wiggly line when I hover over the line I see "attribute not supported: AdditionalJar"

Help | About shows B4J version as 8.9
I have jSQL internal library selected.

A compile gives
B4J Version: 8.90
Parsing code. Error
Error parsing program.
Error description: Attribute not supported: additionaljar
Error occurred on line: 4 (B4XMainPage)
#AdditionalJar: sqlite-jdbc-3.7.2

If I comment out the line and do a compile I get : Are you missing an #AdditionalJar attribute setting?

A version problem or what?
 

DonManfred

Expert
Licensed User
Longtime User
#additionaljar should be in MAIN Module...
 
Upvote 0
Top