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 Wanet Telecoms Ltd 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: SRIECH
  • Content: Threads
  • Order by date
  1. SRIECH

    convert char into float

    After importing a PARADOX 8 table to SQL Server 2000 I would like to convert a char field into a float format because the values are numeric like "0,08333". In Access 2000 I use then following querystring: IIf(Fix([field])>0,Fix([field]),0)+[field]-Fix([field]) AS newfield Who can...

Part and Inventory Search

Back
Top