Rivertown: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
|format=auto | |format=auto | ||
|data=officeAddress=office_address, officeCity=office_city, officeState=office_state, officeZip=office_zip | |data=officeAddress=office_address, officeCity=office_city, officeState=office_state, officeZip=office_zip | ||
|parameters={{PAGENAME}} | |||
}} | |||
{{#get_db_data: | |||
|db=DataDemo | |||
|query=empCount | |||
|format=auto | |||
|data=empCount=employee_count | |||
|parameters={{PAGENAME}} | |parameters={{PAGENAME}} | ||
}} | }} | ||
Line 30: | Line 37: | ||
| rec_First = {{#external_value:recFirst}} | | rec_First = {{#external_value:recFirst}} | ||
| rec_Last = {{#external_value:recLast}} | | rec_Last = {{#external_value:recLast}} | ||
| emp_Count = {{#external_value:empCount}} | |||
}} | }} |
Revision as of 15:04, 3 June 2024
The prepared statement empCount is not set up for the database ID DataDemo.
Error: no local variable "officeCity" has been set. | |
---|---|
Address: | Error: no local variable "officeAddress" has been set. |
City, ST Zip: | Error: no local variable "officeCity" has been set., Error: no local variable "officeState" has been set. Error: no local variable "officeZip" has been set. |
Employees: | Error: no local variable "empCount" has been set. |
Manager: | Error: no local variable "mgrFirst" has been set. Error: no local variable "mgrLast" has been set. |
Receptionist: | Error: no local variable "recFirst" has been set. Error: no local variable "recLast" has been set. |