Andy, One can trap Control Hits, Window Hits, Exit System events, and the Escape key, and thereby ENFORCE the requirement that the only way to interrupt the...
Late to the thread... Why not set allow events to no and set a value in a file that's checked every n records or seconds/minutes. That way you can stop users...
Andy, If Allow Events is No, the task will run to completion. In this case the desired behavior is to interrupt the task, so Allow Events has to be Yes. Andy J...
Also note that this "file" could be a memory file to improve performance and/or localize the impact of the flag Sent from Keith's iPhone 3Gs ... [Non-text...
Steve, Yes please, I would be interested in seeing the presentation. I also like Keith's idea of using a memory file, since it will also reduce the load. ...
Few of my batch tasks allow events to protect the task and increase performance. I also turn of the interface (to also increase performance) and instead have...
It is a great idea. I think Magic Software just maybe open to something like this now more than ever. There should be someway to allow Unipaas developers to...
The bottom line is as it has always been, if your using magic you will be paying a premium for the license(s). However if you do it right and realise the...
Hi Przemek, No. You need two table definitions. One for MySQL with SQL_CHAR and one with CHAR(#) for everything else. For us that is: MSSQL, Oracle and...
Hi Gary, Two things I am quite certain: 1)It is a fact that Open Source did materialize to amazing realizations in a few cases. 2) I don't see nothing...
I agree. It is EXACTLY what UP needs: a free or very cheap license and lots of freely available code for it. Java is great like that: any developer who wants...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the magicu-l group. File :...
magicu-l@yahoogroups....
Nov 21, 2009 7:47 pm
148969
I raise my hand for free or almost strictly single user studio and runtime. It would be an attractive and feasible entry point that would enable new comers...
Of course, everyone has their own favorite way of doing things, and that's a good thing. However, _IF_ the batch task must be allowed to be interrupted, one ...
FWIW, the reason for these variations is because the MySQL gateway is based upon ODBC whereas the MSSQL gateway is based upon OLEDB -- SQL_CHAR being the ODBC...
Didn't we just have this discussion a short time ago under a different thread .. ? From: magicu-l@yahoogroups.com [mailto:magicu-l@yahoogroups.com] On Behalf ...
But Steve, Please explain me why can't the MySQL and Pervasive gateways (which are Magic products) can not be modified to tolarate a CHAR(#) in the SQL type...
Well,: Memory is a faculty that forgets. I have a lot of memory. So, I forget a lot. ... Seriously, this is not the only problem that MSE refuses to address...
... Steve, you missed an opportunity to pull my leg real good with something like: "Yes but Omar, DBMS are all different you know. For axample, MSSQL does not...
Having just re-read this, I should have said: ..."Magic/uniPaaS require at least one unique index per table for use as the Position Index." Best Regards Alan...
Hello Ariel, Thanks for clearfying the problem. I've done many RIA installations. Most of the times copying the appropriate requester to the scripts dir solves...
Omar, Yeah, it would be nice if MSE did this extra step. They did something similar once, when they allowed L.O.Join links in Btrieve . So why not do this...
I think you are right Alen. I think that this is due to the fact that MSSQL does not offer the same RowId object that Oracle offers. Hence, even with the newly...