Re: MySQL native C wrapper

2015-05-01 Thread Alexander Williams
OK I see. I'll have a look later today and see if I can handle those issues. Thanks!! On 2015-05-02, at 1:33 AM, Henrik Sarvell hsarv...@gmail.com wrote: I've now updated, due to time constraints I have not done the following: 1.) Linked straight to the mysql client library as I still need

Re: MySQL native C wrapper

2015-05-01 Thread Henrik Sarvell
I've now updated, due to time constraints I have not done the following: 1.) Linked straight to the mysql client library as I still need to call my conn function in mysql.c, in order to get rid of it one first needs to call mysql_init to get the connection struct, so far so good but then calling