Re: C api - mysql_list_fields

2008-10-07 Thread Mike Aubury
;mysql' driver for Aubit4GL could probably do with some attention from someone who knows their way around) On Tuesday 07 October 2008 13:10:18 walter harms wrote: > Mike Aubury schrieb: > > Excellent - this seems t

Re: C api - mysql_list_fields

2008-10-07 Thread Mike Aubury
e wrote: > Hi Mike, all, > > Mike Aubury wrote: > > I'm probably being a bit stupid - but I'm trying to determine (in code) > > the length of the string in the schema for a given table. > > > > So - for example : > > > > > > create tabl

C api - mysql_list_fields

2008-10-06 Thread Mike Aubury
I'm probably being a bit stupid - but I'm trying to determine (in code) the length of the string in the schema for a given table. So - for example : create table a ( blah char(20) ) I want to return '20', but I'm getting '60' when I use mysql_list_fields.. (Al

Re: Password storage

2007-08-18 Thread Mike Aubury
ugust 2007 16:19, Mogens Melander wrote: > MD5() is not an encryption function. The MySQL manual states: > -- Mike Aubury Aubit Computing Ltd is registered in England and Wales, Number: 3112827 Registered Address : Murlain Business Centre, Union Street, Chester, CH1 1QP -- MySQL General M

Re: Birthday format

2007-06-25 Thread Mike Aubury
the '54' value. We can do it easy enough with our Perl > >> programming, but was > >> wondering if this can be accomplished within the actual query itself. > >> > >> TIA, > >> > >> Mike(mickalo)Blezien > >>

Re: simple alternate query

2007-01-29 Thread Mike Aubury
g for: > > > > table1 > > -- > > id name > > 1 peter > > 2 john > > 3 mary > > 4 lisa > > 5 me > > > >

C API & blobs

2006-12-08 Thread Mike Aubury
Can anyone point me in the direction of some examples of using the libmysqclient API for reading/writing blobs ? I'm currently reading the data from some dynamic SQL using mysql_stmt_bind_result & mysql_stmt_fetch - and want to add the BLOB datatypes TIA -- Mike Aubury

Re: undefined reference to 'mysql_init'

2006-07-23 Thread Mike Aubury
> ***** > Please help me in this regard. > > > > > - > Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ > countries) for 2ยข/min or less. -- Mike Aubury -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Anyone interested in a 4gl compiler ?

2006-07-21 Thread Mike Aubury
e've got a very simple mysql connector already, as well as postgres, & ODBC). -- Mike Aubury -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: quickie for a non-blonde!

2006-07-13 Thread Mike Aubury
d then and i need to extract > their "latest" name) > > how can i get back > 4 | ABC | new company 1 name > 8 | DEF| new company 2 name -- Mike Aubury -- MySQL General Mailing List For list a