Re: Re: Is there MySQL version 4.0.2 ?

2002-05-15 Thread Viliam Batka
bk -r check -a I have got plenty of files that was not resolved. Am I doing something wrong or I shall forget about BitKeeper as I am using the Windown 2000? Any suggestion? Thanks, Viliam Batka - Before posting, please check

Re: Perl DBI

2002-05-23 Thread Viliam Batka
pare("SELECT * FROM foo"); $sth->execute(); while (my $ref = $sth->fetchrow_hashref()) { print "Found a row: id = $ref->{'id'}, name = $ref->{'name'}\n"; } $sth->finish(); # Disconnect from the data

Re: MySQL + cygwin

2002-06-03 Thread Viliam Batka
Hi Chris, I have tried to compile following version of the MySQL under cygwin. - 3.23.47 - 3.23.50 - 4.0.1 I was able to compile (client + server ) all of mentioned version, BUT most of the test have failed except for the version 3.23.50 that seem to me to work in most cases but not in all. I

Is there MySQL version 4.0.2 ?

2002-05-13 Thread Viliam Batka clear
version. Will be the 4.0.2 version available soon or shall I go ahead with the 4.0.1 version? Thanks Viliam Batka