- Jun 6, 2020
- 11,559
- 4,422
I have created a local test database for the iPhone with B4i. This works as it should.
Now I have created a test database at
When I start the app, I get the error "Database file not found....".
Info from dn4free:
«The host name to access the server is db4free.net and the port is 3306.»
SQL.Initialize(xui.DefaultFolder, "dbTest.db", True) - and that works as it should.
BUT...
How should the connection string look for a connection to the MySQL-database at
Do I have to use a completely different method than with a local test database?
PS!
Do...
Now I have created a test database at
برای دیدن لینک ها باید ثبت نام کنید
, but am struggling to create a correct connection string.When I start the app, I get the error "Database file not found....".
Info from dn4free:
«The host name to access the server is db4free.net and the port is 3306.»
- Remote-Host:
برای دیدن لینک ها باید ثبت نام کنید(MySQL-database)
- Database: dbTest
- Table: tblTest
- Username: nameTest
- Password: passwordTest
SQL.Initialize(xui.DefaultFolder, "dbTest.db", True) - and that works as it should.
BUT...
How should the connection string look for a connection to the MySQL-database at
برای دیدن لینک ها باید ثبت نام کنید
??Do I have to use a completely different method than with a local test database?
PS!
برای دیدن لینک ها باید ثبت نام کنید
is only a test database.Do...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید