Incremental search database with c#

  • Thread starter Thread starter mp
  • Start date Start date
M

mp

Hi,

Is posible to make incremental search of some databse (table) with c#. I am
looking for some example.

I know how to do that with Delphi, but I am new in C# .NET and I need your
help.

Is possible to search database without SQL commands?

Thanks
 
mp,

I would think that it is not. After all, how else would you get the
data? To get the data, you are going to have to issue a SQL command
somehow. Unless the database offers an API that allows you to access the
data through other means, SQL is probably your best bet.

Hope this helps.
 
I think it is correct to say the next version of ASP.NET 2.0 will allow
C# to be used to search the database.


--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET (e-mail address removed)
URL http://www.metromilwaukee.com/clintongallagher/
 
Back
Top