1. Postgresql or other db's
- Posted by Jeremy Peterson <ptl99 at hotmail.com> Jan 06, 2006
- 498 views
I don't think anybody is using this, so may I ask which DB most people here use. Jeremy Edmund Burke: "All that is necessary for evil to triumph is for good men to do nothing."
2. Re: Postgresql or other db's
- Posted by Alex Chamberlain <alex.chamberlain at tiscali.co.uk> Jan 06, 2006
- 477 views
I would quite like to use MySQL, but the wrapper is out-of-date. Alex
3. Re: Postgresql or other db's
- Posted by Jeremy Peterson <ptl99 at hotmail.com> Jan 06, 2006
- 489 views
- Last edited Jan 07, 2006
Can you give any examples of what you'd use it for? Jeremy Edmund Burke: "All that is necessary for evil to triumph is for good men to do nothing."
4. Re: Postgresql or other db's
- Posted by richard koch <dr.richard.koch at t-online.de> Jan 06, 2006
- 488 views
- Last edited Jan 07, 2006
firebird
5. Re: Postgresql or other db's
- Posted by Rad <radhx at rediffmail.com> Jan 07, 2006
- 470 views
Alex Chamberlain wrote: > > I would quite like to use MySQL, but the wrapper is out-of-date. > > Alex I am using MySql + MySql ODBC Driver 3.51 + Eu MySql ODBC wrapper I am using MySql + MySql ODBC Driver 3.51 + Eu MySql ODBC wrapper, and it's working fine for me. Rad.
6. Re: Postgresql or other db's
- Posted by D. Newhall <derek_newhall at yahoo.com> Jan 07, 2006
- 462 views
Jeremy Peterson wrote: > > I don't think anybody is using this, so may I ask which DB most people here > use. > > Jeremy > > Edmund Burke: "All that is necessary for evil to triumph is for good men to > do nothing." I use PostgreSQL at work on BSD. On Windows I don't use any but if I were I'd use Postgre. The Euphoria Standard Library project : http://esl.sourceforge.net/ The Euphoria Standard Library mailing list : https://lists.sourceforge.net/lists/listinfo/esl-discussion
7. Re: Postgresql or other db's
- Posted by Rad <radhx at rediffmail.com> Jan 07, 2006
- 467 views
Does PostgreSql support public synonyms? Say there are 2 separate schemas which I want to give access to the user without specificaly prepending the schema names to the concerned tables. Thats what I found missing in MySql. Rad.
8. Re: Postgresql or other db's
- Posted by George Walters <gwalters at sc.rr.com> Jan 09, 2006
- 468 views
Use Matt's odbc with mysql. I've been using both for several years and have had zero problems.
9. Re: Postgresql or other db's
- Posted by Craig Welch <craig at singmail.com> Jan 10, 2006
- 473 views
Jeremy Peterson wrote: >I don't think anybody is using this, so may I ask which DB most people here >use. > I'm using Microsoft's SQL Server, with Matt's ODBC.