mysql xpcom wrapper available for Mozilla

2002-12-25 Thread Dmitry Dorofeev
Hi all. Check out http://mysqlxpcom.mozdev.org/ Quick intro: Allows to write MySQL interfaces in pure JavaScript, XUL or HTML. Multiplatform. Usable right now. Enjoy and Happy Xmas ! -- Deem0N** [EMAIL PROTECTED] ** Natural born YASPer http://www.yasp.com/ Just

Re: Exact word search

2002-08-21 Thread Dmitry Dorofeev
Robert Macwange wrote: Hello y'all, I guess this is easy, but it is defeating me. I am having a problem with this query: $keyword = search; SELECT * FROM table WHERE field LIKE '%$keyword%' Hint, for 'search' in middle of phrase: SELECT * FROM table WHERE field LIKE '% $keyword %'

mysql with pth lib compilation

2002-08-20 Thread Dmitry Dorofeev
Hi all, I am trying to compile mysql-3.23.49 on OpenBSD 3.1-stable with pth lib. Note: since OpenBSD 3.1 mysql is compiling with native OpenBSD threads. And I found it is very unstable. I meant ports collection. I am running mysql with pth lib on OpenBSd 2.9 without problems. Once I get mysql