Thread: how to make a ODBC server
 |
This question is not answered.
Helpful answers available: 2.
Correct answers available: 1.
|
|
Replies:
1
-
Last Post:
Dec 14, 2016 5:57 AM
Last Post By: Arthur Hoornweg
|
|
|
Posts:
132
Registered:
3/26/07
|
|
I have written a database in Delphi
I want to connect it through the OBDC so its also available for ASP.Net
The ODBC DB drivers interprets the SQL script language and that seems to be written in C
Does any one know of a DLL that makes the SQL script interpretation and places it in a format
suitable for connection that to my Delphi *.DLL that I have not finished yet.
|
|
|
Posts:
414
Registered:
6/2/98
|
|
I have written a database in Delphi
I want to connect it through the OBDC so its also available for ASP.Net
A guy called Binh Ly wrote an open source "Ole DB provider toolkit for Delphi" (OPTK 1.0) for Delphi many years ago. I believe you can use this to implement an OleDB provider for ADO/ADO.Net. I haven't tried it myself (it was for Delphi 5, will probably run under other Ansi compilers like Delphi 2007 as well).
|
|
|
|
Legend
|
|
Helpful Answer
(5 pts)
|
|
Correct Answer
(10 pts)
|
|
Connect with Us