Re: Displaying information from table graphically

2008-11-23 Thread dzenan . causevic
Does it support interaction in terms of allowing user to click on individual part of the composite image and use that event to update the database? Other words does it support interactive graphics? On Sat, Nov 22, 2008 at 4:33 PM, Micah Stevens [EMAIL PROTECTED]wrote: On 11/21/2008 07:55 AM,

Displaying information from table graphically

2008-11-21 Thread dzenan . causevic
I have a PHP application that accesses data from MySQL. There is table called rooms, and table called beds. There is another table called patients. Patients are being placed into beds, and beds are in the rooms. PHP application currently displays all information in textual mode via regular HTML

is INSERT into VIEW supported

2008-11-13 Thread dzenan . causevic
I have a VIEW that is defined over two base tables. One table is subtype of another table and it's the VIEW that connects them. Now when I want to insert into a subtable I have to insert through the VIEW. However I am getting an error message when I try to insert into a VIEW. I found the solution