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?
- Log in to post comments
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?
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 :(
Webapp roles:

RestForms App:

Roles:

RestFormsUI App:

Thanks a lot for you assistance!
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...
Yes, it is possible to use ECP to access another machine
In theory it should work with .NEt Core, it depends on what InterSystems is using from core libraries. When you try it, please tell.
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".
Congrats!
BTW, is it really 1000 characters or words?
Because 1000 characters are around 260 words.
@Robert Cemper and @Mihoko Iijima should I look forward to your answers? ![]()
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' )
Oh, wow! That's unexpected!
Yes, I do have a DLL. Besides, the rest of the menu items are OK.
.png)
The same problem with About screen:
.png)
Interesting! Good to see that Community is constantly improving!
Thanks! Now it works
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?
Will this do, to have both delete and update:
CREATETABLE nodes2 (
nameVARCHAR(50) NOTNULL,
parentVARCHAR(50),
PRIMARY KEY (name),
FOREIGN KEY(parent) REFERENCES nodes (name) ONUPDATEcascadeonDELETEcascade
)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.
Congratulations everyone! Well done!
Does it work for you? I have 2022.2 and it doesn't work
I press and nothing happens.
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)
I don't really care what are the exact keystrokes, I just want them to work, and they don't ![]()
Ok, I found it. It was Ctrl+/
But I have several / on my keyboard and only the one on the main keyboard (with letters) works.
Thank you, got a new server in the morning.
Linguistic expert ![]()
.png)
1 less translation and I could've been a Prolific Blogger ![]()
Oh, wow! Quite unexpected! Thanks!
.png)
The same article is the most popular post everywhere ![]()
![]()
I'm uncovering my keyboard and stretching my fingers ![]()
Yes, and what I love about it - you can use any ODBC based tool and write a simple SQL select and voila:
.png)