Search found 7 matches
- Wed Aug 14, 2013 2:55 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Connecting and Editng Info On sql Sever
- Replies: 16
- Views: 8826
Re: Connecting and Editng Info On sql Sever
Ok just got home..... I added my host to the remote mysql and got it to work thanks alot, i can proceed with programing. OK, so I was just playing around setting up my own MySQL database and I was able to reproduce the "Access denied for user..."error. The fix for me was to allow my host remote acce...
- Wed Aug 14, 2013 12:53 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Connecting and Editng Info On sql Sever
- Replies: 16
- Views: 8826
Re: Connecting and Editng Info On sql Sever
Thank you Simon i will try that when i get home from work... But how would i connect without changing that setting. Also i had changed the runrev if inside that code because i wanted it to access/connect to my database so that i could start to request info and make change's to the database put "runr...
- Tue Aug 13, 2013 8:43 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Connecting and Editng Info On sql Sever
- Replies: 16
- Views: 8826
Re: Connecting and Editng Info On sql Sever
Yes that is the lesson i was following but when i input my sql sever info i get this error
"Access denied for user 'monstaen_Jchat'@'72.252.162.97' (using password: YES)"
"Access denied for user 'monstaen_Jchat'@'72.252.162.97' (using password: YES)"
- Tue Aug 13, 2013 5:09 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Connecting and Editng Info On sql Sever
- Replies: 16
- Views: 8826
Re: Connecting and Editng Info On sql Sever
So Haven't really been getting help of any one but going to keep posting as i progress i now fond what i believe is the correct host name for my sql sever srv.hosting24. com thats the company that host my site. but now i get get this error message "Access denied for user 'monstaen_Jchat'@'72.252.162...
- Tue Aug 13, 2013 4:33 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Connecting and Editng Info On sql Sever
- Replies: 16
- Views: 8826
Re: Connecting and Editng Info On sql Sever
Ok so i got that code above from the live code site and put in my sql sever info but still cant get it to work i get error message "Can't connect to MySQL server on 'Localhost' (61)"
- Tue Aug 13, 2013 4:29 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Connecting and Editng Info On sql Sever
- Replies: 16
- Views: 8826
Re: Connecting and Editng Info On sql Sever
on mouseUp -- use a global variable to hold the connection ID so other scripts can use it global gConnectionID -- set up the connection parameters - edit these to suit your database put "Localhost" into tDatabaseAddress put "monstaen_jchat" into tDatabaseName put "monsta...
- Tue Aug 13, 2013 6:43 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Connecting and Editng Info On sql Sever
- Replies: 16
- Views: 8826
Connecting and Editng Info On sql Sever
Okay so i am a nub at app development. I did the live cod university and understand the basic fundamentals of live code programing. I am trying to develop an app that can register users to app taking their email, name, password..ext. I am having troubling connecting to the sql sever database that i ...