Quote from
Gaev on June 15, 2020, 1:38 pm
@kenneth-hosman
For Instance, find where the H's start in my table. It will go the the first H in a name. example Instead of going where the names start with H it will go to word. Breat"h"
For more specific queries, you need to use the dbpQuery command ...
dbpQuery "database id" "table" "FirstName LIKE 'H%'"
... where FirstName is the name of the field where values starting with H constitute a match.
For more details, see ... https://neodbprohelp.visualneo.com/SearchQuery.html#dbpFind
P.S. there is a separate Forum section for posting enquiries about VisualNEOWin plugins (like neoDBPro) ... VisualNEO Support Forum > VisualNEO Win: Plugins VisualNEO Win
@kenneth-hosman
For Instance, find where the H's start in my table. It will go the the first H in a name. example Instead of going where the names start with H it will go to word. Breat"h"
For more specific queries, you need to use the dbpQuery command ...
dbpQuery "database id" "table" "FirstName LIKE 'H%'"
... where FirstName is the name of the field where values starting with H constitute a match.
For more details, see ... https://neodbprohelp.visualneo.com/SearchQuery.html#dbpFind
P.S. there is a separate Forum section for posting enquiries about VisualNEOWin plugins (like neoDBPro) ... VisualNEO Support Forum > VisualNEO Win: Plugins VisualNEO Win