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 Anoth
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 '% $keywo
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 c