Menu

Tree [d0d1ee] master /
 History

HTTPS access


File Date Author Commit
 demo 2002-07-12 Jan Wielemaker Jan Wielemaker [33b83c] * Tests with findall
 .cvsignore 2002-11-15 Jan Wielemaker Jan Wielemaker [4fdad8] * Added MS libraries
 .gitignore 2012-10-22 Vítor Santos Costa Vítor Santos Costa [034309] Merge branch 'master' of git://www.swi-prolog.o...
 ChangeLog 2009-07-31 Jan Wielemaker Jan Wielemaker [e85e6e] * Preparing 5.7.13
 Makefile.in 2014-02-13 Vítor Santos Costa Vítor Santos Costa [90510f] big makefile cleanup
 Makefile.mak 2003-07-07 Jan Wielemaker Jan Wielemaker [01a101] * Provide debug symbols and installation types
 README 2003-01-21 Jan Wielemaker Jan Wielemaker [754edb] * Missing file
 configure.in 2014-10-25 Vitor Santos Costa Vitor Santos Costa [1dc73e] typos
 contents.txt 2002-07-03 Jan Wielemaker Jan Wielemaker [4b28a0] * First public version of ODBC interface
 install-sh 2002-07-03 Jan Wielemaker Jan Wielemaker [4b28a0] * First public version of ODBC interface
 odbc.bib 2002-07-13 Jan Wielemaker Jan Wielemaker [d7cd23] * Many small things
 odbc.c 2015-01-06 Vítor Santos Costa Vítor Santos Costa [cd7db3] typecheck odbc
 odbc.doc 2013-01-25 Vítor Santos Costa Vítor Santos Costa [d9a8cd] Merge branch 'master' of git://www.swi-prolog.o...
 odbc.pl 2013-01-25 Vítor Santos Costa Vítor Santos Costa [d9a8cd] Merge branch 'master' of git://www.swi-prolog.o...
 odbc_test.pl 2013-01-25 Vítor Santos Costa Vítor Santos Costa [d9a8cd] Merge branch 'master' of git://www.swi-prolog.o...

Read Me

			SWI-Prolog ODBC interface

I once thought Prolog was poorly standardised,   but  now I know better.
SQL is very poorly standardised.

Microsoft SQL Server
====================

    * If you want to use the option source(true) to get the table-name
      in the result-set, you must use add 'FOR BROWSE' at the end of the
      SQL SELECT statement.  Read more in

	http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbcsql/od_odbc_c_9qp1.asp

    * To allow multiple active statements, use

	odbc_set_connection(Connection, cursor_type(dynamic))