c# - ado.net OdbcCommand string -


i have database accessible via odbc , trying connect using ado.net's odbcconnection class.

when try execute query

dbcommand.commandtext = "select top 5 * table limit order column1" 

it returns entire table , not top 5.

i tried using limit @ end of query, , yet not filter down query.

how can limit result of query down couple few?

thanks


Comments

Popular posts from this blog

java - Could not locate OpenAL library -

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

sorting - opencl Bitonic sort with 64 bits keys -