I’m not getting the yellow marked part in the first example, so I used second example, although I’m not working with PostgreSQL.
Has anybody an idea what I’m doing wrong? I would also appreciate any easy tutorials or examples regarding the database connector. So far I haven’t found any that are helpful for beginners…
If there would be more parameters, I would add more ? to the SQL Query. The ? are replaced in chronological order of the added parameters. So the first ? would be replaced by$1, the second ? would be replaced by $2 and so on.
It would be awesome if the documentation had a simple example like this in it. This would have saved me a lot of time.
I hope this will save someone else some time. Go on Bubblers !