October 27, 2013
On 10/25/2013 04:04 AM, Gary Willoughby wrote:

>> 1). Does D has any support for MSSQL?
>
> See here:
> http://forum.dlang.org/thread/qcxoafwuachwnnwqklom@forum.dlang.org

Thanks for the link, but what I meant by MSSQL is Microsoft SQL Server. Not MySQL.
October 27, 2013
On Sunday, 27 October 2013 at 00:06:35 UTC, John Joyus wrote:
> On 10/25/2013 04:04 AM, Gary Willoughby wrote:
>
>>> 1). Does D has any support for MSSQL?
>>
>> See here:
>> http://forum.dlang.org/thread/qcxoafwuachwnnwqklom@forum.dlang.org
>
> Thanks for the link, but what I meant by MSSQL is Microsoft SQL Server. Not MySQL.

Ah, of course, i misread.
October 31, 2013
On Sunday, 27 October 2013 at 00:06:35 UTC, John Joyus wrote:
> On 10/25/2013 04:04 AM, Gary Willoughby wrote:
>
>>> 1). Does D has any support for MSSQL?
>>
>> See here:
>> http://forum.dlang.org/thread/qcxoafwuachwnnwqklom@forum.dlang.org
>
> Thanks for the link, but what I meant by MSSQL is Microsoft SQL Server. Not MySQL.

John, It's interesting if you can connect to the MS SQL.
October 31, 2013
On 2013-10-31 14:47, ilya-stromberg wrote:

> John, It's interesting if you can connect to the MS SQL.

Just use FreeTDS, nothing special about it. See:

http://forum.dlang.org/thread/l403bf$139g$1@digitalmars.com#post-l4089g:241723:241:40digitalmars.com

-- 
/Jacob Carlborg
November 06, 2013
On 10/31/2013 04:36 PM, Jacob Carlborg wrote:
> On 2013-10-31 14:47, ilya-stromberg wrote:
>
>> John, It's interesting if you can connect to the MS SQL.
>
> Just use FreeTDS, nothing special about it. See:
>
> http://forum.dlang.org/thread/l403bf$139g$1@digitalmars.com#post-l4089g:241723:241:40digitalmars.com
>
>

Thanks Jacob,

I guess I have to compile and distribute a FreeTDS.dll, and it only works for win32
November 06, 2013
On 2013-11-06 08:28, John J wrote:

> Thanks Jacob,
>
> I guess I have to compile and distribute a FreeTDS.dll, and it only
> works for win32

FreeTDS works on Posix platforms. I wrote that code on Mac OS X. We use FreeTDS in production, running servers on Linux, every day.

-- 
/Jacob Carlborg
November 06, 2013
On 11/06/2013 02:36 AM, Jacob Carlborg wrote:
> On 2013-11-06 08:28, John J wrote:
>
>> Thanks Jacob,
>>
>> I guess I have to compile and distribute a FreeTDS.dll, and it only
>> works for win32
>
> FreeTDS works on Posix platforms. I wrote that code on Mac OS X. We use
> FreeTDS in production, running servers on Linux, every day.
>


Sorry, I meant to say FreeTDS doesn't seem to support 64-bit Windows.
November 07, 2013
On 2013-11-06 09:03, John J wrote:

> Sorry, I meant to say FreeTDS doesn't seem to support 64-bit Windows.

Aha, that might be the case. Somehow I missed that you needed to run the application on Windows. FreeTDS is mainly to be able to connect to SQL Server on non-Windows platforms. Can't you create bindings to the regular libraries that are used to connect to SQL Sever on Windows?

By the way, DWT is a GUI library that works on Windows and Linux. It doesn't require any libraries except the system libraries. No need to distribute GTK+.

https://github.com/d-widget-toolkit/dwt

-- 
/Jacob Carlborg
1 2 3
Next ›   Last »