Perhaps I missed the post, but has any engineers weighed-in on the planning of Objects and SQL?
Was SQL part of the mix from the start?
- Log in to post comments
Perhaps I missed the post, but has any engineers weighed-in on the planning of Objects and SQL?
Was SQL part of the mix from the start?
I started this post and I appreciate everyone who contributed.
However, I see that the phrase "Extent Query" used a number of times.
I must admit that I really do not know its meaning.
Will someone help me understand the meanings and ramifications of "Extent Query"?
%Status or %Library.Status provides a number of useful capabilities.
Following is documentation from the %Library.Status Class.
The %Status data type class is used to represent an error status code.
Many of the methods provided by the Caché Class Library return error status information using the %Status data type. The include file, %occStatus.INC, contains several macro definitions that are useful in testing the value of an error code in %Status format.
These macros include:
$$$ISOK(status:%Status) returns true (1) if the status code status does not represent an error condition.$$$ISERR(status:%Status) returns true (1) if the status code status represents an error condition.You can get a more detailed description of an error by using the system-provided DecomposeStatus^%apiOBJ(status:%Status,&err,flag) routine.
This routine takes a status code and returns an array of error strings.
For example:
Set status=obj.%Save() If $$$ISERR(status) Do DecomposeStatus^%apiOBJ(status,.err,"-d") For i=1:1:err Write err(i),!
A method returning a %Status code representing an error will throw an exception in a client Visual Basic (ActiveX) or Java application.
Thank you every body, with sdk 64 bit and JAVA_HOME variable created it works!
Thank you both for your answer.
Unfortunately, I cannot click on or acknowledge both answers, what a shame, it would be nice to have that capability.
Humm, just noticed that the (so called) relevant articles really have nothing to do with my question.
I am sorry, I started to look around on the other Help options and I found my answer.
I would like to see more features, if possible I would like the option of using Microsoft Word as an editor.
Just export a blank document, invoke Word and then import it, I don't see much difficulty in that,
but then again, I won't be doing it.
I would not get rid of the anchor, nor insert a special character, nor the smileys, nor background color, nor the font.