My Project is successfully running,. it can even load the data onto my tables from MySQL database
but the problem is,. when i open my reports which is CrystalReport based,. it prompts for a Database Login,. I am using Windows 7 64bit and Visual Basic 2008 with the latest MySQL Server.
On my CrystalReport1.rpt when i click the Main Report Preview,.
ODBC (RDO) pops up asking for Data Source Selection,. i tried filling up the connection String with:
By the way: you might have a matter between 64 and 32 bit: if you have the 32 bit of driver, you must compile x86
while you have the 64 bit dirver, you must compile for anycpu (x64) to make it work on your machine. I do believe you can not install both x64 and x32 drivers of mySql on same machine.
about this, have a look here: http://bugs.mysql.com/bug.php?id=25259
you might have a matter of login (username and password)
the fourth problem I was not able to see (unless it was the x32 and x64 matter) but:
User ID: sms
Password: sms
Database: sms
same db name, same username? PPassword is a matter of yours, but I do not like same dbName and same Username...
Last edited by Cimperiali; March 21st, 2012 at 04:46 AM.
...at present time, using mainly Net 4.0, Vs 2010
Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
Bookmarks