Greetings Isomorphic.
I read the smartgwt quick start guide and then the examples from the Smartgwtee's showcase.
But i have a few question that didn't find the answer in the guide and in the examples.
What if i need a nested mysql select in a sql templating? is it possible to do? if it possible to do with smartgwt pro?. For example: I have many tables which the result MYSQL query with nested select is the datasource.ds.xml defined.
The same question for UNION, JOIN etc.
Maybe i misunderstood everything.
The other question: I didn't find an example of using many datasources from a single DSRequest.
What i mean is that i want to iterate a dsrequest value in the DB tables and use the logic that actually i do with php.
For example: i have a ID value from a dynamicform that is in the dsrequest and executed in the defined datasource. I think it could be done with dmi but in the same dmi method can use others datasource that represent others tables from the DB? i want to verify the value in the others tables and then make a new DSResponse for the defined datasource.ds.xml.
I'm thinking buying a pro license but first i want no know if with pro i can do all these.
Carlos Gottardi.
I read the smartgwt quick start guide and then the examples from the Smartgwtee's showcase.
But i have a few question that didn't find the answer in the guide and in the examples.
What if i need a nested mysql select in a sql templating? is it possible to do? if it possible to do with smartgwt pro?. For example: I have many tables which the result MYSQL query with nested select is the datasource.ds.xml defined.
The same question for UNION, JOIN etc.
Maybe i misunderstood everything.
The other question: I didn't find an example of using many datasources from a single DSRequest.
What i mean is that i want to iterate a dsrequest value in the DB tables and use the logic that actually i do with php.
For example: i have a ID value from a dynamicform that is in the dsrequest and executed in the defined datasource. I think it could be done with dmi but in the same dmi method can use others datasource that represent others tables from the DB? i want to verify the value in the others tables and then make a new DSResponse for the defined datasource.ds.xml.
I'm thinking buying a pro license but first i want no know if with pro i can do all these.
Carlos Gottardi.
Comment