Microsoft
Software
Hardware
Network
Question : SQL in Access
I have an Access DB from a client. I set up an ODBC data source and am executing SQL queries using ADO via Javascript in an HTML page. This is all set up on a single PC.
The client has provided SQL queries, but manay of them do not work due to apparent SQL syntax differences between Access 2003 / JET engine and SQL Server. Specifically I have found compatability issues with:
TOP (10) PERCENT
CASE...WHEN
and parentheses requirements around JOIN statements...
Is there any way to update / upgrade the database engine so that the SQL statements that work with SQL Server will work unmodified? I doubt it, but thought I would ask.....
Answer : SQL in Access
i could be wrong but prob not. knowing when to use double and single quotes is had -prob going to be your biggest problem- along with parentheses.
Random Solutions
submit button in iframe
How to sum a formula involving a nested if statement in Crystal 2008
Exch 2007 Distribution Group not receiving any mail
if rel="nofollow" then
http://www.example.com
else
How to resolve Failed to load Main-Class manifest attribute from C:\sqljdbc_3.0\enu\sqljdbc
.jar
RemoteApp is not working the same as Remote Desktop
ColdFusion Have One List Box Fill Depending on Value of First List Box
Debugging website in Visual Web Developer 2010 Express on network storage?
Deleting OEM Jobs
SQL trigger is not allowing me to put an if statement in...