Path: news.cs.au.dk!news.net.uni-c.dk!not-for-mail From: Klaus Marius Hansen Newsgroups: comp.lang.beta Subject: Re: What lib*.so contains these? Date: Tue, 21 Nov 2000 19:21:57 +0100 Organization: UNI-C Lines: 48 Message-ID: <3A1ABD45.C34B83BF@ideogramic.com> References: <8vea73$74t1g$1@gjallar.cs.au.dk> NNTP-Posting-Host: 192.38.38.230 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.net.uni-c.dk 974830983 16454 192.38.38.230 (21 Nov 2000 18:23:03 GMT) X-Complaints-To: usenet@news.net.uni-c.dk NNTP-Posting-Date: Tue, 21 Nov 2000 18:23:03 +0000 (UTC) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en Xref: news.cs.au.dk comp.lang.beta:12647 IODBC (www.iodbc.org) is a "driver manager" implementing the ODBC standard. You link with this (libiodbc.so) in your program, and it loads a driver for a specifix database system in order for your program to interact with the database system. Unfortunately, I have never myself installed it, but I hope this helps nevertheless. (And I guess this is one of the spots in which the BetaDBC documentation is "very preliminary"...) Regards, Klaus Atle wrote: > > 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