|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Does anyone know if it's possible to connect to a remote sqlite file
using php and pdo? new PDO('sqlite:http://example.com/somefile.sqlite') ....returns an unhandled exception error. |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
JonnyAJAX wrote:
> Does anyone know if it's possible to connect to a remote sqlite file > using php and pdo? > > new PDO('sqlite:http://example.com/somefile.sqlite') > > ...returns an unhandled exception error. > Hi, I have no experience with sqlite, but any database needs to ability to update the database, and you will not be able to update using an url-wrapper. Futhermore: I also expect that sqlite needs 'lockfiles' and stuff like that for functioning. So my guess is your chances are dim in succeeding in this setup. But I am not actually hindered by any knowledge of sqlite. ;-) Regards, Erwin Moller |
|
![]() |
| Outils de la discussion | |
|
|