In Oracle there is one hint which has very clear uses: /*+ FIRST_ROWS */. This instructs Oracle to return the first part of a query's resultset. On large...
It's hard for me to give a detailed solution to your problem, but I can tell you what my guess is. A)deferred B) a subform has to be Within Active Transaction...
I use scomm.dll to communicate between a commercial business application with magic 8.20 (Windows 2000 gold Windows NT) and an application of production under...
In case of 16-bit value , say ABCD, you can : 1. create 2 vars LOBYTE , HIBYTE LOBYTE=ABCD MOD 256 HIBYTE=(ABCD - ABCD MOD 256) / 256 then swapped_16bit_value=...
Emanuel, You wrote: "Note that in 9.4 a subform can open a new transaction." This is not true, this is the problem we encountered in the beginning of this...
Do you mean that a subform CAN create it's own transaction when you're NOT using an iframe. And a subform CANNOT create it's own transaction when you are using...
Mark, For me, the subform and the IFRAME are 2 different ways to implement 1 to many programs (in browser based web development). SINCE 9.4 1. When using...
Thanks, that's it. I had already assigned the field to the control in the HTML control repository. So deleted it, started frontpage and dropped it on the...
My 2p worth on this. We have found that Terminal servers need re-booting on a regular basis and for this reason we have found it beneficial to run it on a...
hi group, I'm trying to create a new compnent with "Interface Builder", but i getting the follow message : "definition mimatch, table : cibmain". if somebody...
Grupo Repullo Hi, (MAGIC v9.3 SP5) I trying to use Magic and MySQL 4.0.14 (with InnoDB tables). I want to create tables from MAGIC, but the default of MySQL...
However, there is a plugin you can get for Dreamweaver for Magic. Ken ... From: Emanuel Victor VITAN [mailto:emanuel.vitan@...] Sent: Friday, August 01,...
I put that in 'My.cnf'. Works, thanks ... This is not a MAGIC question, but you or some can help-me: How to create more then one InnoDB TableSpaces ... ? []s ...
Hello Group, I am having a little problem here. I need to read a dynamic generated html page from the internet into my Magic program to analyse the content. My...
9.3 or 9.4 has functions to do this prior to that there are external tools that make it easy enough hotfudge has a function httpget() for example with some...
Hallo Craig, Thanks a lot for that fast answer. Uwe ... CM> 9.3 or 9.4 has functions to do this CM> prior to that there are external tools that make it easy...
That's funny! iOpus too! The request for these tools set me going. I knew HotFudge had something because I had used it but couldn't locate it. Thanks Craig! ...
Be careful with IOpus downloader if you use it to move files on a network. It MOVES the file instead of copying. The source file gets deleted. Todd ... ...
Hello group, I'm getting several users who are getting "Failed to open sort/temporary table" when printing a report that has a sort. Magic 9.3 sp4 with memory...
Henning: Here is the information you requested. Magic v9.3sp5 Network 100mbps Server Windows NT 4.0 sp6a CTL is btrieve on server eDeveloper running on local...
will only give performance improvement for on-line when the query RESULT is large (indexed query on large table may only return small result set). If the query...
Do you update your statistics, Ian ? I also remember that Oracle optimizer's output required you to be a scientist to read but something I saw very often is...
I am just experiencing the opposite with 9.3 SP5 and DB2/400 on iSeries. This is a bug but not relevant for you because on a PC this program works ok. For some...
Hallo Group, I did try what Craig recommended, but now I am stuck. I can retrieve a simple webpage and it is then loaded into the blob. But with a complexer...
Hallo Ira, Thank you for the advise. what i need is to download dynamically generated weppages. So a tool downloading just a page or a site is not working as...