[phorm] [Phorm:] Array with DBFETCH ... PLEASE HELP

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 10 Oct 2004 19:23:14 -0000

The following new message has been posted on Phorm Support Forum at 
<http://www.phorm.com/support/>. 

*************************************************************************** 

  MESSAGE:  (#4390) Array with DBFETCH ... PLEASE HELP 
            <http://www.phorm.com/support/?rev=4390> 
  AUTHOR:   Rich 
  DATE:     October 10, 2004 at 3:23 p.m. EST 

Hi, 

I am trying to use an array with PHORM_MYTABLE and DBFETCH. I can get it to 
add a new row with the *TitleNumber* into *title_bill*, but I can't get it to 
fetch data from *orders*. What can I change here to make it work? Thanks... 
Rich 

$PHORM_MYTABLE[1] = "title_bill"; 
$PHORM_MYVARS[1] = "TitleNumber = TitleNo"; 

$PHORM_MYTABLE[2] = "orders"; 

$PHORM_DBFETCH[2] = "*"; 

$PHORM_DBWHICH[2] = "TitleNum = '$TitleNo'"; 

*************************************************************************** 

This is an automatically-generated notice.  If you'd like to be removed from 
the mailing list, please visit Phorm Support Forum at 
<http://www.phorm.com/support/>, or send your request to webbbs@xxxxxxxxxx  If 
you wish to respond to this message, please post your response directly to the 
board.  Thank you! 
-------------------------------------------------
You are receiving this message because you are subscribed to the Phorm mailing 
list. To send messages to the mailing list, simply send email to 
phorm@xxxxxxxxxxxxx from the address you have subscribed. You may unsubscribe 
from the list by sending email to phorm-request@xxxxxxxxxxxxx with 
'unsubscribe' in the SUBJECT field.

Other related posts:

  • » [phorm] [Phorm:] Array with DBFETCH ... PLEASE HELP