Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. I absolutely hate no-code systems.

I absolutely hate no-code systems.

Scheduled Pinned Locked Moved The Lounge
cssdatabasevisual-studioquestioncareer
48 Posts 33 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R rnbergren

    and yes I know I am speaking to the choir here. But I just have to vent. so I am working in this system that is based upon data and everything I am sure is in SQL somewhere in the clouds. but am I allowed to connect with like SQL management studio or heck even some sort of command terminal? Nope! so no SQL select available. You HAVE to use their interface. you have to select the whole table first and then you deselect the fields you dont want then you can apply a where clause it is all a stupid IDE with no way to write any freakin Code! and yes I know THEY "think" and THEY "say" you don't need a tech to do this. But only a real tech can actually figure it out. So the no code is less than useless because you actually haven't eliminated a tech job. You have just made it harder.

    To err is human to really elephant it up you need a computer

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #2

    I think of no-code as being in a big box hardware store, looking for a gadget, to do this thing that one is unable to communicate to the clerk. And you forgot the dimensions.

    "Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I

    1 Reply Last reply
    0
    • R rnbergren

      and yes I know I am speaking to the choir here. But I just have to vent. so I am working in this system that is based upon data and everything I am sure is in SQL somewhere in the clouds. but am I allowed to connect with like SQL management studio or heck even some sort of command terminal? Nope! so no SQL select available. You HAVE to use their interface. you have to select the whole table first and then you deselect the fields you dont want then you can apply a where clause it is all a stupid IDE with no way to write any freakin Code! and yes I know THEY "think" and THEY "say" you don't need a tech to do this. But only a real tech can actually figure it out. So the no code is less than useless because you actually haven't eliminated a tech job. You have just made it harder.

      To err is human to really elephant it up you need a computer

      J Offline
      J Offline
      Jorgen Andersson
      wrote on last edited by
      #3

      It's turning code into configuration.

      Wrong is evil and must be defeated. - Jeff Ello

      R 1 Reply Last reply
      0
      • J Jorgen Andersson

        It's turning code into configuration.

        Wrong is evil and must be defeated. - Jeff Ello

        R Offline
        R Offline
        rnbergren
        wrote on last edited by
        #4

        this is exactly what they are trying to do.

        To err is human to really elephant it up you need a computer

        J 1 Reply Last reply
        0
        • R rnbergren

          and yes I know I am speaking to the choir here. But I just have to vent. so I am working in this system that is based upon data and everything I am sure is in SQL somewhere in the clouds. but am I allowed to connect with like SQL management studio or heck even some sort of command terminal? Nope! so no SQL select available. You HAVE to use their interface. you have to select the whole table first and then you deselect the fields you dont want then you can apply a where clause it is all a stupid IDE with no way to write any freakin Code! and yes I know THEY "think" and THEY "say" you don't need a tech to do this. But only a real tech can actually figure it out. So the no code is less than useless because you actually haven't eliminated a tech job. You have just made it harder.

          To err is human to really elephant it up you need a computer

          H Offline
          H Offline
          honey the codewitch
          wrote on last edited by
          #5

          There is only one I like, and that's Synthmaker (now Flowstone) and it's more like low code in that you usually don't need code, but you can drop to ruby (and maybe psuedo asm with SSE type instructions if they still have that) and code modules with it. Most of it is dragging and dropping these nodes together and building sort of like "circuits" out of them.

          To err is human. Fortune favors the monsters.

          P 1 Reply Last reply
          0
          • R rnbergren

            and yes I know I am speaking to the choir here. But I just have to vent. so I am working in this system that is based upon data and everything I am sure is in SQL somewhere in the clouds. but am I allowed to connect with like SQL management studio or heck even some sort of command terminal? Nope! so no SQL select available. You HAVE to use their interface. you have to select the whole table first and then you deselect the fields you dont want then you can apply a where clause it is all a stupid IDE with no way to write any freakin Code! and yes I know THEY "think" and THEY "say" you don't need a tech to do this. But only a real tech can actually figure it out. So the no code is less than useless because you actually haven't eliminated a tech job. You have just made it harder.

            To err is human to really elephant it up you need a computer

            P Offline
            P Offline
            PIEBALDconsult
            wrote on last edited by
            #6

            I like only such systems which I have developed myself. Even then, I can rarely remember how to use them.

            H 1 Reply Last reply
            0
            • H honey the codewitch

              There is only one I like, and that's Synthmaker (now Flowstone) and it's more like low code in that you usually don't need code, but you can drop to ruby (and maybe psuedo asm with SSE type instructions if they still have that) and code modules with it. Most of it is dragging and dropping these nodes together and building sort of like "circuits" out of them.

              To err is human. Fortune favors the monsters.

              P Offline
              P Offline
              PIEBALDconsult
              wrote on last edited by
              #7

              Sounds like SSIS, but I "drop to" C#. And easy enough to use SQL.

              1 Reply Last reply
              0
              • R rnbergren

                and yes I know I am speaking to the choir here. But I just have to vent. so I am working in this system that is based upon data and everything I am sure is in SQL somewhere in the clouds. but am I allowed to connect with like SQL management studio or heck even some sort of command terminal? Nope! so no SQL select available. You HAVE to use their interface. you have to select the whole table first and then you deselect the fields you dont want then you can apply a where clause it is all a stupid IDE with no way to write any freakin Code! and yes I know THEY "think" and THEY "say" you don't need a tech to do this. But only a real tech can actually figure it out. So the no code is less than useless because you actually haven't eliminated a tech job. You have just made it harder.

                To err is human to really elephant it up you need a computer

                J Offline
                J Offline
                jschell
                wrote on last edited by
                #8

                They have been claiming solutions like that work since at least the 80s. They don't. To be fair they try to approach other problems in the same way by applying generalizations to certain types of problems. Comparable to building houses. They presume it is a tract house. They presume it will be built on an endless tract of land that represents a mathematical plane with an endless unchanging supply of the same materials and with no possible change in things like building codes, water supply etc. It works as well as that.

                1 Reply Last reply
                0
                • R rnbergren

                  and yes I know I am speaking to the choir here. But I just have to vent. so I am working in this system that is based upon data and everything I am sure is in SQL somewhere in the clouds. but am I allowed to connect with like SQL management studio or heck even some sort of command terminal? Nope! so no SQL select available. You HAVE to use their interface. you have to select the whole table first and then you deselect the fields you dont want then you can apply a where clause it is all a stupid IDE with no way to write any freakin Code! and yes I know THEY "think" and THEY "say" you don't need a tech to do this. But only a real tech can actually figure it out. So the no code is less than useless because you actually haven't eliminated a tech job. You have just made it harder.

                  To err is human to really elephant it up you need a computer

                  M Offline
                  M Offline
                  Mycroft Holmes
                  wrote on last edited by
                  #9

                  Reminds me of the report generator in CR, or the venerable BizTalk or any number of systems designed to move the coding to the power user, not just a waste of time by the bane of any developer.

                  Never underestimate the power of human stupidity - RAH I'm old. I know stuff - JSOP

                  J M 2 Replies Last reply
                  0
                  • M Mycroft Holmes

                    Reminds me of the report generator in CR, or the venerable BizTalk or any number of systems designed to move the coding to the power user, not just a waste of time by the bane of any developer.

                    Never underestimate the power of human stupidity - RAH I'm old. I know stuff - JSOP

                    J Offline
                    J Offline
                    jmaida
                    wrote on last edited by
                    #10

                    IBM RPG - Wikipedia[^]

                    "A little time, a little trouble, your better day" Badfinger

                    R 1 Reply Last reply
                    0
                    • R rnbergren

                      this is exactly what they are trying to do.

                      To err is human to really elephant it up you need a computer

                      J Offline
                      J Offline
                      Jorgen Andersson
                      wrote on last edited by
                      #11

                      Problem is, that it's not less work (as it's meant to be), just less flexible

                      Wrong is evil and must be defeated. - Jeff Ello

                      H J R 3 Replies Last reply
                      0
                      • R rnbergren

                        and yes I know I am speaking to the choir here. But I just have to vent. so I am working in this system that is based upon data and everything I am sure is in SQL somewhere in the clouds. but am I allowed to connect with like SQL management studio or heck even some sort of command terminal? Nope! so no SQL select available. You HAVE to use their interface. you have to select the whole table first and then you deselect the fields you dont want then you can apply a where clause it is all a stupid IDE with no way to write any freakin Code! and yes I know THEY "think" and THEY "say" you don't need a tech to do this. But only a real tech can actually figure it out. So the no code is less than useless because you actually haven't eliminated a tech job. You have just made it harder.

                        To err is human to really elephant it up you need a computer

                        W Offline
                        W Offline
                        Wizard of Sleeves
                        wrote on last edited by
                        #12

                        Like trying to program your smart TV with the remote.

                        Quote:

                        and yes I know THEY "think" and THEY "say ..."

                        THEY are the THEM. It's all a conspiracy created by the pronoun police.

                        Nothing succeeds like a budgie without teeth. To err is human, to arr is pirate.

                        1 Reply Last reply
                        0
                        • R rnbergren

                          and yes I know I am speaking to the choir here. But I just have to vent. so I am working in this system that is based upon data and everything I am sure is in SQL somewhere in the clouds. but am I allowed to connect with like SQL management studio or heck even some sort of command terminal? Nope! so no SQL select available. You HAVE to use their interface. you have to select the whole table first and then you deselect the fields you dont want then you can apply a where clause it is all a stupid IDE with no way to write any freakin Code! and yes I know THEY "think" and THEY "say" you don't need a tech to do this. But only a real tech can actually figure it out. So the no code is less than useless because you actually haven't eliminated a tech job. You have just made it harder.

                          To err is human to really elephant it up you need a computer

                          P Offline
                          P Offline
                          Peter Adam
                          wrote on last edited by
                          #13

                          No-code systems are just a framework to the max. Convention over configuration.

                          1 Reply Last reply
                          0
                          • R rnbergren

                            and yes I know I am speaking to the choir here. But I just have to vent. so I am working in this system that is based upon data and everything I am sure is in SQL somewhere in the clouds. but am I allowed to connect with like SQL management studio or heck even some sort of command terminal? Nope! so no SQL select available. You HAVE to use their interface. you have to select the whole table first and then you deselect the fields you dont want then you can apply a where clause it is all a stupid IDE with no way to write any freakin Code! and yes I know THEY "think" and THEY "say" you don't need a tech to do this. But only a real tech can actually figure it out. So the no code is less than useless because you actually haven't eliminated a tech job. You have just made it harder.

                            To err is human to really elephant it up you need a computer

                            M Offline
                            M Offline
                            maze3
                            wrote on last edited by
                            #14

                            I was mouth open amazed that I only learned yesterday, that Azure Portal, the web site, has a command line button, at top, which opens, in page, a terminal to do all your work. and can select to do in bash or powershell i tottaly suck at using command line, but was like wow, all those guides which use terminal only be very useful.

                            1 Reply Last reply
                            0
                            • J Jorgen Andersson

                              Problem is, that it's not less work (as it's meant to be), just less flexible

                              Wrong is evil and must be defeated. - Jeff Ello

                              H Offline
                              H Offline
                              haughtonomous
                              wrote on last edited by
                              #15

                              I assume you code exclusively in assembler, to preserve 'flexibility'?

                              B 1 Reply Last reply
                              0
                              • R rnbergren

                                and yes I know I am speaking to the choir here. But I just have to vent. so I am working in this system that is based upon data and everything I am sure is in SQL somewhere in the clouds. but am I allowed to connect with like SQL management studio or heck even some sort of command terminal? Nope! so no SQL select available. You HAVE to use their interface. you have to select the whole table first and then you deselect the fields you dont want then you can apply a where clause it is all a stupid IDE with no way to write any freakin Code! and yes I know THEY "think" and THEY "say" you don't need a tech to do this. But only a real tech can actually figure it out. So the no code is less than useless because you actually haven't eliminated a tech job. You have just made it harder.

                                To err is human to really elephant it up you need a computer

                                H Offline
                                H Offline
                                haughtonomous
                                wrote on last edited by
                                #16

                                You seem to assume it's SQL Server, but it may not be, and even if it is it may not be next year. If you code against the database directly your work will break when the data is moved, to another server, another database system, or whatever. I imagine the system designers want to prevent that. The system is not there for your convenience, it's there to benefit the business and you are presumably engaged for your professional skills in working with it. Why not suggest improvements to the interface that would simplify matters, instead of ranting that it doesn't suit your skill level? If you can show how much time and cost they would save, you might find them welcomed....

                                M B S 3 Replies Last reply
                                0
                                • P PIEBALDconsult

                                  I like only such systems which I have developed myself. Even then, I can rarely remember how to use them.

                                  H Offline
                                  H Offline
                                  haughtonomous
                                  wrote on last edited by
                                  #17

                                  You did document them, right? No? Well there you go....

                                  P 1 Reply Last reply
                                  0
                                  • R rnbergren

                                    and yes I know I am speaking to the choir here. But I just have to vent. so I am working in this system that is based upon data and everything I am sure is in SQL somewhere in the clouds. but am I allowed to connect with like SQL management studio or heck even some sort of command terminal? Nope! so no SQL select available. You HAVE to use their interface. you have to select the whole table first and then you deselect the fields you dont want then you can apply a where clause it is all a stupid IDE with no way to write any freakin Code! and yes I know THEY "think" and THEY "say" you don't need a tech to do this. But only a real tech can actually figure it out. So the no code is less than useless because you actually haven't eliminated a tech job. You have just made it harder.

                                    To err is human to really elephant it up you need a computer

                                    G Offline
                                    G Offline
                                    godfetish
                                    wrote on last edited by
                                    #18

                                    The great thing about no-code systems is that you create more coding jobs. What about AI? Well, someone has to code those systems too. The problem is like you found, the interface layer will drive a tech-minded person insane because these tools are not made for us. They are made for and sold to managers who spent time in a marketing seminar watching a few examples that were perfectly crafted for the data. They pay incredible amounts of money for a tool that doesn't require health insurance and think they are saving a bundle. Suddenly there's a job opening for a SharePoint/App manager, and too often, it ends up being some non-tech-minded ex-business manager and friend of the HR lady you can't stand that suckered their last organization into moving everything to the cloud...and they need to hire some fakers - "tech-minded" assistants - to actually do the work, and they bother you all day because they can't figure out how to Google.

                                    The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.

                                    1 Reply Last reply
                                    0
                                    • R rnbergren

                                      and yes I know I am speaking to the choir here. But I just have to vent. so I am working in this system that is based upon data and everything I am sure is in SQL somewhere in the clouds. but am I allowed to connect with like SQL management studio or heck even some sort of command terminal? Nope! so no SQL select available. You HAVE to use their interface. you have to select the whole table first and then you deselect the fields you dont want then you can apply a where clause it is all a stupid IDE with no way to write any freakin Code! and yes I know THEY "think" and THEY "say" you don't need a tech to do this. But only a real tech can actually figure it out. So the no code is less than useless because you actually haven't eliminated a tech job. You have just made it harder.

                                      To err is human to really elephant it up you need a computer

                                      C Offline
                                      C Offline
                                      Cpichols
                                      wrote on last edited by
                                      #19

                                      I'm actually working on building a no-code tool for our staff to use for custom reports for our customers, and I'm trying to avoid "... only a real tech can actually figure it out" at all costs. I am putting a great deal of effort into making it make sense and be easy for those with little to no clue about SQL to be able to generate these reports without having to go into the db themselves or waiting for us to do it for them. I wonder if I can do it - make it easier/quicker for those who are uncomfortable with SQL, and maybe no harder nor slower for us. I'm giving it my best shot.

                                      1 Reply Last reply
                                      0
                                      • H haughtonomous

                                        You did document them, right? No? Well there you go....

                                        P Offline
                                        P Offline
                                        PIEBALDconsult
                                        wrote on last edited by
                                        #20

                                        A simple readme file, plus example scripts.

                                        1 Reply Last reply
                                        0
                                        • R rnbergren

                                          and yes I know I am speaking to the choir here. But I just have to vent. so I am working in this system that is based upon data and everything I am sure is in SQL somewhere in the clouds. but am I allowed to connect with like SQL management studio or heck even some sort of command terminal? Nope! so no SQL select available. You HAVE to use their interface. you have to select the whole table first and then you deselect the fields you dont want then you can apply a where clause it is all a stupid IDE with no way to write any freakin Code! and yes I know THEY "think" and THEY "say" you don't need a tech to do this. But only a real tech can actually figure it out. So the no code is less than useless because you actually haven't eliminated a tech job. You have just made it harder.

                                          To err is human to really elephant it up you need a computer

                                          M Offline
                                          M Offline
                                          MikeCO10
                                          wrote on last edited by
                                          #21

                                          Yeah, many of these are a joke, just as you describe. The vendors oversell the systems, showing shiny examples of working systems neglecting to tell the potential customers that they were either built out by the vendor, at a silly cost, or built by customers who threw their IT department at the project. I actually sat in on a zoom meeting where I had to explain the SQL to the vendor. I turned off my video and audio after a while and explained it to my dog sitting next to me. She at least tilted her head; which beat the blank stares from the vendor's so-called SA and Dev. :omg:

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups