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

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -