Ajax DataGrid Support Product Page

Under consideration

Recordset from Bindings Tab

Shared 04 Nov 2008 01:15:57
1
likes this idea
04 Nov 2008 01:15:57 Andrew Gray posted:
hi guys
could we have the ability to select a Recordset from the Bindings Tab please.

thanks
AndyG

Replies

Replied 04 Nov 2008 12:58:08
04 Nov 2008 12:58:08 Miroslav Zografski replied:
Hi Andrew,

Please, give an example or be more specific in your request.

Regards,

M.Zografski

-----------------------------------
DMXZone.com Support Team
-----------------------------------
Replied 04 Nov 2008 18:50:11
04 Nov 2008 18:50:11 Andrew Gray replied:
Meaning at the moment you can only select a Table from the Database.
I want to be able to select a Recordset.
AndyG
Replied 10 Nov 2008 17:00:57
10 Nov 2008 17:00:57 Miroslav Zografski replied:
Hi Andrew,

Ok, I'll have this noted in our features wish list, but the way you have the connection in Data Grid, is same as to define a new Recordset.

Regards,

M.Zografski

-----------------------------------
DMXZone.com Support Team
-----------------------------------
Replied 03 Mar 2009 16:03:26
03 Mar 2009 16:03:26 Michelle Pasquale replied:
Hi,

I agree with AndyG. Most of the recordsets that I use are more involved than what is currently supported. I need to be able to pull data from several tables and have multiple parameters. If the grid could pull from a Recordset that is already done, it would solve the problem.

Thanks,
Michelle
Replied 03 Mar 2009 17:31:41
03 Mar 2009 17:31:41 Andrew Gray replied:
Michelle
Glad I am not the only one needing this.
As much as I'd liked to use this extension I am somewhat disappointed in its lack of functionality to access a pre-defined Recordset! I bought this and paid good money for it and have been totally unable to use this because of this simple lack of usibility. As it stands I am totally unable to recommend this extension until such time as this feature is implemented. Hopefully you guys will make this a priority and enable this soon.
regards
AndyG.

QuoteHi,

I agree with AndyG. Most of the recordsets that I use are more involved than what is currently supported. I need to be able to pull data from several tables and have multiple parameters. If the grid could pull from a Recordset that is already done, it would solve the problem.

Thanks,
Michelle
Replied 04 Mar 2009 14:57:19
04 Mar 2009 14:57:19 George Petrov replied:
HI All,

Maybe a little bit clarification is needed here.

1. The Ajax Datagrid - fetches its data trought Ajax - so it calls a different page and not the current one (where you might have your recordsets)

2. The Ajax Datagrid constructs its own recordset on the fly! This is because those recordsets needs to be specifically filtered, paged and sorted depending on the grid selection on the page. This is just not supported by Dreamweavers own recordsets.

3. You can do complicated queries with Ajax Datagrid - it is not a problem! Just save them as a View in MS SQL/MySQL or as Query in MS Access. Then you can just choose them from the tables drop down.

I hope it is a bit more clear not - let me know if you have more questions.

Greetings,
George
Replied 07 Jul 2009 19:01:36
07 Jul 2009 19:01:36 Thomas R. Wilson replied:
I agree with the above postings..... using existing DW recordsets from the server behaviors tab would be nice, but I understand there are issues with this playing well with Ajax.

So could we have all of the filter options a DW recordset offers available in the DataGrid recordset: variables from cookies, form variables, and more complex filtering? One example of more complex filtering I could use now is based on if a date has pasted, like this:
SELECT *
FROM eventcal
WHERE enddate > NOW()
ORDER BY eventcal.startdate

Please keep in mind that some of us out here only know enough about hard coding to be dangerous. So built in filter functions are better.....

Regardless, I still think this extension is great! Thanks.
Replied 17 Apr 2011 22:01:19
17 Apr 2011 22:01:19 Denis Hoffmann replied:
Hi George,

can you please show how that works:


3. You can do complicated queries with Ajax Datagrid - it is not a problem! Just save them as a View in MS SQL/MySQL or as Query in MS Access. Then you can just choose them from the tables drop down.


Cheers
Denis
Replied 27 Apr 2011 14:02:24
27 Apr 2011 14:02:24 Miroslav Zografski replied:
Hello Denis,

If you check within Google for Create SQL View I guess you will come across a tutorial.

Regards,

Reply to this topic