Re: Stepping into libmySQL.dll with VC6

2006-01-16 Thread Jan M
uilding mysql myself (and possibly inducing the odd "difference") - maybe the symbol table for the binary debug version. Regards, Jan "Pooly" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi, 2006/1/16, Jan M <[EMAIL PROTECTED]>: > Hi, > > Ho

Stepping into libmySQL.dll with VC6

2006-01-16 Thread Jan M
Hi, How do I set things up so I can step into the libmySQL.dll from my C code using VC6? I am using the mysql 5.0 windows binary download. Thanks, Jan -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: How to update record obtained from a query result?

2006-01-10 Thread Jan M
Hi, Thanks for your help. Regards, Jan -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

How to update record obtained from a query result?

2006-01-08 Thread Jan M
Hi, Newbie question (MySql 5.0 using C API). I've searched the mysql website/Internet but cannot find the answer. How do I update a record obtained from a query result while ensuring that: 1) The record is the actual record in the database not a possible duplicate, e.g. is there a built-in recor