Re: swi-prologe for SQL
Jan Wielemaker <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
On 01/19/2014 11:53 PM, William Sweet wrote: > I am a swi-prolog newbie. I am evaluating swi-prolog for passing > prolog-like commands to a sql database. I see that this is possible through > ODBC. Performance is not a concern, more mportant is stability, > reliability. Can anyone provide any feedback on how well this feature > works? .What open source database does the swi-prolog ODBC driver work well > with? The ODBC interface is actively maintained and commercially used on 24x7 basis, though AFAIK mostly talking to Microsofts SQL server. It works fine with the two Unix odbc implementations and you should be pretty much ok with it as long as there is a well maintained odbc driver for the target database. SWI-Prolog <-> odbc <-> MySQL works fine AFAIK (I use it for testing). Cheers --- Jan > > thanks > > William > -------------- next part -------------- > HTML attachment scrubbed and removed > _______________________________________________ > SWI-Prolog mailing list > [email protected] > https://lists.iai.uni-bonn.de/mailman/listinfo.cgi/swi-prolog >