how to search database usig ado in vc++??
-
Hiii i have used ADO for linking my database in vc++... how can i add a function which searcges for a particular value in a field.... please help manav
-
Hiii i have used ADO for linking my database in vc++... how can i add a function which searcges for a particular value in a field.... please help manav
Use an ADO recordset with a query like "SELECT * FROM [Table] WHERE [FIELD]=value;"
The opinions expressed in this communication do not necessarily represent those of the author (especially if you find them impolite, discourteous or inflammatory).
-
Use an ADO recordset with a query like "SELECT * FROM [Table] WHERE [FIELD]=value;"
The opinions expressed in this communication do not necessarily represent those of the author (especially if you find them impolite, discourteous or inflammatory).
-
Hiii i have used ADO for linking my database in vc++... how can i add a function which searcges for a particular value in a field.... please help manav
-
:laugh::laugh::laugh::laugh: i doubt you code this directly in C++...
TOXCCT >>> GEII power
[toxcct][VisualCalc]No, of course not! ;P You use a recordset, (coded in C++) which needs a query string like the one I showed.
The opinions expressed in this communication do not necessarily represent those of the author (especially if you find them impolite, discourteous or inflammatory).