Re: Views in MYSQL

2003-10-13 Thread Ken Menzel
Hi, - Original Message - From: <[EMAIL PROTECTED]> To: "Nitin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, October 13, 2003 5:52 AM Subject: Re: Views in MYSQL > What about when the script uses persistent connection

Re: Views in MYSQL

2003-10-13 Thread Nitin
then who said, you cant delete temporary tables Nitin - Original Message - From: <[EMAIL PROTECTED]> To: "Nitin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, October 13, 2003 3:22 PM Subject: Re: Views in MYSQL

Re: Views in MYSQL

2003-10-13 Thread minky
Hi - Original Message - From: "Nitin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, October 13, 2003 10:42 AM Subject: Re: Views in MYSQL > I'm not talking about storing data into temporary tables for ever, but for &

Re: Views in MYSQL

2003-10-13 Thread Nitin
ginal Message - From: "Harald Fuchs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 13, 2003 2:29 PM Subject: Re: Views in MYSQL > In article <[EMAIL PROTECTED]>, > "Nitin" <[EMAIL PROTECTED]> writes: > > > if you are

Re: Views in MYSQL

2003-10-13 Thread Nitin
if you are using mysql on web (which is the most possible case, as MySQL is created to be used on web), you can use your scripts to create tamporary tables and use them as views. else you can write procedures for that purpose, depending on your need. Nitin - Original Message - From: "Tim

Re: Views in MYSQL

2003-10-11 Thread Victoria Reznichenko
"Timotius" <[EMAIL PROTECTED]> wrote: > > Pls help me, how to create views in mysql. > > there isn't menu for views in mysql such as SQL Server 2000 ? Views currently are not supported in MySQL: http://www.mysql.com/doc/en/ANSI_diff_Views.html -- For technical support contracts, goto

Re: Views in MYSQL

2003-10-11 Thread Nitin
MySQL doesn't support views as of now. It's a feature MySQL is missing for long time. For more information have a look at http://www.mysql.com/doc/en/ANSI_diff_Views.html Nitin - Original Message - From: "Timotius" <[EMAIL PROTECTED]> To: "MYSQL" <[EMAIL PROTECTED]> Sent: Saturday, Octob