Re: Two connections with C-API

2001-05-22 Thread Robert Schelander
> Is it possible to connect a database two times > simultaneously with the C-API? works... just wrote a bug with a pointer sry for posting Robert - Before posting, please check: http://www.mysql.com/manual.php (the manual)

Two connections with C-API

2001-05-22 Thread Robert Schelander
Is it possible to connect a database two times simultaneously with the C-API? I always get a segfault when connecting a second time. I need this because I want to feed a second table with data processed within a mysql_use_result fetch. I can't use mysql_store_result, because the result set is