ADO Example PostgreSQL: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
(Created page with "= What does this example do goes here = The following example * does this * and that Example AutoIt script: <syntaxhighlight lang="autoit"> ; Example code goes here </syntaxhi...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{WIP}}
= What does this example do goes here =
= What does this example do goes here =
The following example
The following example
Line 7: Line 8:
; Example code goes here
; Example code goes here
</syntaxhighlight>
</syntaxhighlight>
= External links =
*[https://www.postgresql.org/docs/ PostgreSQL: Documentation]
*[https://www.postgresql.org/download/windows/ PostgreSQL: Windows installers]
*[https://odbc.postgresql.org/ psqlODBC - PostgreSQL ODBC driver]


[[Category:ADO]]
[[Category:ADO]]

Latest revision as of 13:12, 27 May 2016

This page is still a work in progress.

What does this example do goes here

The following example

  • does this
  • and that

Example AutoIt script:

; Example code goes here

External links