Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A total newbie here with some questions.. please help!

Status
Not open for further replies.

m3du5a

Programmer
Jan 7, 2003
2
SG
Hey all.. I've been using tomcat + microsoft sql server, now Im trying to switch it to tomcat + MySQL, but im totally new to it. Been reading up a little but Im still unsure of some things.

1. Is is a big difference in coding whether it's installed on win98 or win2k or winXP systems?

2. I downloaded the mysql-3.23.51-win and installed it but I dun knoe how to go about using it. I installed it on a win98 system. Do I need the MyODBC thingey or sumthin? Totally confused here.. :(

3. Are the connection statements similar to the way we use it for mSQL?

I apologise for my ignorance here but I reallie have no idea .. Please help!! ~>_<~
 
2 -> You have to choose: you can access mysql through ODBC with MyODBC. You can access mysql with a JDBC driver. I think the name of the official jdbc driver is &quot;ConnectorJ&quot;. It's a jar file, that you have just to reference in the classpath.

3 -> Yes, with many limitations. See the list in the documentation on the mysql web site. Note that date functions are very different.

Thomas ---
A free GUI for your database:
 
Thank you all so much.. :D I will read it up.
Thanks alot!
:D
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top