Re: [sqlite] PLSQL

2007-03-30 Thread John Stanton
Thanks for the comments. JS Ken wrote: John, I've used PL/SQL on Oracle. I think it was derived from another language, maybe PL/1. I think its an excellent language, my main usage was geared at PL/SQL for DBA usage that managed internal oracle objects. Pros: Packages / Procedures/ Func

RE: [sqlite] PLSQL

2007-03-30 Thread Dusan Gibarac
ginal Message- From: Ken [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 3:33 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] PLSQL John, I've used PL/SQL on Oracle. I think it was derived from another language, maybe PL/1. I think its an excellent language, my main usage was

Re: [sqlite] PLSQL

2007-03-30 Thread Ken
John, I've used PL/SQL on Oracle. I think it was derived from another language, maybe PL/1. I think its an excellent language, my main usage was geared at PL/SQL for DBA usage that managed internal oracle objects. Pros: Packages / Procedures/ Functions have a really nice hierarchy.