Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Well, let's look at the problem from different angle... Forget about accessing database from the client-side [JavaScript]. Than what? Just use SQL Server as a web server to pull the data. It is called <a href="http://msdn.microsoft.com/en-us/library/ms181591%28v=SQL.90%29.aspx" rel="nofollow noreferrer">HTTP End Point</a>. This way you can implement data access logic on the SQL Server side (including to MS Access through any of the available interfaces). So, now SQL Server's web service returns data that can be manipulated on the client-side (AJAX) with jQuery (<a href="https://stackoverflow.com/questions/220754/best-ajax-treeview">read this for some info</a>).</p> <p>Here are some links I found for the End Point part:</p> <p><a href="http://www.simple-talk.com/sql/database-administration/sql-server-endpoints-soup-to-nuts/" rel="nofollow noreferrer">http://www.simple-talk.com/sql/database-administration/sql-server-endpoints-soup-to-nuts/</a></p> <p><a href="http://mscerts.programming4.us/sql_server/sql%20server%202008%20%20sql%20server%20web%20services%20-%20building%20web%20services%20(part%201).aspx" rel="nofollow noreferrer">http://mscerts.programming4.us/sql_server/sql%20server%202008%20%20sql%20server%20web%20services%20-%20building%20web%20services%20(part%201).aspx</a></p> <p>I have never implemented SQL Server End Point, so cannot tell if this is easy or not. However, I did similar in <a href="http://www.intersystems.com/cache/index.html" rel="nofollow noreferrer">InterSystems Cache database</a> and that worked very good.</p> <p>This is how I see it anyway...</p> <p>P.S. I am a little confused with your local file approach</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload