RE: views/cursors in mysql 4.0

2004-10-01 Thread SGreen
Yes. Best of luck with your conversion! Shawn Green Database Administrator Unimin Corporation - Spruce Pine <[EMAIL PROTECTED]> wrote on 09/30/2004 05:25:22 PM: > > Hi, > > Thank you very much for your reply. So for the cursors result > set C API's will be suitable ..right?. > > thanks,

RE: views/cursors in mysql 4.0

2004-09-30 Thread lakshmi.narasimharao
Hi, Thank you very much for your reply. So for the cursors result set C API's will be suitable ..right?. thanks, Narasimha Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive use of

RE: views/cursors in mysql 4.0

2004-09-30 Thread SGreen
My comments embedded below <[EMAIL PROTECTED]> wrote on 09/30/2004 04:18:02 PM: > > Hi, > Thank you very much for your reply. > >The existed system , a network management tool , is developed > using C as program lanuage and oracle 7.3 as the database. There are > 3 layers in th

Re: views/cursors in mysql 4.0

2004-09-30 Thread Martijn Tonies
> Could you please let me know the alternatives for stored procedures and Triggers in mysql 4.0. The only alternative is application code. With regards, Martijn Tonies Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL Server. Upscene Productions http://www.upscene.com

RE: views/cursors in mysql 4.0

2004-09-30 Thread lakshmi.narasimharao
inal Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Fri 10/1/2004 12:40 AM > To: Lakshmi NarasimhaRao (WT01 - TELECOM SOLUTIONS) > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: views/cursors in mysql 4.0

RE: views/cursors in mysql 4.0

2004-09-30 Thread SGreen
12:40 AM > To: Lakshmi NarasimhaRao (WT01 - TELECOM SOLUTIONS) > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: views/cursors in mysql 4.0 > > Views and Cursors are not available in MySQL 4.x. Usually your > scripting language handles cursors for you (having them in 4.x w

RE: views/cursors in mysql 4.0

2004-09-30 Thread lakshmi.narasimharao
: Lakshmi NarasimhaRao (WT01 - TELECOM SOLUTIONS) Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: views/cursors in mysql 4.0 Views and Cursors are not available in MySQL 4.x. Usually your scripting language handles cursors for you (having them in 4.x

Re: views/cursors in mysql 4.0

2004-09-30 Thread SGreen
Views and Cursors are not available in MySQL 4.x. Usually your scripting language handles cursors for you (having them in 4.x would do you little good as stored procedures don't exist yet. Look at the current 5.x development for cursors and stored procedures). What language do you script/progr