How display actual data from extern database

Hi, im new on bubble and im trying to figure out how display actual data from extern database i use sql db connector and i have two commands one of them is select(SELECT * FROM Místnosti LIMIT 100) the second is update(UPDATE Místnosti SET Komentáře = ? WHERE ID = ?). The commands work perfect. But can i display actual data from ext. db. otherwise than reaload page ? Thx and sorry for english.

Can you share an example of what you’ve done so far in the editor? A screenshot of the dB connector settings?

You’ll probably need to use a repeating group to display a list of entries.

I use repeating group.

This is discussed in detail here …

1 Like