On Tue, Dec 13, 2016 at 8:18 AM, Bob Sneidar
wrote:
> That is odd. I recently did that very thing. I started a transaction and then
> ran multiple updates in a repeat loop, then committed the transaction. Seemed
> like all the data ended up in the tables.
>
That sounds like you did NOT do the ve
That is odd. I recently did that very thing. I started a transaction and then
ran multiple updates in a repeat loop, then committed the transaction. Seemed
like all the data ended up in the tables.
Bob S
> On Dec 10, 2016, at 12:16 , Dr. Hawkins wrote:
>
> One thing to note: at the moment
One thing to note: at the moment (and future???), you cannot send compound
transactions from LiveCode to mySQL. I understand this to be a livecode
issue.
So
BEGIN TRANSACTION;
INSERT THIS;
SELECT THAT;
DO SOMETHING ELSE;
END TRANSACTION;
can be handled with a single query in livecode with
SequelPro for sure!
riccardo
> Il giorno 09 dic 2016, alle ore 18:40, Bob Sneidar
> ha scritto:
>
> Hi all.
>
> I am using mySQL as a database server, and MySQLWorkbench as the management
> app. When I do dumps, I am warned that the version of msSQL is newer than my
> version of mySQL serv
I love using Sequel Pro, use it on a daily base without any problems...
Met vriendelijke groeten,
Warm Regards,
Ton Kuypers
+32 (0) 477 739 530
Steenweg op Leopoldsburg 100 • B-2490 • Balen • Belgium
www.publishingtools4u.com
> On 9 dec. 2016, at 18:40, Bob Sneidar wrote:
>
> Hi all.
>
> So does anyone have any recommendations for an administration
> tool that is not going to give me problems at a later time? I
> don't mind paying for it if it's not too expensive, but it
> has to run on OS X. I can google it but I'd like a trusted opinion.
Obviously am biased towards Valenti
Thanks Bill. It dawns on me (and the dawn has been coming later and later these
days) that I actually purchased Navicat some years back. I should check to see
if my license is still good.
Bob S
> On Dec 9, 2016, at 10:44 , proth...@earthlearningsolutions.org wrote:
>
> Bob,
> I've used Navic
Bob,
I've used Navicat for years. I like it a lot.
Bill
William Prothero
http://es.earthednet.org
> On Dec 9, 2016, at 9:40 AM, Bob Sneidar wrote:
>
> Hi all.
>
> I am using mySQL as a database server, and MySQLWorkbench as the management
> app. When I do dumps, I am warned that the version
Hi all.
I am using mySQL as a database server, and MySQLWorkbench as the management
app. When I do dumps, I am warned that the version of msSQL is newer than my
version of mySQL server, and because of that there may be problems importing
later. This makes me very nervous.
So does anyone have