Hello Everybody.
I need some Help with SQLite.
I've got a ASP.NET Website in Visual Studio and trying to configure a SQLite
Database. Every time the program is getting to "x.open()" if got a Exception
Error, saying that the file cannot be opened.
In another Project, NO Website, but a Windows Application, the same code works
fine.
Properly there are some Permissions not given for the Website to access the
local Filesystem.?
Can somebody help me to Solve the Problem?
'create database
Dim connMakDB As SQLiteConnection = New
SQLiteConnection("PlayerDB2.sqlite")
'Access database
Dim conn = New SQLiteConnection("Data
Source=PlayerDB2.sqlite;Version=3")
conn.Open() -->ERROR
Mit freundlichen Gr??en/ Kind regards
_________________________________________________
Tajo Reetz
Trainee
Process & IT
Volvo Construction Equipment
Max-Planck-Stra?e 1
54329 Konz, Germany
Email: tajo.reetz at volvo.com<mailto:tajo.reetz at volvo.com>