Gossamer Forum
Home : Products : DBMan : Discussions :

$db_key=*

Quote Reply
$db_key=*
I am attempting to call DBMAN from the URL with the suffix"/dbman.cgi?view_records=1&$db_key=*" This should display all records. I do get the record form page, but it says the search failed because no search parameter was defined.?

Help



Quote Reply
Re: $db_key=* In reply to
Is this link setup on a static page outside DBMan?
If so, then the variable, will be unavailabe and you will have to hard-code the field name.
eg: /dbman.cgi?view_records=1&ID=*

If it is a link in DBMan, then you may want to check that you have correctly configured the $db_key variable in default.cfg. It should be assigned to the FIELD_NAME (not number) of your key field.

Good luck!

- Mark


Astro-Boy!!
http://www.zip.com.au/~astroboy/
Quote Reply
Re: $db_key=* In reply to
Thanks I'll try that. The link is from outside.