How to add SQL Query to Excel database using Crystal Reports in C# -


i creating small windows application, crystal reports, data stored in excel file, have no problem in creating crystal report , getting output correctly requirement filter data using clause. possible add sql query such excel data...if not should do..any suggestions?

thanks in advance!

i think use range.autofilter method. it's sql selection can use 'like' or '=' operator.


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -