Sure, I know /* */ work.
But students use different IDEs so they get used to some behavior and adding multiline comments is apparently one of them. In my Studio it shows like this and the menu works but the shortcuts don't.
.png)
- Log in to post comments
Sure, I know /* */ work.
But students use different IDEs so they get used to some behavior and adding multiline comments is apparently one of them. In my Studio it shows like this and the menu works but the shortcuts don't.
.png)
Does it work for you? I have 2022.2 and it doesn't work
I press and nothing happens.
Congratulations everyone! Well done!
Thank you
I had to figure out how this whole thing works (and to search lots of sites to get the general idea) so decided it would be nice to share the basics with others as well.
Will this do, to have both delete and update:
CREATE TABLE nodes2 (
name VARCHAR(50) NOT NULL,
parent VARCHAR(50),
PRIMARY KEY (name),
FOREIGN KEY(parent) REFERENCES nodes (name) ON UPDATE cascade on DELETE cascade
)Yes, that's what I did (because, obviously, the class being abstract is not the cause - works great in other scenarios):
Class Test.NewClass Extends %Persistent [ Abstract, NoExtent ]
{}
Class Test.NewClass1 Extends Test.NewClass
{}I do know you don't inherit all from the secondary class, but I though the number of things I do inherit was more than just parameters, properties and methods. I take it queries, foreign keys, triggers, projections are out as well?
Thanks! Now it works
Interesting! Good to see that Community is constantly improving!
Yes, I do have a DLL. Besides, the rest of the menu items are OK.
.png)
The same problem with About screen:
.png)
Oh, wow! That's unexpected!
And checked

All is good except for the SQL insert syntax. It should be INSERT INTO table_name (column1, column2, column3, ...) VALUES (value1, value2, value3, ...). Meaning the ending is VALUES ('paperback' )
@Robert Cemper and @Mihoko Iijima should I look forward to your answers? ![]()
BTW, is it really 1000 characters or words?
Because 1000 characters are around 260 words.
Congrats!
3641144 - is a max length of a string in Caché/IRIS. So maybe the developers just used it to work with arrays in C# as well. I guess it's more a question for them, because I don't have access to the source code to see what's going on "under the hood".
In theory it should work with .NEt Core, it depends on what InterSystems is using from core libraries. When you try it, please tell.
Yes, it is possible to use ECP to access another machine
Shame a decision was made to deprecate it
Can it still be used when developing new software? As I remember it was free and it implemented key-value part of Caché. The web-site is gone and I just found a project on github but I'm not sure if it is the DBMS itself. And I was actually thinking of using it for my needs...
Thanks a lot for you assistance!
Webapp roles:

RestForms App:

Roles:

RestFormsUI App:

Hello,
I'm trying to open RestFormsUI from my localhost. And I have a problem with giving rights to certain user to login into application. In Readme for the project it says "Webapp or Unknown user should be able to access the namespace/database". How am I to do it? Whatever I do at this point I get "Incorrect username and/or password" error. Apparently I'm doing something wrong :(
Thank you for your answers, guys!
Does it mean that by the end of 2016 we will have TCP only in both .Net and Java?