Simplest Database Sample App - Forum

Forum Navigation
You need to log in to create posts and topics.

Simplest Database Sample App

We are testing, fixing and preparing some tutorials before releasing VisualNEO Web next version.
Meanwhile we will publish some examples to get you familiarized.
This one is the simplest Data Base sample application:

It uses a "SELECT * from mytable" SQL query to load the result into an associative Array.
What this means is that you can access any table value using this simple generic syntax:

[myTableData([recordNumber])('fieldName')]

So, if we want to get the value from "name" field  in the third table record we will use:

[myTableData(2)('name')]

Remember arrays start at 0 position and not 1.
Do you want to see a working sample?:
https://visualneo.com/tutorials/neoPhpDb1/

I hope next version will be available later this month.
Best regards.

 

CDY@44 and asmat have reacted to this post.
CDY@44asmat