PyCharm 1.5 - SQLite Database and "Data Sources"
Hello,
In my Project I`m using a SQLite Database called abat.db. I faild to set up a connection to it:
whats wrong with this setup ??
thx in advance
Attachment(s):
pic.png
Please sign in to leave a comment.

jdbc:sqlite:D:/abat.db?that worked: jdbc:sqlite:xxxxxxx where is is filename where the db file is available .
thx