Posts by dezoldan • 31 points
2 posts
-
0
votes0
answers74
viewsQ: query a term in several SQL tables
I have tables with names. Table "Alphabet" contains only names starting with letter A and so on until table "Letter Z". Task: Search any name in all tables and locate it.
sql-server-2012asked dezoldan 31 -
3
votes1
answer718
viewsQ: How to convert an Array of Bytes to a Direct Image in Listview?
I populated THE Datasource of Listview with a collection. The collection contains a field with ArrayBytes. I need to convert to the image appear in control. But the conversion has to be direct in…