There's a gmane 'newsgroup from a mailing list' for sqlite:-
gmane.comp.db.sqlite.general
It's quite active and helpful too. (Also 'announce' and others)
--
Chris Green
ยท
--
https://mail.python.org/mailman/listinfo/python-list
On 5/4/2016 10:02 PM, Stephen Hansen wrote:
On Wed, May 4, 2016, at 03:46 PM, DFS wrote:
I can't find anything on the web.
Have you tried:
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
If you really must access it over a newsgroup, you can use the Gmane
mirror:
h
On Wed, May 4, 2016, 6:51 PM DFS wrote:
> Both of the following python commands successfully create a SQLite3
> datafile which crashes Access 2003 immediately upon trying to open it
> (via an ODBC linked table).
>
Have you tried using Access 2013?
On the other hand, a SQLite3 file created in VB
On Wed, May 4, 2016, at 03:46 PM, DFS wrote:
> I can't find anything on the web.
Have you tried:
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
If you really must access it over a newsgroup, you can use the Gmane
mirror:
http://gmane.org/info.php?group=gmane.comp.db.
Both of the following python commands successfully create a SQLite3
datafile which crashes Access 2003 immediately upon trying to open it
(via an ODBC linked table).
import sqlite3
conn = sqlite3.connect("dfile.db")
import pyodbc
conn = pyodbc.connect('Driver={SQLite3 ODBC Driver};Database=