how to get a record from other database using Find?.

ganeshganesh Member Posts: 32
edited 2004-04-07 in Navision Attain
hi all
do any one of u know how to use the find function to select a paricular record present in other database(say PostGre)
if (better is possible)
{
good is not enough
}

Comments

  • wonmowonmo Member Posts: 139
    By "other database", what kind of database are you talking about? If you are referrring to another "table" then you just do SETFILTER or SETRANGE and depending on what your needs are you can do a FIND('-') or FIND('+') to select respectively either the first or last record from the result.
Sign In or Register to comment.