Incremental search database with c#

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
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 
C

clintonG

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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top