Iryna Mykhailova · Jul 23, 2022 go to post

Yes, I do have a DLL. Besides, the rest of the menu items are OK.

The same problem with About screen:

Iryna Mykhailova · Dec 23, 2021 go to post

And checked  yes 

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' )

Iryna Mykhailova · Dec 22, 2021 go to post

BTW, is it really 1000 characters or words? wink Because 1000 characters are around 260 words.

Iryna Mykhailova · Jan 12, 2021 go to post

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".

Iryna Mykhailova · Nov 5, 2018 go to post

In theory it should work with .NEt Core, it depends on what InterSystems is using from core libraries. When you try it, please tell.

Iryna Mykhailova · May 23, 2018 go to post

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...

Iryna Mykhailova · May 3, 2017 go to post

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 :(

Iryna Mykhailova · Feb 16, 2016 go to post

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?