Path: news.cs.au.dk!noatun.mjolner.dk!mail-to-news From: Atle Newsgroups: comp.lang.beta Subject: What lib*.so contains these? Date: Tue, 21 Nov 2000 18:56:40 +0100 Organization: Posted to comp.lang.beta by a mailtonews script Lines: 33 Sender: lbr@mjolner.dk Approved: mailtonews@cs.au.dk Message-ID: <8vea73$74t1g$1@gjallar.cs.au.dk> NNTP-Posting-Host: bifrost.mjolner.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: gjallar.cs.au.dk 974826531 7500848 130.225.4.254 (21 Nov 2000 17:08:51 GMT) X-Complaints-To: usenet@cs.au.dk NNTP-Posting-Date: Tue, 21 Nov 2000 17:08:51 +0000 (UTC) Mailing-List: contact usergroup-help@mjolner.dk; run by ezmlm X-No-Archive: yes X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14 i686) X-Accept-Language: en X-Original-Message-ID: <3A1AB758.BEB7FA08@skynet.be> X-Original-Sender: atle@skynet.be Xref: news.cs.au.dk comp.lang.beta:12646 I have wondered what the file 'libiodbc.so' would contain, and it seems as if it might contain something like this: SQLAllocConnect SQLAllocEnv SQLAllocStmt SQLColAttributes SQLConnect SQLDescribeCol SQLError SQLExecDirect SQLFetch SQLFreeConnect SQLFreeStmt SQLGetCursorName SQLGetData SQLNumResultCols SQLRowCount SQLSetConnectOption SQLSetCursorName' SQLSetStmtOption These function look more like they belong to the PostGreSQL distro, or mySQL or something than to the Beta system. But I am still stuck until I can get to it! Where do I start looking for this library? If I find a library with a different name, but the same functions, can I assume that the parameters are the same and in the same order? Could I get a list of functions that I might have to write in C in case of an emergency? Thanks, Atle