Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Afriza
  • Content: Threads
  • Order by date
  1. Afriza

    Numeric macro with where clause in selectcmd

    Hello, I need to use a cursor adapter in data environment and i try to get data with my below command and it's not works lnVar = 100 This.SelectCmd = "Select * From mytable WHERE _id = lnVar This.CursorFill() i've try to use lnVar = 100 This.SelectCmd = "Select * From mytable WHERE _id =...

Part and Inventory Search

Back
Top