开发者

jdbc odbc connectivity

开发者 https://www.devze.com 2023-02-10 19:13 出处:网络
am a newbie to java. I want to create a table in MYSQL and insert images into it.I have to write code in java to insert the images. can anyone tell me how to give开发者_Python百科 connectivity between

am a newbie to java. I want to create a table in MYSQL and insert images into it.I have to write code in java to insert the images. can anyone tell me how to give开发者_Python百科 connectivity between mySQL and java code. Can u suggest some materials for jdbc odbc connectivity.


Don't even think about mentioning ODBC when you're talking Java. JDBC-ODBC bridges were useful once, when we didn't have proper drivers but they should be considered a crime against humanity nowadays :-)

What you want is a type-4 (pure Java) JDBC driver and the "official" one is MySQL Connector/J.

That page also has links to a short JDBC Basics course and a more in-depth one, for your education.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号