Table creation/Postal addresses: Difference between revisions

Content added Content deleted
(+Stata)
Line 1,196: Line 1,196:
=={{header|Stata}}==
=={{header|Stata}}==


While Stata is not a database language ''per se'', it is not uncommon to store address data in a Stata dataset. The following creates an empty dataset. Other possibilities include using the '''[https://www.stata.com/help.cgi?odbc odbc]''' command or a Java plugin to connect to a database.
While Stata is not a database language ''per se'', it is not uncommon to store address data in a Stata dataset. The following creates an empty dataset.

Other possibilities include using the '''[https://www.stata.com/help.cgi?odbc odbc]''' command or a Java plugin to connect to a database. See the FAQ for more details: '''[https://www.stata.com/support/faqs/data-management/using-plugin-to-connect-to-database/ How do I connect to a database by using a Stata plugin?]'''.


<lang stata>clear
<lang stata>clear