Search found 3 matches

by tomyeto
Sun Oct 04, 2015 6:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can't connect to MySQL
Replies: 7
Views: 6254

Re: Can't connect to MySQL

If your database is hosted on webhosting, please make sure you allow remote access using your IP address.
by tomyeto
Sun Oct 04, 2015 6:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Login Script Using MySQL Database
Replies: 4
Views: 6652

Re: Login Script Using MySQL Database

Thanks Klaus and AxWald.

I am very new to LiveCode and not familiar with it syntax.

I create a connection to database and select 2 field from the table which are sID and sIC. I displayed it on field.

Here are the codes:
-- construct the SQL (this selects all the data from the specified table ...
by tomyeto
Sat Oct 03, 2015 5:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Login Script Using MySQL Database
Replies: 4
Views: 6652

Login Script Using MySQL Database

Hi,

I try to create a login page for my simple application. I have a MySQL database on a hosting and connected to my application once the stack is opened.

I have table name "staff" on that database consist of staffId and Password.

I have created a text field "sID" and "password" on the interface ...