Select to view content in your preferred language

connecting to SQL databases in ALR 9.3

895
1
07-20-2010 06:54 AM
Johnhandler
New Contributor
Can I import delivery data into ALR 9.3 with a DSN connection to a SQL database?

Besides exporting my route solution through the mdb or txt options in the export wizard can I access my route solution data directly from the project databases? 

Thanks
0 Kudos
1 Reply
JeffWickstrom
Esri Contributor
Hello -

Yes, you can import orders from a DSN.  One of the panel in the import wizard will ask if you want to "Use a Data Source Name (DSN)"

It is generally not a good idea to read or write to the project data tables directly.  There are integrity rules to be maintained, BLOB field data, etc.  Best is to use the API to read or write ArcLogistics data since it will take care of these things.  Using the API to import or export data is usually the best way to make it seamless to the person operating the software.

Jeff
0 Kudos