Steve Ellenoff wrote:
> The options field value is using bit flags... so just break the 
> option # you are using into it's proper pieces for each bit value.
>
> 131609 = 131072+512+16+8+1
>
> This is equivalent to a number where the bits 17,9,4,3,0 are set.
>
> Looking at the MyODBC reference this is equivalent to:
>
> FLAG_SAFE + FLAG_PAD_SPACE + FLAG_NO_PROMPT + FLAG_BIG_PACKETS + 
> FLAG_FIELD_LENGTH
>   

Thanks, Steve!  Perhaps I'll use my 131609 and add the 16384 to see if 
that covers all of it.

I'd be curious as to what other OPTION values people use here when 
connecting to MySQL.   ????


-- 
Michael J. Babcock, MCP
MB Software Solutions, LLC
http://mbsoftwaresolutions.com
http://fabmate.com
"Work smarter, not harder, with MBSS custom software solutions!"



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to