-
Content Count
882 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Stano
-
First, you should study the basics of SQL syntax. In the second query, after UNION, you must have GROUP BY. Doesn't DB slap you?
-
Um, it wouldn't help if you had him read some discussion on the subject. There is also something on this forum. And good. You won't pay anything for trying. That boss change was a joke. See smiley.
-
The boss needs to be changed The book mentioned above is required reading in good companies. Try to convince your boss that you can at least write the mandatory outline during working hours.
-
One of the few I have. It is excellent.
-
If I take my glasses off, I see shit
-
Those possibilities are justified. They should be used with caution. When I see those huge and bold texts with parrot colors, I don't feel comfortable.
-
And what why? We can't see your computer. It seems to me that you have flipped the tables with Conadded.
-
Hm, I see that he did not find LN. Not FN.
-
From Delphi+PostgresDAC (PostgresSQL) To Delphi+FireDAC (PostgresSQL)
Stano replied to Squamis's topic in Databases
The first point says something else. -
I'm trying my luck. I am looking for someone who is bored. I have my own component. It is functional. I beat him as best I could. It's (DB)Navigator. They are used there: TMS VCL UI pack components DevArt IBC VirtualStringTree I would appreciate it if someone could give me a review, comments, suggestions... I mean the source code: used solutions the correctness of the proposal etc. I will send the source codes if someone signs up. Even with a simple description. Well thank you.
-
Custom component - assessment
Stano replied to Stano's topic in Algorithms, Data Structures and Class Design
I am aware of that. That's why I listed them. Personally, I think that it is enough to look at the units outside the Delphi IDE for assessment. It's not that convenient, but it can be done. -
So it's a DB table. Just copy and edit the original query. You will have two queries.
-
Is it a DB table? If so, use the correct SELECT. Help: Distinct, Min, Max
-
Here is a link to the unofficial LSP fix files from Embarcadero. I am currently testing and everything seems to be OK so far. The article is here: https://www.ideasawakened.com/post/unofficial-delphi-lsp-fix-for-11-2-is-now-available Links to download the fix: https://etsfftp01.embarcadero.com/?u=kXCp&p=cMga&path=/DelphiLSP.zip https://etsfftp01.embarcadero.com/?u=zBEX&p=BHyZ&path=/dcc64280.zip PS: From Delphi.cz
-
Does ChatAI make StackOverflow obsolete ?
Stano replied to david_navigator's topic in Tips / Blogs / Tutorials / Videos
I know/I read of two cases where programmers used it. AI reduced their time to create the right code from a week to a day. No, they didn't get the right result. But AI led them to it. He who knows what he wants and what he is doing will help himself. -
TDateTimeHelper from D11 that can be used in D10.4?
Stano replied to David Schwartz's topic in RTL and Delphi Object Pascal
It seems to me that they are doing everything to make it the opposite. -
A comprehensive guide to Delphi programming language functions and procedures
Stano replied to pouyafar's topic in VCL
I am enough for nonsense and stupidity. At 100% -
A comprehensive guide to Delphi programming language functions and procedures
Stano replied to pouyafar's topic in VCL
I can't work with ChatGPT. Too hard for me. -
A comprehensive guide to Delphi programming language functions and procedures
Stano replied to pouyafar's topic in VCL
I do that. But this was Delphi and the description looked interesting. I couldn't resist -
A comprehensive guide to Delphi programming language functions and procedures
Stano replied to pouyafar's topic in VCL
Do not insult! (Irony) It's simply curiosity. -
A comprehensive guide to Delphi programming language functions and procedures
Stano replied to pouyafar's topic in VCL
The same with me. Before that, a golden Norton -
Sorry Lars Fosdal, but that was for Henry Olive.
-
Where is System.SysUtils.SplitString( ... ??? I don't see it there.
-
So I put TDBGrid on the form. I do not use it. The LSP Insight offered - see picture. Selected is not there. I'm a little surprised, because it's not hard to find out
-
Since you are editing the code, what prevents you from getting rid of "with"? We don't even know what grdSelection1 is!