|
Pages: [1]
|
 |
|
Author
|
Topic: how to display data from the rebDB on screen (Read 488 times)
|
newbie
Guest
|
Hi!! How to display the list of data from the rebDB database on the screen.. For example: you: db-select * person- it is to give the list of result and how to display them.. Thank you
|
|
|
|
|
Logged
|
|
|
|
|
Ashley
|
db-echo true db-select * my-table db [select * from my-table]
db-echo toggles "interactive" mode on / off. Just be sure to use "db-echo false" when you want to use db statements within your code again.
|
|
|
|
|
Logged
|
|
|
|
|
|
Pages: [1]
|
|
|
 |