First thing a D programmer MUST do is
1) To port FreeTDS to D, or write a binding/wrapper for it
(should not be too difficult).
or
2) Use ODBC directly, or maybe also write some wrapper around
it.
or
3) Implement D connector to MS SQL server directly (I would
advise against that, such project would probably be 10x bigger
than the DMD project itself)
My advice - use ODBC, it is the fastest way you may connect to
the SQL server, and you already have everything you need for
that. :)
Regards
Thank you.
1) I have used the binding/wrapper for FreeTDS,I have tested ,
but can't get the OMF lib,and can't get the ctlib's dll,so no
end.
2) I test the ODBC32 ON WIN7,but not have the right OMF lib, I
test the implib ,
but do not get the right OMF lib ,then I not get any thing.
Maybe my implib tool is error? The implib tool's created time is
2000-05-05,I know it's old,but I can't get any lastest.
Hope you can help to me,
Thank again.