wok annotate freetds/description.txt @ rev 25513

memtest: update sleep()
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 14 15:41:57 2023 +0000 (16 months ago)
parents
children
rev   line source
Hans-G?nter@24572 1 FreeTDS is a set of libraries for Unix and Linux that allows
Hans-G?nter@24572 2 your programs to natively talk to Microsoft SQL Server and
Hans-G?nter@24572 3 Sybase databases.
Hans-G?nter@24572 4
Hans-G?nter@24572 5 Technically speaking, FreeTDS is an open source implementation
Hans-G?nter@24572 6 of the TDS (Tabular Data Stream) protocol used by these
Hans-G?nter@24572 7 databases for their own clients.
Hans-G?nter@24572 8 It supports many different flavors of the protocol and three
Hans-G?nter@24572 9 APIs to access it.
Hans-G?nter@24572 10 Additionally FreeTDS works with other software such as Perl
Hans-G?nter@24572 11 and PHP, providing access from those languages as well.