Is DateTime2 datatype supported?
Posted: Wed 14 Sep 2011 09:47
Hello,
At the moment we use the standard dbExpress driver for MS SQL Server, but are looking for alternatives, so I am experimenting with the trial version of dbxsda 4.80/5.00beta
Does dbxsda 4.80/5.00beta support the DateTime2 datatype for parameters and fields?
In the RAD Studio 2010 IDE I have a TSQLConnection set up and connected to a TSQLStoredProc.
When I fill the storedprocname in the object inspector, the parameters are automatically defined, unless the stored procedure has a DateTime2 parameter; in that case no parameters are defined (I guess due to an exception, but none is shown)
When I add all fields to a TSQLStoredProc, a DateTime2 column in the stored proc resultset is defined as a TWideStringField.
Is DateTime2 supported? Am I doing something wrong?
TIA
Mark de Waal
At the moment we use the standard dbExpress driver for MS SQL Server, but are looking for alternatives, so I am experimenting with the trial version of dbxsda 4.80/5.00beta
Does dbxsda 4.80/5.00beta support the DateTime2 datatype for parameters and fields?
In the RAD Studio 2010 IDE I have a TSQLConnection set up and connected to a TSQLStoredProc.
When I fill the storedprocname in the object inspector, the parameters are automatically defined, unless the stored procedure has a DateTime2 parameter; in that case no parameters are defined (I guess due to an exception, but none is shown)
When I add all fields to a TSQLStoredProc, a DateTime2 column in the stored proc resultset is defined as a TWideStringField.
Is DateTime2 supported? Am I doing something wrong?
TIA
Mark de Waal