I have a datasource successfully loading (all) records against a SQL Server database. I want to grab only records for today which can be done via a column, 'created_at'. I've been unsuccessful in getting the correct whereClause defined to do that. I'm sure I'm missing something obvious, so apologies up front.
My datasource is attached as well as the console output in Eclipse. Note, I modified the console output to remove username and password values.
I'm using SmartGWT Pro 2.3.
I'm testing my datasource in the adminConsole, in Firefox 3.6.10.
There are no errors generated.
Thanks in advance.
My datasource is attached as well as the console output in Eclipse. Note, I modified the console output to remove username and password values.
I'm using SmartGWT Pro 2.3.
I'm testing my datasource in the adminConsole, in Firefox 3.6.10.
There are no errors generated.
Thanks in advance.
Comment