From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: can we do it in djgpp? Date: 16 Jan 2001 18:26:07 GMT Organization: Aachen University of Technology (RWTH) Lines: 17 Message-ID: <9423nv$1q0$1@nets3.rz.RWTH-Aachen.DE> References: <57n86.4082$wt2 DOT 26425 AT news1 DOT oke DOT nextra DOT no> <93vde1$2fb$1 AT ctb-nnrp2 DOT saix DOT net> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 979669567 1856 137.226.32.75 (16 Jan 2001 18:26:07 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 16 Jan 2001 18:26:07 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Dave Yuill wrote: > does djgpp have support for socket connections? To some limited extent: yes. There's libsocket. The limitation is that you only have socket connections if the DJGPP program runs in a Windows DOS box. Raw DOS has no TCP/IP or other network protocol at all, so there's nothing a DJGPP program could connnect to. > also is there any way to connect to an access database? Probably not. Access is not really a database server, and it definitely doesn't serve DOS applications. Its only server API I know of would be ODBC, but that's only available to Windows apps. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.