• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cmake/H13-Aug-2020-228176

demo/H13-Aug-2020-130112

gen/H13-Aug-2020-107

.gitignoreH A D13-Aug-2020263 3736

ChangeLogH A D13-Aug-20206 KiB236138

READMEH A D13-Aug-2020571 1911

config.h.cmakeH A D13-Aug-2020649 1716

install-shH A D13-Aug-20204.7 KiB239152

odbc.bibH A D13-Aug-2020278 119

odbc.cH A D13-Aug-2020117.5 KiB4,6473,721

odbc.docH A D13-Aug-202037.1 KiB987814

odbc.plH A D13-Aug-202011.9 KiB340280

test_odbc.plH A D13-Aug-202022.1 KiB770668

README

1			SWI-Prolog ODBC interface
2
3I once thought Prolog was poorly standardised,   but  now I know better.
4SQL is very poorly standardised.
5
6Microsoft SQL Server
7====================
8
9    * If you want to use the option source(true) to get the table-name
10      in the result-set, you must use add 'FOR BROWSE' at the end of the
11      SQL SELECT statement.  Read more in
12
13	http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbcsql/od_odbc_c_9qp1.asp
14
15    * To allow multiple active statements, use
16
17	odbc_set_connection(Connection, cursor_type(dynamic))
18
19