On 5/6/05, Leander Gillard <[EMAIL PROTECTED]> wrote: > Hello. > > I just moved over my scripts to a new server, sqlite was installed as well > as the perl module. > > 1: The script connects successfully to the db but does not select any of the > data.
I saw this sometimes and I think it was caused by difference in the SQLite version used in the two places. > 2: As per my questions yesterday, I haven't been able to find any code that > shows how you would create a new permanent db file using the perl module. $dbh = DBI->connect(....); $dbh->do("CREATE TABLE foo ...."); or did I misunderstand you ? Gabor BTW you can also ask DBD::SQLite related questions on http://www.cpanforum.com/dist/DBD-SQLite