Re: MyODBC or some other C based API for speed?

2002-03-02 Thread Egor Egorov
Wilbur, Saturday, March 02, 2002, 12:23:08 AM, you wrote: WS I'm doing development directly in C. WS So which API is recommended..? MYSQL C API Look at: http://www.mysql.com/doc/C/C/C.html WS Wilbur -- For technical support contracts, goto https://order.mysql.com/ This email is

MyODBC or some other C based API for speed?

2002-03-01 Thread Egor Egorov
Wilbur, Friday, March 01, 2002, 5:28:56 AM, you wrote: WS I'm working on indexing words in web pages, and I'm finding a significant WS issue with the performance of MyODBC, even when I resort to using batch WS mode inserts.. WS I'm currently using the older version of MyODBC, and basically I'm

Re: MyODBC or some other C based API for speed?

2002-03-01 Thread Wilbur Streett
I'm doing development directly in C. So which API is recommended..? Wilbur Magic phrase... sql Putting A Human Face On Technology ;-) Literally! http://www.TheFaceOf.com

Re: MyODBC or some other C based API for speed?

2002-02-28 Thread Wilbur Streett
At 02:17 AM 3/1/02 +0100, you wrote: Your message cannot be posted because it appears to be either spam or simply off topic to our filter. To bypass the filter you must include one of the following words in your message: sql,query If you just reply to this message, and include the entire text

MyODBC or some other C based API for speed?

2002-02-28 Thread Wilbur Streett
I'm working on indexing words in web pages, and I'm finding a significant issue with the performance of MyODBC, even when I resort to using batch mode inserts.. I'm currently using the older version of MyODBC, and basically I'm looking to determine if anyone is aware of a faster API? Is the