I am using AJAX scripts in jsp to access mysql database which has been made using InnoDB and MyISAM.

while the database is in InnoDB format, the ajax script works fine
but for MyISAM format, it doesn go well. Pls. let me know how this structure architecture plays role in server side or ajax operations

Understanding the very different engines between MyISAM and InnoDB is inportant. ...

InnoDB handles transactions well, where MyISAM dose not!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.