<!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">
<br>
<blockquote cite="mid:4F8D3653.3060307@gmail.com" type="cite">
  <pre wrap=""><!---->
Thanks Michael.
Function signature is
GetSchemaInfoSQL(SchemaType : TSchemaType; SchemaObjectName,
SchemaPattern : string) : string;
... assuming SchemaObjectName would be used similar to the existing code
and would specify table name (stIndexes)/stored proc name
(stProcedureParams)?

  </pre>
</blockquote>
See
<a class="moz-txt-link-freetext" href="http://docwiki.embarcadero.com/VCL/XE2/en/SqlExpr.TCustomSQLDataSet.SetSchemaInfo">http://docwiki.embarcadero.com/VCL/XE2/en/SqlExpr.TCustomSQLDataSet.SetSchemaInfo</a><br>
<br>
<blockquote cite="mid:4F8D3653.3060307@gmail.com" type="cite">
  <pre wrap="">
SchemaPattern doesn't seem to be used; perhaps meant as some kind of
filter to limit the results?

  </pre>
</blockquote>
Yes<br>
<br>
<blockquote cite="mid:4F8D3653.3060307@gmail.com" type="cite">
  <pre wrap="">I'll implement at least stIndexes for MS SQL Server, perhaps
  </pre>
</blockquote>
It will be good do some comparasion tests with DbExpress<br>
(how names results columns , which columns are returned etc.)<br>
 <a class="moz-txt-link-freetext" href="http://docwiki.embarcadero.com/RADStudio/XE2/en/Fetching_Metadata_into_a_dbExpress_Dataset">http://docwiki.embarcadero.com/RADStudio/XE2/en/Fetching_Metadata_into_a_dbExpress_Dataset</a><br>
<br>
L.
</body>
</html>