Thread overview
ADO Style Database Classes
Dec 31, 2005
S. Chancellor
Jan 01, 2006
J C Calvarese
Jan 02, 2006
S. Chancellor
Jan 02, 2006
Brad Anderson
December 31, 2005
Hi All,
Does anyone have an effort to write a ado style class set (something like
http://adodb.sourceforge.net/)  IF not, is there a pgsql.d floating around
somewhere?  I have the mysql.d interface.


January 01, 2006
In article <dp74eo$1t0a$1@digitaldaemon.com>, S. Chancellor says...
>
>Hi All,
>Does anyone have an effort to write a ado style class set (something like
>http://adodb.sourceforge.net/)  IF not, is there a pgsql.d floating around
>somewhere?  I have the mysql.d interface.

I don't know about any ADO-style classes that are available, but there are a couple projects mentioning PostgreSQL (is that what you mean by pqsql.d?) on http://www.prowiki.org/wiki4d/wiki.cgi?DatabaseBindings.

jcc7
January 02, 2006
J C Calvarese <technocrat7@gmail.com> wrote:
>In article <dp74eo$1t0a$1@digitaldaemon.com>, S. Chancellor says...
>>
>>Hi All,
>>Does anyone have an effort to write a ado style class set (something like
>>http://adodb.sourceforge.net/)  IF not, is there a pgsql.d floating around
>>somewhere?  I have the mysql.d interface.
>
>I don't know about any ADO-style classes that are available, but there are a couple projects mentioning PostgreSQL (is that what you mean by pqsql.d?) on http://www.prowiki.org/wiki4d/wiki.cgi?DatabaseBindings.
>
>jcc7

I found another one called DBI for D, but it seems rather remedial at
this point and the author seems to have given up work on it.  No
parameterized sql, etc.  I may just have to start a project.  Seems like a rather
important thing to be lacking.
-- 
Email works.

January 02, 2006
S. Chancellor wrote:
> I found another one called DBI for D, but it seems rather remedial at
> this point and the author seems to have given up work on it.  No
> parameterized sql, etc.  I may just have to start a project.  Seems like a rather
> important thing to be lacking.  

Even though the author may have given up on DDBI, we got the sources and put them in a SVN repos at dsource.

http://trac.dsource.org/projects/ddbi/

Also, there's sdbo, not sure what state it's in.

http://svn.dsource.org/projects/sdbo

If anyone would like to merge them, or take one or the other or both over from an ownership standpoint, let me know.  I'll give all the appropriate privileges...

hth,
BA