> 1.  Can CF work with mySQL via myODBC on win2k?

Of course. That's the beauty of ODBC, as long as your language can call an
ODBC connection (which CF can of course) you can use it.

> 2.  Is there a better way to use CF and mySQL?

With what goal in mind? If you're worried about the overhead that ODBC adds
(as opposed to an OLE connection) CF handles the connection objects much
better than most, so the added overhead is not as bad as it could be.

> 3.  Any other gotchas?

I have used MySQL extensively with ASP and there are some limitations with
ADO like the recordcount functions. Since CF doesn't use ADO, I'm sure that
the limitations are different, and there may very well not be ANY, but you
never really know - it's just a matter of experimentation.

Good luck,

Dennis


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to