DHI / DHI/mikepluspy

open_database error

Open
#39 30 comments 0 reactions 1 assignee Claimed by @ryan-kipawa View on GitHub
bug
Dominant language
Python
Stars
25
Forks
3
PR merge metrics
No merged PRs in 30d

Description

When trying to open a database i get the error:
SQLiteException: code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error
Det angivne modul blev ikke fundet.
ved DHI.Amelia.DataModule.Services.DataSource.DataSourceSpatiaLite.OpenDatabaseCore()
ved DHI.Amelia.DataModule.Services.DataSource.BaseDataSource.OpenDatabase()

the code look like this:
from mikeplus import DataTableAccess
from pathlib import Path

sti_db = Path('C:\Users\......\Test.sqlite')
db = DataTableAccess(sti_db)

db_open = db.open_database()

The database has been made in a 2024 version of the mike+ program.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.