On Thu, Dec 1, 2011 at 2:07 PM, Tom <[email protected]> wrote: > Thanks Matthew.. Unfortunately I'm not sure I can do this. I checked > the old server, and it was set up using Microsoft ODBC driver 3.51. I > couldn't find a mysql-connector anywhere on the old server. >
Yeah that's a totally different beast. > > Can anyone confirm they are using the latest version of OpenBD and > MySQL on Windows and able to use FOUND_ROWS() successfully? > Have you tried running the query directly in MySQL? The real test would be to use a tool like Aqua Data Studio that uses the JDBC driver, but even running the query from a terminal or in the MySQL GUI tool might shed some light on things. And just so there's no misunderstanding, without information to the contrary OpenBD and even your operating system (you're NOT still using ODBC, right?) have zero impact on what's going on here. The best troubleshooting you could do would be to start by running the query against MySQL directly, preferably using a tool that lets you use the same JDBC driver so you can see the behavior. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
