On Mon, Aug 31, 2009 at 10:00 PM, Schwab,Wilhelm K <[email protected]>wrote:
> I looked through it in MC, but did not see anything obvious. Even then, I > doubt it is a workable choice for me because regardles of what X and - mean > in their doumention, one of the DBMS/OS pairs I need is not supported. > OpenDBX supports now MySQL under Windows. I couldn't test SqueakDBX because I have a problem with the MySQL I have installed in my windows PC, but OpenDBX was tested and worked perfect. I will fix my MySQL in Windows so that I can test it, but if you want to also try to test it, you can do it. It is quite easy: 1) Download DLLs from here: http://linuxnetworks.de/opendbx/download/opendbx-1.4.3_win32.zip 2) Copy libopendbx-1.dll and libmysqlbackend-1.dll to c:/windows/system32/ 3) Install your MySQL client libraries. If the database is in other PC, you can install the client libraries: For building the OpenDBX MySQL backend, you need to install the "Windows Essentials" <http://dev.mysql.com/downloads/mysql/5.1.html#win32> available in the download section of the MySQL website. A minimal install must consist of Client Programs -> MySQL Command Line Utilities C Include Files / Lib Files Otherwise, the libmysql.dll file isn't installed in the "bin\" directory and the files in the "include\" and "lib\opt\" directory are not available. If you have the database installed, I think you also have the client, but I am not sure. THE IMPORTANT thing is that the MySQL libraries (dlls) are findable by windows (put it in the same directory of the executable, in path or whatever windows can do) If I could test it, I will let you know. If you do it, please let me know ;) Best, Mariano > > > > -----Original Message----- > From: [email protected] [mailto: > [email protected]] On Behalf Of Esteban A. > Maringolo > Sent: Monday, August 31, 2009 6:38 PM > To: [email protected] > Subject: Re: [Pharo-project] ODBC: table names and column names/types? > > Hello Bill, > > 2009/8/31 Schwab,Wilhelm K <[email protected]>: > > Hello all, > > > > Is there anything available for Pharo that gives schema information about > a database? > > Doesn't SqueakDBX do that? > > Regards, > > Esteban A. Maringolo > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >
_______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
