Search found 176 matches

by admin12
Sat May 14, 2011 4:56 pm
Forum: Databases
Topic: Looking for a MySQL guru to help with queries
Replies: 6
Views: 4354

Re: Looking for a MySQL guru to help with queries

dglass wrote:You should be able to find it in my profile.
I can use the CONTACT US form on your website.

I will be working on this program this weekend and this week, so I will ask you questions as I get stuck.

Thank you SO MUCH for your help!!!

Mike
by admin12
Sat May 14, 2011 1:28 pm
Forum: Databases
Topic: Unable to connect to MySQL database error
Replies: 11
Views: 10474

Re: Unable to connect to MySQL database error

To get around the problem, I intend to use .htaccess to limit who can use the software. This is ONLY for my client and perhaps one or two of their employees, so it will not be distributed to the masses at all. Because of this, I can either use .htaccess or build in a username/password capability to ...
by admin12
Sat May 14, 2011 1:24 pm
Forum: Databases
Topic: Need help with LiveCode and MySQL
Replies: 9
Views: 6517

Re: Need help with LiveCode and MySQL

Thanks Klaus.

I will probably need hints like this a lot as I delve deeper into MySQL programming in Live Code.

Mike
by admin12
Sat May 14, 2011 1:21 pm
Forum: Databases
Topic: Looking for a MySQL guru to help with queries
Replies: 6
Views: 4354

Re: Looking for a MySQL guru to help with queries

Great! Thank you. What chat client? I cannot seem to post email addresses or links yet. What is your email address?

Mike
by admin12
Sat May 14, 2011 5:18 am
Forum: Databases
Topic: Looking for a MySQL guru to help with queries
Replies: 6
Views: 4354

Re: Looking for a MySQL guru to help with queries

Not sure what you mean?

Mike
by admin12
Sat May 14, 2011 5:06 am
Forum: Databases
Topic: Looking for a MySQL guru to help with queries
Replies: 6
Views: 4354

Looking for a MySQL guru to help with queries

Hello all.

Now that I know how to populate controls with data, I need to figure out how to create the right queries. Is there anyone available to help me? The database is already set up and working, this is for reporting only. No updating or new records will be created.

Mike
by admin12
Sat May 14, 2011 4:59 am
Forum: Databases
Topic: Need help with LiveCode and MySQL
Replies: 9
Views: 6517

Re: Need help with LiveCode and MySQL

'quote' is equivalent to the double quote character (ASCII 34). Thank you. That did it. For anyone who needs it, here is the correct code: put "select Recruiting_Company_Address from RecruiterData where UserName = " "e & the selection "e into newselection put newselection into theQuery put ...
by admin12
Sat May 14, 2011 2:35 am
Forum: Databases
Topic: Need help with LiveCode and MySQL
Replies: 9
Views: 6517

Re: Need help with LiveCode and MySQL

I pretty much have it figured out - but I need one more piece of help from someone. Here is what needs to be in the query: SELECT Recruiting_Company_Address FROM RecruiterData WHERE UserName = "mikerecruiter" Now, how do I enclose mikerecruiter in quotes programmatically? Here is what I have: put "s...
by admin12
Sat May 14, 2011 12:16 am
Forum: Databases
Topic: Need help with LiveCode and MySQL
Replies: 9
Views: 6517

Re: Need help with LiveCode and MySQL

After your combo selection you'll need to do something like: SELECT <<whatever data you need>> FROM <<whatever tables you need>> WHERE UserName <<or whatever field is in the other tables>> = '" & the result of your selection & "'" Then do whatever you are going to do with the returned data. Thank y...
by admin12
Fri May 13, 2011 9:16 pm
Forum: Databases
Topic: Need help with LiveCode and MySQL
Replies: 9
Views: 6517

Need help with LiveCode and MySQL

I have been able to login to the remote server's MySQL database. I have been able to do a simple query and put the result into a combo box. Now, I need to go way further. The end result needs to be the following: List all the Recruiters in the table RecruiterData (select UserName from RecruiterData)...
by admin12
Fri May 13, 2011 9:11 pm
Forum: Databases
Topic: Unable to connect to MySQL database error
Replies: 11
Views: 10474

Re: Unable to connect to MySQL database error

Bangkok, I followed your advice, logged into the cpanel and put my IP address in the appropriate place. I have been able to login to the hosted vps server's mysql database as a result. Now, since I and my client have DHCP routers/modems, the IP address physically entered will eventually expire. How ...

Go to advanced search