[freetds] MinGW + Windows

Harry Sfougaris hsfougaris at gmail.com
Fri May 7 13:32:44 EDT 2010


Thanks for that.
I'm afraid it's not working for me.
With Qt things are actually better, but you must have compiled them with /GS+ switch (http://support.microsoft.com/kb/894573).
This means that I need to add bufferoverflowU.lib which I can't find!
While I'm trying to figure that out under Visual Studio 2010, I create a console VC++ application, I include "sybdb.h"
and add the following in main() :
LOGINREC *login;
RETCODE erc;
DBPROCESS *dbproc;

dbinit();
login = dblogin()
dbsetifile((char*)"C:\\freetds\\freetds.conf");

DBSETLUSER(login, "***" );
DBSETLPWD(login,  "***" );
DBSETLAPP(login,  "myApp");
DBSETLCHARSET(login, "CP1253" );

if ((dbproc = dbopen(login, "sql" )) == NULL) 
            return -1;

I added to the project:
dblib.lib
FreeTDS.lib
libTDS.lib
WS2_32.lib

When trying to build I get the following error:

Error	1	error LNK2005: __CrtSetCheckCount already defined in MSVCRTD.lib(MSVCR100D.dll)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(dbgheap.obj)	Test
Error	2	error LNK2005: _tolower already defined in MSVCRTD.lib(MSVCR100D.dll)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(tolower.obj)	Test
Error	3	error LNK2005: __invoke_watson already defined in MSVCRTD.lib(MSVCR100D.dll)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(invarg.obj)	Test
Error	4	error LNK2005: __configthreadlocale already defined in MSVCRTD.lib(MSVCR100D.dll)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(setlocal.obj)	Test
Error	5	error LNK2005: __crt_debugger_hook already defined in MSVCRTD.lib(MSVCR100D.dll)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(dbghook.obj)	Test
Error	6	error LNK2005: _sprintf already defined in MSVCRTD.lib(MSVCR100D.dll)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(sprintf.obj)	Test
Error	7	error LNK2005: _exit already defined in MSVCRTD.lib(MSVCR100D.dll)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(crt0dat.obj)	Test
Error	8	error LNK2005: __exit already defined in MSVCRTD.lib(MSVCR100D.dll)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(crt0dat.obj)	Test
Error	9	error LNK2005: __cexit already defined in MSVCRTD.lib(MSVCR100D.dll)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(crt0dat.obj)	Test
Error	10	error LNK2005: __amsg_exit already defined in MSVCRTD.lib(MSVCR100D.dll)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(crt0dat.obj)	Test
Error	11	error LNK2005: __initterm_e already defined in MSVCRTD.lib(MSVCR100D.dll)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(crt0dat.obj)	Test
Error	12	error LNK2005: __lock already defined in MSVCRTD.lib(MSVCR100D.dll)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(mlock.obj)	Test
Error	13	error LNK2005: __unlock already defined in MSVCRTD.lib(MSVCR100D.dll)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(mlock.obj)	Test
Error	14	error LNK2005: __XcptFilter already defined in MSVCRTD.lib(MSVCR100D.dll)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(winxfltr.obj)	Test
Error	15	error LNK2005: __errno already defined in MSVCRTD.lib(MSVCR100D.dll)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(dosmap.obj)	Test
Error	16	error LNK2005: "void __cdecl terminate(void)" (?terminate@@YAXXZ) already defined in MSVCRTD.lib(MSVCR100D.dll)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(hooks.obj)	Test
Error	17	error LNK2005: ___xi_a already defined in MSVCRTD.lib(cinitexe.obj)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(crt0init.obj)	Test
Error	18	error LNK2005: ___xi_z already defined in MSVCRTD.lib(cinitexe.obj)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(crt0init.obj)	Test
Error	19	error LNK2005: ___xc_a already defined in MSVCRTD.lib(cinitexe.obj)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(crt0init.obj)	Test
Error	20	error LNK2005: ___xc_z already defined in MSVCRTD.lib(cinitexe.obj)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(crt0init.obj)	Test
Error	21	error LNK2005: ___set_app_type already defined in MSVCRTD.lib(MSVCR100D.dll)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(errmode.obj)	Test
Error	22	error LNK2005: __CrtDbgReportW already defined in MSVCRTD.lib(MSVCR100D.dll)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(dbgrptw.obj)	Test
Error	23	error LNK2005: _printf already defined in MSVCRTD.lib(MSVCR100D.dll)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(printf.obj)	Test
Error	24	error LNK2005: ___iob_func already defined in MSVCRTD.lib(MSVCR100D.dll)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(_file.obj)	Test
Error	25	error LNK2005: _fflush already defined in MSVCRTD.lib(MSVCR100D.dll)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(fflush.obj)	Test
Error	26	error LNK2005: "private: __thiscall type_info::type_info(class type_info const &)" (??0type_info@@AAE at ABV0@@Z) already defined in LIBCMTD.lib(typinfo.obj)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\MSVCRTD.lib(ti_inst.obj)	Test
Error	27	error LNK2005: "private: class type_info & __thiscall type_info::operator=(class type_info const &)" (??4type_info@@AAEAAV0 at ABV0@@Z) already defined in LIBCMTD.lib(typinfo.obj)	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\MSVCRTD.lib(ti_inst.obj)	Test
Error	30	error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup	C:\Users\harry.MISSIRIAN\Desktop\Test\Test\LIBCMTD.lib(crt0.obj)	Test
Error	31	error LNK1120: 1 unresolved externals	C:\Users\harry.MISSIRIAN\Desktop\Test\Debug\Test.exe	1	1	Test

Harry


On 07 Μαϊ 2010, at 7:20 μ.μ., Paul Thurston wrote:

> Harry:
> 
> You can retrieve the 32 build of version v0.82 from this URL: http://www.netegrate.com/index_files/download/SqlServer/
> 
> Paul
> 
> 
> From: freetds-bounces at lists.ibiblio.org [mailto:freetds-bounces at lists.ibiblio.org] On Behalf Of Harry Sfougaris
> Sent: Friday, May 07, 2010 12:16 PM
> To: FreeTDS Development Group
> Subject: Re: [freetds] MinGW + Windows
> 
> 
> I think it will be fine (although my actual project is 64-bit) - but I can do the tests I need with this.
> 
> 
> 
> By the way, I downloaded the 0.82 patched version, ( freetds-0.82.1.dev.20100304) and this one doesn't even compile.
> 
> I get an 'error C2036: SQLPOINTER: unknown size. Project: FreeTDS, File: odbc.c, Line: 4721.
> 
> Up to now I was working with the 'stable' release, which I guess is unpatched.
> 
> 
> 
> Thanks,
> 
> Harry
> 
> 
> 
> 
> 
> On 07 Μαϊ 2010, at 7:06 μ.μ., Paul Thurston wrote:
> 
> 
> 
>> Harry:
> 
>> 
> 
>> Not a problem. I have a 32-bit release build available. Will that work for you?
> 
>> 
> 
>> Paul
> 
>> 
> 
>> 
> 
>> From: freetds-bounces at lists.ibiblio.org [mailto:freetds-bounces at lists.ibiblio.org] On Behalf Of Harry Sfougaris
> 
>> Sent: Friday, May 07, 2010 12:03 PM
> 
>> To: FreeTDS Development Group
> 
>> Subject: Re: [freetds] MinGW + Windows
> 
>> 
> 
>> 
> 
>> Would it be a problem if I asked you to send me the libs?
> 
>> 
> 
>> For now it is very important for me to just  see it working through Qt, and with good build of the libraries, I can see whether I need to compile it with another compiler, or Visual Studio is just fine.
> 
>> 
> 
>> 
> 
>> 
> 
>> Thanks,
> 
>> 
> 
>> 
> 
>> 
> 
>> Harry
> 
>> 
> 
>> 
> 
>> 
> 
>> On 07 Μαϊ 2010, at 6:55 μ.μ., Paul Thurston wrote:
> 
>> 
> 
>> 
> 
>> 
> 
>>> Harry:
> 
>> 
> 
>>> 
> 
>> 
> 
>>> I'm using dblib under Windows. There are no ODBC DSNs configured under Windows to support the application.
> 
>> 
> 
>>> 
> 
>> 
> 
>>> Paul
> 
>> 
> 
>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>> From: freetds-bounces at lists.ibiblio.org [mailto:freetds-bounces at lists.ibiblio.org] On Behalf Of Harry Sfougaris
> 
>> 
> 
>>> Sent: Friday, May 07, 2010 11:48 AM
> 
>> 
> 
>>> To: FreeTDS Development Group
> 
>> 
> 
>>> Subject: Re: [freetds] MinGW + Windows
> 
>> 
> 
>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>> Are you using db-library, or the ODBC thing?
> 
>> 
> 
>>> 
> 
>> 
> 
>>> I am trying to use db-library, and I don't have odbc*.lib and FreeTDS.lib linked.
> 
>> 
> 
>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>> Thanks,
> 
>> 
> 
>>> 
> 
>> 
> 
>>> Harry
> 
>> 
> 
>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>> On 07 Μαϊ 2010, at 6:40 μ.μ., Paul Thurston wrote:
> 
>> 
> 
>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> Harry:
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> In VC9, here are the list of additional libraries I needed to link into to my "hello SQL" app to drive FreeTDS:
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> ws2_32.lib
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> odbc32.lib
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> odbccp32.lib
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> FreeTDS.lib
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> dblib.lib
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> libTDS.lib
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> Best,
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> Paul
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> From: freetds-bounces at lists.ibiblio.org [mailto:freetds-bounces at lists.ibiblio.org] On Behalf Of Harry Sfougaris
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> Sent: Friday, May 07, 2010 11:38 AM
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> To: FreeTDS Development Group
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> Subject: Re: [freetds] MinGW + Windows
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> On 07 Μαϊ 2010, at 4:46 μ.μ., jklowden at schemamania.org<mailto:jklowden at schemamania.org<mailto:jklowden at schemamania.org%3cmailto:jklowden at schemamania.org<mailto:jklowden at schemamania.org%3cmailto:jklowden at schemamania.org%3cmailto:jklowden at schemamania.org%3cmailto:jklowden at schemamania.org<mailto:jklowden at schemamania.org%3cmailto:jklowden at schemamania.org%3cmailto:jklowden at schemamania.org%3cmailto:jklowden at schemamania.org%3cmailto:jklowden at schemamania.org%3cmailto:jklowden at schemamania.org%3cmailto:jklowden at schemamania.org%3cmailto:jklowden at schemamania.org>>>> wrote:
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>>> On Fri, May 07, 2010 at 07:26:06AM +0300, Harry Sfougaris wrote:
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>>>> I'm not interested in doing it from the command line (as opposed to from within Visual Studio), but rather to compile it with a different compiler.
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>>> Perhaps if you post the link command and the first 10 so errors, we'll be able to help.  Also, how was Qt compiled?
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> Well I don't even know how to get started...
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> The only thing I found was to download msys, so I can run configure and make.
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> This creates libsybdb.a, libsybdb.dll.a mad libsybdb.la files.
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> Is this what I should be doing to start with?
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> I really have no idea how Qt was compiled; it is the download LGPL version 4.6.2 from their website.
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> What exactly should I look for?
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>>> FreeTDS is a C library.  On a Windows platform it will take the form of a COFF binary, no matter what compiler is used.  As I'm sure you know, the *compiler* per se just converts C to object code.  But it can be told to make certain assumptions with every header file about the libraries its output will be linked to.  For everything to work properly, all components in the final executable need to share a single definition of each global name e.g. strcpy(3).  If some of your code is linked to glibc and other to Microsofts's C runtime library, I'd expect problems.
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> That's the issue I think when compiling with Visual Studio, and trying to use the .lib with Qt.
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>>> HTH.
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>>> --jkl
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>>> _______________________________________________
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>>> FreeTDS mailing list
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>>> FreeTDS at lists.ibiblio.org<mailto:FreeTDS at lists.ibiblio.org<mailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org<mailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org<mailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org>>>>
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>>> http://lists.ibiblio.org/mailman/listinfo/freetds
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> Harry Sfougaris
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> _______________________________________________
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> FreeTDS mailing list
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> FreeTDS at lists.ibiblio.org<mailto:FreeTDS at lists.ibiblio.org<mailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org<mailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org<mailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org>>>>
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> http://lists.ibiblio.org/mailman/listinfo/freetds
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> _______________________________________________
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> FreeTDS mailing list
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> FreeTDS at lists.ibiblio.org<mailto:FreeTDS at lists.ibiblio.org<mailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org<mailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org>>>
> 
>> 
> 
>>> 
> 
>> 
> 
>>>> http://lists.ibiblio.org/mailman/listinfo/freetds
> 
>> 
> 
>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>> Harry Sfougaris
> 
>> 
> 
>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>> 
> 
>> 
> 
>>> _______________________________________________
> 
>> 
> 
>>> 
> 
>> 
> 
>>> FreeTDS mailing list
> 
>> 
> 
>>> 
> 
>> 
> 
>>> FreeTDS at lists.ibiblio.org<mailto:FreeTDS at lists.ibiblio.org<mailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org<mailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org>>>
> 
>> 
> 
>>> 
> 
>> 
> 
>>> http://lists.ibiblio.org/mailman/listinfo/freetds
> 
>> 
> 
>>> _______________________________________________
> 
>> 
> 
>>> FreeTDS mailing list
> 
>> 
> 
>>> FreeTDS at lists.ibiblio.org<mailto:FreeTDS at lists.ibiblio.org<mailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org>>
> 
>> 
> 
>>> http://lists.ibiblio.org/mailman/listinfo/freetds
> 
>> 
> 
>> 
> 
>> 
> 
>> Harry Sfougaris
> 
>> 
> 
>> 
> 
>> 
> 
>> 
> 
>> 
> 
>> 
> 
>> 
> 
>> 
> 
>> 
> 
>> _______________________________________________
> 
>> 
> 
>> FreeTDS mailing list
> 
>> 
> 
>> FreeTDS at lists.ibiblio.org<mailto:FreeTDS at lists.ibiblio.org<mailto:FreeTDS at lists.ibiblio.org%3cmailto:FreeTDS at lists.ibiblio.org>>
> 
>> 
> 
>> http://lists.ibiblio.org/mailman/listinfo/freetds
> 
>> _______________________________________________
> 
>> FreeTDS mailing list
> 
>> FreeTDS at lists.ibiblio.org<mailto:FreeTDS at lists.ibiblio.org>
> 
>> http://lists.ibiblio.org/mailman/listinfo/freetds
> 
> 
> 
> Harry Sfougaris
> 
> 
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> 
> FreeTDS mailing list
> 
> FreeTDS at lists.ibiblio.org<mailto:FreeTDS at lists.ibiblio.org>
> 
> http://lists.ibiblio.org/mailman/listinfo/freetds
> _______________________________________________
> FreeTDS mailing list
> FreeTDS at lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds

Harry Sfougaris







More information about the FreeTDS mailing list