thomas
|
| Posted: 02/13/2002, 9:22 AM |
|
Hi,
i have to translate my PHP Projekt into JSP. What is the correct syntax for that PHP Query ?
$flds_address_id = dlookup("addresses","address_id"," activbit = 0 AND last_result <> 'erledigt' AND (last_wv_date <= curdate() AND last_wv_time <= curtime()) ORDER BY last_assign_to,prio,last_wv_date,last_wv_time ASC");
thanx thomas
|
|
|
 |
Andrew B
|
| Posted: 02/13/2002, 7:58 PM |
|
Form when I worked with jsp, it looks like everything there should work except one part. Granted, that was a while ago, so...
Try removing the $ from the variable name.
|
|
|
 |
|