Hello
I am trying to use OgrDataSource from Access to add a layer from spatialite database but I don't find the connextion string...
I tried this :
dim ds as New MapWinGis.OgrDataSource
cnsSpatialite = "Driver=SQLite3 ODBC Driver;Database = C:...\db.sqlite;"
if ds.Open(cnxSpatialite) = false then
debug.print "erreur"
else
debug.print "succes"
end if
I got error 308 No Error...
Do you have an idea how I can do this ?
Thank's
Guen
I am trying to use OgrDataSource from Access to add a layer from spatialite database but I don't find the connextion string...
I tried this :
dim ds as New MapWinGis.OgrDataSource
cnsSpatialite = "Driver=SQLite3 ODBC Driver;Database = C:...\db.sqlite;"
if ds.Open(cnxSpatialite) = false then
debug.print "erreur"
else
debug.print "succes"
end if
I got error 308 No Error...
Do you have an idea how I can do this ?
Thank's
Guen