The MySQL is version 4.1.1 I think. I just downloaded it and installed it, so
it is the latest download. As for the MS SQL Server, I do not know what version
it will be.
I guess what I am doing is trying to develop an application that will retrieve
data from a database and display it on a screen. Then allow the user the
ability to view and or submit one or more of the displayed records to a JMS
Queue for processing by another application.
This would be a sorta proto type. Being I have not done this and do not have MS
SQL Server installed on my machine, I needed something to develop against. I
was hoping that once I was done I would be able to change some stuff and be able
to apply what I did in MySQL to MS SQL Server.
Hopefully I will not have to change too much. I am sure that the main processes
will be similar and I am sure I will have to switch the files that allow me to
connect to each of the respective SQL's.
I was going to use JSP for this. Would you recommend something else?