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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by eudf

  1. eudf

    Cyrillic font

    Read How To Read and Display UNICODE String on Visual Basic Form http://support.microsoft.com/default.aspx?scid=kb;en-us;193540 eudf
  2. eudf

    Multiple-step OLE DB operation generated errors.

    Hello! 1. You are using "NEW" twice: Dim ... as New ... and Set ...= New ... for Connection and Recordset statements. 2. If you do not suppose to modify recordset values, instesd of "...,adOpenDynamic, adLockOptimistic" use "...adOpenForwardOnly, adLockReadOnly". eudf

Part and Inventory Search

Back
Top