3.2.0

query results into grid

This is prolly a stupid question:
I'm using MM dreamwever MX to create an app that queries an access dbase using SQL and then displays the results in a grid-like thang using server-side scripting to loop through a recordset and display HTML table rows.

Now, your project looks like an awesome way to handle this display, but I'm not sure how to get my SQL query results (Dreamweaver recoredset) to display in your grid.

Do I have to get this into an XML format first?

Sorry, I'm not really a programmer...

peace,
llamamon

llamamon
January 6,
Getting data into the javascript array would be less complicated than XML. Look at this example:

http://www.activewidgets.com/documentation/tutorial/grid/data/jsarray.htm

You need to write javascript array data with the server-side script the same way as you would write the table tags.
Alex (ActiveWidgets)
January 6,

This topic is archived.

See also:


Back to support forum