iphone xcode sqlite3_open remote host
- by cicana
Hi,
i try to get a connection my server, with the sqlite3_open command!
my question...is it possible to that? i got the following code...
// Get the path to the documents directory and append the databaseName
databaseName = @"AnimalDatabase.sql";
NSString *serverpath = @"http://localhost/app/";
databasePath = [serverpath…