Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Autoderive schema

$
0
0
I am replacing some of my explicit datasource definitions by autoDeriveSchema="true", but I'm not sure what to do with these fields:
1) nvarchar type in MSSQL: will these become a ntext value or a text value ? If they become a text: how to change this behavior to become ntext?
2) All my boolean fields have to include the property: sqlStorageStrategy="number". Should I explicitely define these fields in the datasource or is it possible to change the default behavior (default=transform them into an integer) ?
I ask because I read here: http://www.smartclient.com/smartgwte...toDeriveSchema
that BIT fields are transformed into integers, but I need to transform them into booleans.

Using smartgwt 4.1 power.

Viewing all articles
Browse latest Browse all 4756

Trending Articles