Sample applications open in Sqllite rather than myssql

Rather than building from scratch, I would like to modify Recruitment tracker application to suit my needs. However, the application is opening via sqllite database. It is not giving me an option to work with mysql. Is there a way to resolve/bypass this issue?

I remember that recruitment tracker used to work on mysql, a couple of months before. I am not sure, why the application has been changed to work via sqllite. If these are getting changed, an option to select database needs to be provided.

Not everyone has mysql installed, yet sqlite is standard when you installed scriptcase. So it does make sense.
In order to change it you need to convert the sqlite tables to mysql (check http://www.sqlite.org/cvstrac/wiki?p=ConverterTools for some of them).
Then just change the database type and regenerate your code.