Using a stored procedure inside a view

2006-05-12 Thread Chris Carrier
Hey folks I'm trying to crate a view that runs a stored procedure. Can anyone tell me what I might be doing wrong or if what I'm trying it possible? Here is what I get: mysql create view v as CALL flatscore(6,2); ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that

Stored procedures and views

2006-03-24 Thread Chris Carrier
. Thanks, Chris Carrier -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.385 / Virus Database: 268.3.1/291 - Release Date: 3/24/2006 -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com

RE: Stored procedures and views

2006-03-24 Thread Chris Carrier
I just mean is it possible to hook a set of stored procedures to a view as opposed to a temporary table that we'd have to explicitly update? Chris -Original Message- From: Martijn Tonies [mailto:[EMAIL PROTECTED] Sent: Friday, March 24, 2006 10:26 AM To: mysql@lists.mysql.com Subject: