AJAX Query Builder?

  • Thread starter Kenneth Baltrinic
  • Start date
K

Kenneth Baltrinic

Our team needs an AJAX based query builder that ideally plays well with
..Net, something along the lines of the Microsoft Outlook Filter Dialog. We
found one item on CodeProject.com "SqlWhereBuilder" but we are hoping for a
more mature solution. Anybody know of anything out there?
 
J

Joost Diepenmaat

Kenneth Baltrinic said:
Our team needs an AJAX based query builder that ideally plays well with
.Net, something along the lines of the Microsoft Outlook Filter Dialog. We
found one item on CodeProject.com "SqlWhereBuilder" but we are hoping for a
more mature solution. Anybody know of anything out there?

You're not seriously considering building SQL on the client, right?
 
E

Erwin Moller

Joost Diepenmaat schreef:
You're not seriously considering building SQL on the client, right?

Why not?
Educational website, experienced users, etc.
There can be many reason to offer SQL-power to a client.

Regards,
Erwin Moller

--
============================
Erwin Moller
Now dropping all postings from googlegroups.
Why? http://improve-usenet.org/
============================
 
S

slebetman

Joost Diepenmaat schreef:



Why not?
Educational website, experienced users, etc.
There can be many reason to offer SQL-power to a client.
^^^^^^^^^^^^^^^^^^^^^^^

And throw away the extremely paranoid security/access model baked in
to all modern databases. Why not tell people your SQL username and
password while you're at it. Does "SQL injection" ring a bell?

Note: there is only one way of doing this that I'd consider "safe"
even if I recommend against it: expose a read-only SQL account for
client-side SQL queries.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,139
Messages
2,570,805
Members
47,356
Latest member
Tommyhotly

Latest Threads

Top