in reply to Re^3: Can't connect to data source 'DBI:SQLite:\C:\Users\DON\Desktop\data.db
in thread pp concatenate path
PS: your comparison (with "<:encoding(UTF-8)")
if ($dbfile1 eq $dbfile2){ print "same\n";} else {print "different\n";}
returns always same, both in the version compiled with pp and in the script version! So I do not really understand where the problem lies!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Can't connect to data source 'DBI:SQLite:\C:\Users\DON\Desktop\data.db
by huck (Prior) on Apr 21, 2018 at 08:28 UTC | |
by Anonymous Monk on Apr 21, 2018 at 23:23 UTC |