I have converted a jet database to a sql server 2005 express database.
The front end app contains a lot of inline sql that was written to query the jet database
and this is now not working.
The jet sql contains terms like True, False.
String literals are contained in both single and double quotes etc,
Functions like ucase, trim, isnull etc are present in the sql.
Rather than re-writing hundreds of queries, is there a way of making sql server use jet sql?
As far as I can tell, no. Here’s a link to a Microsoft migration tool to go from Access to SQL Server: http://www.microsoft.com/sqlserver/2005/en/us/migration-access.aspx.
Share and enjoy.