aidi
|
| Posted: 01/01/2003, 4:16 AM |
|
anyone here using Dreamweaver MX?
Do CCS allow us to define our SQL and datasource without the need to insert the grid or record form?
How can I do it?
thanks.
|
|
|
 |
RonB
|
| Posted: 01/02/2003, 7:01 AM |
|
I'm not sure I understand where you are going with this. Could you please explain what is is you want to do and what you would use it for?
I suppose you could use a grid class to do this without sending it to the template. But that would seem overkill if all you want to do is use the data from this sql to manipulate data in other grids on your page. It's easier to use CCGetDBValue or CCDLookUP for these kind of things.
A second option would be to create a grid with hidden fields using no theme for the grid wich would make it "invissible".
The point is you wouldn't do something like this unless you plan to use the data for something for wich CCS hac better ways to do this.
Ron
|
|
|
 |
|