Select to view content in your preferred language

dijit.form.FilteringSelect with SQL database

619
1
08-12-2010 05:29 AM
KeithSandell
Regular Contributor
Does anyone know if it is possible to and/or how to go about wiring up a sql database to a FilteringSelect widget?

I have a database table with about 1500 rows and I would like to wire up two(2) FilteringSelect widgets to create a definition query against two (2) columns, but obviously it would be crazy to move all that into a json or other format.

Thanks.
0 Kudos
1 Reply
derekswingley1
Deactivated User
JavaScript isn't going to be able to talk to your SQL DB directly. You'll need to use something server side to make the connection, run a query and serve out the results.
0 Kudos