1. MySQL
- Posted by Alex Chamberlain <alex.chamberlain at tiscali.co.uk> Dec 19, 2005
- 567 views
- Last edited Dec 20, 2005
Hi, I was going to try to wrap MySQL - the new version (ie it doesn't work with the wrapper online). However, its way to complecated for me - its good documentation, but includes special types etc that I don't understand! So I was wonderin if anybody else wanted a crack at it? Thanks, Alex
2. Re: MySQL
- Posted by cklester <cklester at yahoo.com> Dec 19, 2005
- 552 views
- Last edited Dec 20, 2005
Alex Chamberlain wrote: > > Hi, I was going to try to wrap MySQL - the new version (ie it doesn't work > with > the wrapper online). However, its way to complecated for me - its good > documentation, > but includes special types etc that I don't understand! So I was wonderin if > anybody else wanted a crack at it? Dude! Just use PostgreSQL. It's better anyway. Although my host won't install PostgreSQL so it looks like I'll be moving! 8) Unless I want to use MySQL. Should I? -=ck "Programming in a state of Euphoria." http://www.cklester.com/euphoria/
3. Re: MySQL
- Posted by D. Newhall <derek_newhall at yahoo.com> Dec 19, 2005
- 543 views
- Last edited Dec 20, 2005
cklester wrote: > > Alex Chamberlain wrote: > > > > Hi, I was going to try to wrap MySQL - the new version (ie it doesn't work > > with > > the wrapper online). However, its way to complecated for me - its good > > documentation, > > but includes special types etc that I don't understand! So I was wonderin if > > anybody else wanted a crack at it? > > Dude! Just use PostgreSQL. It's better anyway. Although my host won't install > PostgreSQL so it looks like I'll be moving! 8) > > Unless I want to use MySQL. Should I? > I'm a PostgreSQL man myself and only use MySQL when I have to. PostgreSQL seems to be better than MySQL in almost every single way. http://en.wikipedia.org/wiki/Comparison_of_relational_database_management_systems The Euphoria Standard Library project : http://esl.sourceforge.net/ The Euphoria Standard Library mailing list : https://lists.sourceforge.net/lists/listinfo/esl-discussion
4. Re: MySQL
- Posted by cklester <cklester at yahoo.com> Dec 19, 2005
- 548 views
- Last edited Dec 20, 2005
D. Newhall wrote: > > > I'm a PostgreSQL man myself and only use MySQL when I have to. PostgreSQL > seems > to be better than MySQL in almost every single way. Have you tried using the new PostgreSQL wrapper? If so, what do you think? -=ck "Programming in a state of Euphoria." http://www.cklester.com/euphoria/
5. Re: MySQL
- Posted by D. Newhall <derek_newhall at yahoo.com> Dec 20, 2005
- 553 views
cklester wrote: > (snip) > > Have you tried using the new PostgreSQL wrapper? If so, what do you think? > I actually haven't because I only use Postgre on FreeBSD systems. I am however glad it is available for when I, or anyone else, might need it on Windows. If I have the time soon I might try it out once I'm done with my finals for the semester just to see how well it works. If I get the chance to try it out I'll tell you how it is. The Euphoria Standard Library project : http://esl.sourceforge.net/ The Euphoria Standard Library mailing list : https://lists.sourceforge.net/lists/listinfo/esl-discussion
6. MySQL
- Posted by JesusC <jesus.consuegra at RETEMAIL.ES> Jun 15, 2000
- 598 views
Hi!. Has anyone else tried the MySQL interface for Euphoria?. I get an error just at the first assignment: include Mysql015a.e MYSQL mysql; <--- error here telling is undefined.... Any help, very welcome. Jesus. (Again doing things...)