Skip to content

Tag: anylogic

SQL data types for AnyLogic

I am saving the output of my AnyLogic model into an SQL server database. For non-AnyLogic aficionados, AnyLogic is based on Java. However, I am not sure what data types I need to specify for my columns in the database. So far I am using these: double in AnyLogic : float in SQL string in AnyLogic : varchar in …