Friday, March 20, 2020

Downloading and adding the latest JDBCDriver in your Netbeans project

See my stackoverflow answer https://stackoverflow.com/questions/46131295/classcastexception-java-math-biginteger-cannot-be-cast-to-java-lang-long-on-con/60780362#60780362

You can get the latest mysqljdbcdriver by downloading this MySQL-connector-java-5.1.48.zip file from here https://dev.mysql.com/downloads/connector/j/5.1.html

No comments:

Post a Comment

Query for finding high dividend paying stocks

 Post the following query in Screen.in, to get list of high dividend yield stocks: Dividend yield > 6 AND Dividend last year > 1000 AN...