mohanrajh
March 21st, 2003, 04:47 AM
Hi Guys,
Access 200 & MS SQL Server 7.0 has some differences in Query Syntax (for eg. ORDER BY in Access is not supported in SQL Server 7.0, DISTINCTROW in Access is only DISTINCT in SQL Server, etc..), how does the conversion take place without compatability issues?
And after successfully converting from Access 2000, we do have to change the SQL Queries in the front end, isn't it?
Moreover '&' for Concatenating in Access is '+' in SQL Server, so isn't a bigger task to change every code(SQL) written in front end especially if the application is bigger and deals more with database?
Regards,
Mohan
Access 200 & MS SQL Server 7.0 has some differences in Query Syntax (for eg. ORDER BY in Access is not supported in SQL Server 7.0, DISTINCTROW in Access is only DISTINCT in SQL Server, etc..), how does the conversion take place without compatability issues?
And after successfully converting from Access 2000, we do have to change the SQL Queries in the front end, isn't it?
Moreover '&' for Concatenating in Access is '+' in SQL Server, so isn't a bigger task to change every code(SQL) written in front end especially if the application is bigger and deals more with database?
Regards,
Mohan