<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Daniel Gaspary  wrote / napísal(a):
<blockquote
 cite="mid:CAALDFzKjegxdFMXT5nestc=8F1ity=DfisdX+EK5B_wm4sy5GA@mail.gmail.com"
 type="cite">
  <pre wrap="">On Mon, Jun 2, 2014 at 3:01 AM, LacaK <a class="moz-txt-link-rfc2396E" href="mailto:lacak@zoznam.sk"><lacak@zoznam.sk></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">IMO very similar result you can get also with existing implementation, when
you use:
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Yes, this is the way GetDBInfo do, but it's not public, and never
return schema. </pre>
</blockquote>
Code which I have attached uses only public methods and returns
"metadata dataset" which has also schema_name column<br>
(for SQLConnection which support schemas. I have used public method
SetSchemaInfo not GetDBInfo)<br>
<br>
<blockquote
 cite="mid:CAALDFzKjegxdFMXT5nestc=8F1ity=DfisdX+EK5B_wm4sy5GA@mail.gmail.com"
 type="cite">
  <pre wrap="">What I did was to copy and modify this method.

I have sent a patch: <a class="moz-txt-link-freetext" href="http://bugs.freepascal.org/view.php?id=26254">http://bugs.freepascal.org/view.php?id=26254</a>
  </pre>
</blockquote>
Yes I see it, but as I wrote your new method returns collection, which
you must process, which is more or less what you can do with "metadata
dataset"<br>
<br>
-Laco.<br>
<br>
</body>
</html>