<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Yes, It is possible, I know. I'd be happy to provide the feature,<br>
but at the moment (till somewhere june), I'm too busy. If you<br>
want to contribute yourself, please do so. Code is available via<br>
CVS or SVN at schematics.sf.net.<br>
<br>
--Hans<br>
<br>
<br>
Yin-So Chen schreef:
<blockquote
 cite="mid779bf2730704111233j5037bf36l22cb79faa577b2cd@mail.gmail.com"
 type="cite">Hi Hans, <br>
  <br>
thanks for the info.&nbsp; If you are wondering about feasibility, I have
seen API in other languages (e.g. perl DBI, or <a href="http://ADO.NET">ADO.NET</a>)
providing column names for major databases, so I would imagine that it
is feasible (when there are man power to put behind it of course ;P).
  <br>
  <br>
  <a href="http://search.cpan.org/%7Etimb/DBI/DBI.pm#fetchrow_hashref">http://search.cpan.org/~timb/DBI/DBI.pm#fetchrow_hashref</a>
- Perl DBI fetching a row as a hash containing name/value pairs <br>
  <br>
  <a
 href="http://msdn2.microsoft.com/en-us/library/system.data.idatarecord.getname.aspx">http://msdn2.microsoft.com/en-us/library/system.data.idatarecord.getname.aspx</a>
- <a href="http://ADO.NET">ADO.NET</a> retrieving the name of the
field for the recordset from ordinal positions. <br>
  <br>
Thanks,<br>
yinso <br>
  <br>
  <div><span class="gmail_quote">On 4/10/07, <b
 class="gmail_sendername">Hans Oesterholt-Dijkema</b> &lt;<a
 href="mailto:hdnews@gawab.com">hdnews@gawab.com</a>&gt; wrote:</span>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff" text="#000000">No(t Yet),<br>
    <br>
I've kept the interface as simple as possible. I don't know if I can<br>
require from all drivers that they return the column names.<br>
    <br>
--Hans<br>
    <br>
Yin-So Chen schreef:
    <blockquote
 cite="http://mid779bf2730704101916s4069fe60xd4af53d29bf0c555@mail.gmail.com"
 type="cite">
      <div><span class="e" id="q_111df0cdf6287b33_1">Hi all - <br>
      <br>
can one retrieve the column names through sqlid interface?&nbsp; It seems
that the returned results only have the data... at first glance through
doc or sqli.scm I cannot find a function that returns column names.&nbsp;
This is useful when one specify a column alias or using * to
dynamically receive a list of names back from sql. <br>
      <br>
Thanks,<br>
yinso <br clear="all">
      <br>
-- <br>
      <a href="http://www.yinsochen.com" target="_blank"
 onclick="return top.js.OpenExtLink(window,event,this)">http://www.yinsochen.com</a><br>
...continuous learning... </span></div>
      <pre><hr size="4" width="90%">
_________________________________________________
  For list-related administrative tasks:
  <a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme"
 target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a>
  </pre>
    </blockquote>
    <br>
    </div>
  </blockquote>
  </div>
  <br>
  <br clear="all">
  <br>
-- <br>
  <a href="http://www.yinsochen.com">http://www.yinsochen.com</a><br>
...continuous learning...
</blockquote>
<br>
</body>
</html>