Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.0 and 1.1 Basics
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 10th, 2006, 10:47 PM
Authorized User
 
Join Date: Dec 2003
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to ysiline Send a message via Yahoo to ysiline
Default Fail to user "Math.Abs" inside SQL statement

I want to get the absolute vale of a field (NumberField) inside my table which are both negative and positve.

My SQL State is:
===============
strSQL="SELECT top 1 Math.Abs(NumberField) as MaxID" & _
 "FROM MyTable Order by MaxID DESC;"
Dim Adapter As New OleDbDataAdapter(strSQL,Conn)
Dim Dset as new Dataset
Adapter.Fill(Dset,"MyData")
......
===============



I always got error:
================
"System.Data.OleDb.OleDbException: Undefined function 'Math.Abs' in expression."
================

Anyone got any clue?

Thanks,






Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with validation inside user control aldwinenriquez ASP.NET 1.0 and 1.1 Professional 3 July 1st, 2007 09:53 AM
fail login sql database... junghyun baek ASP.NET 1.0 and 1.1 Basics 2 November 22nd, 2005 08:20 PM
fail login sql server junghyun baek ASP.NET 1.0 and 1.1 Professional 0 November 16th, 2005 06:22 PM
How to use Min,Max,Abs functions braindog_43 XSLT 0 February 7th, 2005 06:04 AM
login fail by user 'sa' in .net framework 1.1 sara_1981 BOOK: Beginning ASP 3.0 3 August 2nd, 2004 07:26 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.