more Sybase updates

This commit is contained in:
Miroslav Stampar
2011-02-19 18:36:26 +00:00
parent b71bb321dd
commit f30dea74f3
3 changed files with 68 additions and 3 deletions

View File

@@ -499,11 +499,11 @@
<privileges/>
<roles/>
<dbs>
<inband query="SELECT name FROM master..sysdatabases ORDER BY 1"/>
<inband query="SELECT name FROM master..sysdatabases"/>
<blind/>
</dbs>
<tables>
<inband query="SELECT name FROM %s..sysobjects WHERE type IN ('U') ORDER BY 1"/>
<inband query="SELECT name FROM %s..sysobjects WHERE type IN ('U')"/>
<blind/>
</tables>
<columns>