Unicode support?

2001-09-24 Thread Endre Stølsvik

I've tried to read through a fair bit of the manual, but I haven't quite
found out yet:  does MySQL support Unicode? I'm talking Strings from Java,
using mm.mysql driver.

-- 
Mvh,
Endre


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Let's approach stored procedures

2001-09-13 Thread Endre Stølsvik

On Tue, 11 Sep 2001, Arnulf Kristiansen wrote:

| I have just started to look into the stored procedure issue. We will come up with a
| definite plan within a short period of time.

But does this mean that you won't welcome any other initiative or ideas
from other programmers?

|
| It is true that there are solutions that would make transitions from another DBMS to 
|MySQL
| easier however, I am leaning towards the ANSI standard rather than PL/SQL or 
|Transact-SQL.
| If we still need to provide other languages or subsets of languages for 
|compatibility and
| easy transition, we might provide this later.

Again, if two persons (groups) were working on this at the same time, then
you could take ideas from both, ditch one of the implementations and use
the other one's ideas in the remaining. Much faster development, and will
problaby be better.

| Widening the existing SQL functionality is most likely going to be the
| first step.

Why is this a first step? As I see it, SQL (as in the query language) is a
rather different thing than an scripting language or similar (read
stored procedures).

-- 
Mvh,
Endre.



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Let's approach stored procedures

2001-09-10 Thread Endre Stølsvik

On Fri, 7 Sep 2001, Robert Alexander wrote:

| Hi Claudio,
|
| I think having the functionality of stored procedures would be a
| wonderful addition to MySQL. Let me be the first to say a hearty
| 'Thank you!' for your very generous offer to devote your vacation time
| to this task.

I definately agree, and I'm reading all those other emails wondering
whether people are crazy?! This guy is saying that he wants to devote
considerable time in making stored procedures, and people start to argue
against him with sarcasm and everyhting.

|
| I like Oracle's PL/SQL. I've used it a fair amount, and it get's the
| job done. PL/SQL = Procedural SQL -- SQL plus procedural logic. This
| has the advantage of being a language that uses the SQL that we all
| already know and love, plus enough procedural things -- loops,
| conditionals, etc. -- to implement logic. It's more a programming
| language than just a query language. This is a good thing.

One LARGE point in PL is that, yes, it's Oracle's, and they have a large
industy momentum and are kind of the defacto industry standard. MySQL
could steal a lot of momentum from Oracle if you could port your
application to MySQL by just swapping the backend of your application. And
this is definately not negative for a Open Source project. (I'd like to
see MySQL be a _real_ alternative to the big-dudes. Let the OS community
dominate the whole serverside market totally!)

Oracle's PL/SQL would be a _huge_ benefit for MySQL, I believe.

Transactions, subqueries and stored procudures NOW!

|
| That being said, I don't think re-implementing PL/SQL is necessarily
| the way to go for MySQL. There may indeed be proprietary issues
| (though I'm not sure) and I think it'd be possible to take a more
| 'open source' approach.

The proprietary issues might of course be a huge problem. Anyone knows
anything about this?

|
| Let's remember what we want to accomplish with stored procs; that is,
| the ability to store server-side logic where we can implement such
| things as business rules, and ensure consistency in the way
| 'front-ends' of whatever flavour (and probably written by different
| programmers) perform transactions with the dataset.

Also, remember that _speed_ is a _big_ thing here.
  If your application needs to grep through a large amount of data and
compare lots of rows from different tables in an elaborate way, then you'd
have to transfer immense amounts of data through the TCP stack (and maybe
even though a couple of ethernet cards and a cable!) or anyways between
different tiers and data representations in your system (think e.g.
Java?). This is done _much_ more effeciently with a couple of stored
procedures.


-- 
Mvh,
Endre


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php