Re: mysql question

2012-10-01 Thread Dr. Hawkins
On Mon, Oct 1, 2012 at 9:48 AM, Bob Sneidar wrote: > I may have missed the post prior, but I believe this is true only of sqLite > databases. In a >mySQL database, LC would not create a new database because of the security >built >into mySQL. I may well be mistaken; I'm hardly an expert. I tho

Re: mysql question

2012-10-01 Thread Bob Sneidar
Yup. That would do it. On Oct 1, 2012, at 2:27 PM, Peter Haworth wrote: > Thanks Mark. I also noticed that I had a gMail Lab in place which made the > default reply button mean Reply To All so if any incoming messages were > sent to the old and new mailing lists, I think that would cause the dou

Re: mysql question

2012-10-01 Thread Peter Haworth
Thanks Mark. I also noticed that I had a gMail Lab in place which made the default reply button mean Reply To All so if any incoming messages were sent to the old and new mailing lists, I think that would cause the double messages. I've disabled that now. Pete lcSQL Software

Re: mysql question

2012-10-01 Thread Mark Wieder
Pete- Monday, October 1, 2012, 8:59:05 AM, you wrote: > Very strange. I can't find anything in my email config that would cause > this. I'll start paying more attention to the "To" and "CC" fields to try > and track down what's happening. Check to Reply-To field on incoming messages as well. T

Re: mysql question

2012-10-01 Thread Bob Sneidar
I may have missed the post prior, but I believe this is true only of sqLite databases. In a mySQL database, LC would not create a new database because of the security built into mySQL. So far as I know, if you want to create a new mySQL database, you will have to shell in to a mySQL server. Also

Re: mysql question

2012-10-01 Thread Peter Haworth
Very strange. I can't find anything in my email config that would cause this. I'll start paying more attention to the "To" and "CC" fields to try and track down what's happening. Pete lcSQL Software On Sun, Sep 30, 2012 at 7:31 PM, J. Landman Gay wrote: > On 9/30/12 6:2

Re: mysql question

2012-09-30 Thread J. Landman Gay
On 9/30/12 6:29 PM, Peter Haworth wrote: Maybe there's something weird in my gMail account - is anyone else getting my messages twice? Yes, some of them, but not all. The one Mark just referred to came to me twice. On the other hand, the one I'm replying to now only came in once. -- Jacque

Re: mysql question

2012-09-30 Thread Peter Haworth
Thanks Mark. Looks like some of my messages have a copy sent to the old email list for some reason. I'll check round my gmail config to see what might be causing that. Pete lcSQL Software On Sun, Sep 30, 2012 at 4:42 PM, Mark Schonewille < m.schonewi...@economy-x-talk.co

Re: mysql question

2012-09-30 Thread -=>JB<=-
I received your last post twice. -=>JB<=- On Sep 30, 2012, at 4:29 PM, Peter Haworth wrote: > Hi Mark, > I replied before too :-) As far as I know, I don't send to both addresses, > I simply reply to the posts or send new ones to > use-livecode@lists.runrev.com. > > Maybe there's something we

Re: mysql question

2012-09-30 Thread Mark Schonewille
Pete, I must have missed your reply, the first time. Here's a screenshot of the headers: http://qery.us/2l3 I just noticed that this doesn't happen with every e-mail from you, but it happens very regularly and only with e-mails from you. -- Best regards, Mark Schonewille Economy-x-Talk Consul

Re: mysql question

2012-09-30 Thread Peter Haworth
Hi Mark, I replied before too :-) As far as I know, I don't send to both addresses, I simply reply to the posts or send new ones to use-livecode@lists.runrev.com. Maybe there's something weird in my gMail account - is anyone else getting my messages twice? Pete lcSQL Software

Re: mysql question

2012-09-30 Thread Mark Schonewille
Pete, I asked this before, but why do you still send your messages to both use-livecode@lists.runrev.com and use-livecode@lists.runrev.com? I receive all your messages twice. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.co

Re: mysql question

2012-09-30 Thread Peter Haworth
I haven't looked at many ISP mySQL abilities but the ones I have seen all supply some sort of gui tool for db admin commands such as CREATE TABLE. Pete lcSQL Software On Sun, Sep 30, 2012 at 3:23 PM, Mark Smith wrote: > Mark Schonewille-3 wrote > > You are correct, althou

Re: mysql question

2012-09-30 Thread Mark Smith
Mark Schonewille-3 wrote > You are correct, although you might be able to do this from the command > line, e.g. using a shell script. > > -- > Best regards, > > Mark Schonewille Neat suggestion Mark, thanks -- M -- View this message in context: http://runtime-revolution.278305.n4.nabble.com

Re: mysql question

2012-09-30 Thread Mark Schonewille
Hi Mark, You are correct, although you might be able to do this from the command line, e.g. using a shell script. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553

Re: mysql question

2012-09-30 Thread Dr. Hawkins
On Sun, Sep 30, 2012 at 1:39 PM, Mark Smith wrote: > Thanks Mark. I am just beginning to realize the limitations of the > implementation of SQL supported by LC. So, I presume there is no way to > create a database from LC then? ie. > > CREATE DATABASE database_name ?? revOpenDatabase() will open

Re: mysql question

2012-09-30 Thread Mark Smith
Thanks Mark. I am just beginning to realize the limitations of the implementation of SQL supported by LC. So, I presume there is no way to create a database from LC then? ie. CREATE DATABASE database_name ?? Thanks -- View this message in context: http://runtime-revolution.278305.n4.nabble.co

Re: mysql question

2012-09-30 Thread Mark Schonewille
Mark, No, there is no such command. It is one of the reasons why you can't execute multiple MySQL commands from within LiveCode, while you can do this from within PHP. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twit