Quantcast
Channel:
Viewing all articles
Browse latest Browse all 43869

Wiki Page: Why does attempting to access unique items in an Oracle database table cause SilkTest to crash?

$
0
0
Most SQL databases require the use of the keyword DISTINCT to return unique items in a table. The keyword UNIQUE is normally reserved for the creation of tables, but Oracle will accept either keyword in a query. SilkTest 7.1 does not recognise the use of the keyword UNIQUE in a query and so crashes; the solution is to substitute DISTINCT for UNIQUE e.g. select DISTINCT from hstmnt = DB_ExecuteSql (hdbc, "SELECT DISTINCT(items) FROM table")  

Viewing all articles
Browse latest Browse all 43869

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>