HighDots Forums  

AJAX Query Builder?

Javascript JavaScript language (comp.lang.javascript)


Discuss AJAX Query Builder? in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Kenneth Baltrinic
 
Posts: n/a

Default AJAX Query Builder? - 09-09-2008 , 07:13 AM






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?



Reply With Quote
  #2  
Old   
Joost Diepenmaat
 
Posts: n/a

Default Re: AJAX Query Builder? - 09-09-2008 , 08:33 AM






"Kenneth Baltrinic" <no-direct-replies (AT) me (DOT) com> writes:

Quote:
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?

--
Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/


Reply With Quote
  #3  
Old   
Erwin Moller
 
Posts: n/a

Default Re: AJAX Query Builder? - 09-09-2008 , 10:10 AM




Joost Diepenmaat schreef:
Quote:
"Kenneth Baltrinic" <no-direct-replies (AT) me (DOT) com> writes:

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?

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/
============================


Reply With Quote
  #4  
Old   
slebetman
 
Posts: n/a

Default Re: AJAX Query Builder? - 09-09-2008 , 09:13 PM



On Sep 9, 10:10 pm, Erwin Moller
<Since_humans_read_this_I_am_spammed_too_m... (AT) spamyourself (DOT) com> wrote:
Quote:
Joost Diepenmaat schreef:

"Kenneth Baltrinic" <no-direct-repl... (AT) me (DOT) com> writes:

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?

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.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.