You are not logged in.
Pages: 1
Post reply
hi,How can I force tmssqlOuput to create a float not real field, when creating a table.Setting DBtype - does nothing !?thank you!regards,Robert
Offline
Hi RobertSorry. What do you mean "real field"?Regards,Pedro
hy Pedro,sorry, maybe I should have point it more out clearly.I mean the database type "real" (mssql). But it should be float.Thank you!robert
HiThat's because in MSSQL the 'real' data type is equal to float(24).If you want float type, modify the length of this column larger than 24.Regards,Pedro
hy Pedro!Thank you for the answer & solution!regards,Robert