You are not logged in.
Just did a Google on live bindings.
Sounds like a new Delphi thing.
I am still using Delphi 7
Tom
Offline
Just testing the Sample 16.
Have Sqlite3 as the engine.
Database as test.db3 (which is in the same16 folder)
server in localhost/root:888 (also tested localhost:888)
user and password blank
Then after Open error in server an error in the Database handle.
Where do I need to have the sqlite database.
Tom
Offline
Was using that one.
Put in user and password as admin/admin
Offline
Had a look at the code for converting the old Volga database to a Sqlit3 one.
Used Sql Create table etc.
If the Field was a memo then say Text.
Then in filling the table used the Variant for each field.
Tom
Offline
1. What values do you use with sqlite as the database in Sample 16.
2. Also had a look at Sample17 and cannot find people.json
Had a look on your web site in the files area as well.
Tom
Offline
Please compile and run the regression tests first, to create some files.
This is TestSQL3.dpr.
Enable http.sys for the given port with TestSQL3Register.dpr.
1. Some typical values, extracted from Project16Client.settings:
{
"Engine": "rseSQlite3",
"ServerName": "d:\\dev\\lib\\sqlite3\\exe\\test.db3",
"DatabaseName": "",
"UserID": "",
"PassWord": ""
}
2. The sample from People.json which is created by TestSQL3.exe.
Offline
Wonderful Thanks.
Now for my last silly question.
With Say Project 16 how would I modify a value then send it back to the test3.db3?
Tom
Offline
Offline
Will have a look later.
Pity our timezone is so far apart. Just getting ready for dinner in Australia now.
Would this make it difficult to send update information from my android application.
I think it uses an SQL update etc function.
Tom
Offline
So...
Is it worth me continuing with this idea.
I do need to be able to send and receive data with SQL.
Tom
Offline
Offline