database - Default Values for Dates in ArcGIS -


I can use the GETDATE () function as the default value for the date (DETETIME) field in Microsoft SQL. I want to be able to do the same type of thing for the date field in an ArcGIS geodatabase. Is it possible, or am I really limited to prices?

Using my geographic database ArcSDE 9.1, there is a version of Feature Class with defined properties.

thanks,

camel

rakas usually Takes advantage of an external database engine, so unless you are not talking about an individual size file, your data is being stored in Access, SQL Server, or Oracle unless you have ArcSDE, it might be Access you can define the data directly in the database and assign it there by default and then your map Can link to tables from the authoring tool.

Edit After your last comment, I consulted my other GIS lover friends and present them to present

Table Define the database and its default in the table and then join the feature class through the normal category in the table. In the Feature category, the date field is not important for joining, in that case, the feature class will be on the values ​​set in the feature class and will ignore the table value.

Hope it has some help.


Comments