use of embedded server with 4.1.9

2005-02-02 Thread Joseph Garry
I had written a windows app using the C api that used the embedded server for 4.0.18, and it worked fine. Now I am trying to upgrade to 4.1.9, and it is not working. When I hit the statement mysql_real_connect, it gpf's. This behaviour is the same as what I experience when I try to run the

RE: embedded server for 4.1.9

2005-02-02 Thread Joe Garry
I put something out on the general forum. Perhaps I could try the general list. Thanks for your help. Joe Garry Software Engineer US Biometrics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 4:09 PM To: Joe Garry Cc

Re: joining queries

2003-02-16 Thread garry
On Sun, 2003-02-16 at 16:38, Arda Balci wrote: > Hi Garry, > > Check INSERT ... SELECT syntax from the manual, > here is the example from there: > > INSERT INTO tblTemp2 (fldID) SELECT tblTemp1.fldOrder_ID FROM tblTemp1 WHERE > tblTemp1.fldOrder_ID > 100; > >

joining queries

2003-02-16 Thread garry
I would like to use values in one table to update those in another but i only want to use one query. Is there any way to do this. regards garry saddington - Before posting, please check: http://www.mysql.com/manual.php

Need help with UNION

2003-01-16 Thread Garry Rothert
Hi I am attempting a simple union. select cnumber from spouse where fd_status = "A" union select cnumber from members where fd_status = "A" When I run this SQL statement I get the following error. ERROR 1064 : You have are an error in your SQL syntax near 'union select cnumber from members wher

Recommend free MySQL host for webdev demos?

2002-09-05 Thread Garry Heaton
Can anyone recommend a decent free web host suitable for demo-ing MySQL-based web development projects? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the

Problems with static binary of mysqlgui 1.6 for Solaris 7

2001-11-14 Thread Garry Madrone
tatic-1.6 ld.so.1: ./mysqlgui-solaris-2.7-sparc-static-1.6: fatal: libstdc++.so.2.10.0: open failed: No such file or directory It looks like I need libstdc++.so.2.10.0. Can someone tell me what I need to get the GUI running on Solaris 7? Thanks.

make fails on AIX 4.3.3 using the IBM xlc/xlC compiler

2001-10-27 Thread Garry Williams
s way: $ perl -i -pe 's!(archive_cmds=.*)bexpall!$1qmkshrobj!' ltconfig (I didn't bother to do patch files since all of these changes match exactly one line in each file.) >Submitter-Id: >Originator:Garry Williams >Organization: Zvolve Syst

MySQLGUI for MacOS 10.1

2001-10-25 Thread Garry Nevin
Can anyone advise which, if any versions of the MySQLGUI posted can be run under MacOS 10.1 please? Garry Nevin -- - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com