go to post Iryna Mykhailova · Mar 15, 2023 Yes, and what I love about it - you can use any ODBC based tool and write a simple SQL select and voila:
go to post Iryna Mykhailova · Jan 16, 2023 Linguistic expert 1 less translation and I could've been a Prolific Blogger
go to post Iryna Mykhailova · Dec 13, 2022 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.
go to post Iryna Mykhailova · Dec 12, 2022 I don't really care what are the exact keystrokes, I just want them to work, and they don't
go to post Iryna Mykhailova · Dec 11, 2022 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.
go to post Iryna Mykhailova · Dec 9, 2022 Does it work for you? I have 2022.2 and it doesn't work I press and nothing happens.
go to post Iryna Mykhailova · Nov 30, 2022 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.
go to post Iryna Mykhailova · Nov 13, 2022 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 )
go to post Iryna Mykhailova · Nov 10, 2022 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?
go to post Iryna Mykhailova · Aug 18, 2022 Interesting! Good to see that Community is constantly improving!
go to post Iryna Mykhailova · Jul 23, 2022 Yes, I do have a DLL. Besides, the rest of the menu items are OK. The same problem with About screen:
go to post Iryna Mykhailova · Dec 23, 2021 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' )
go to post Iryna Mykhailova · Dec 23, 2021 @Robert Cemper and @Mihoko Iijima should I look forward to your answers?