-
Notifications
You must be signed in to change notification settings - Fork 3
SWI-Prolog/packages-odbc
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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))
About
The SWI-Prolog ODBC interface
Resources
Stars
Watchers
Forks
Packages 0
No packages published