Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > .NET 2.0 and Visual Studio. 2005 > Visual Studio 2005
|
Visual Studio 2005 For discussing Visual Studio 2005. Please post code questions about a specific language (C#, VB, ASP.NET, etc) in the correct language forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Studio 2005 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 August 29th, 2010, 01:24 AM
Authorized User
 
Join Date: Dec 2006
Posts: 43
Thanks: 4
Thanked 0 Times in 0 Posts
Send a message via MSN to Yasho
Default finding the highest number(value) in a data column

I want to find the highest value in a data table column can some one help me.
I am using data adapter and access database. This column has 3 digit numbers. Thanks in advance

Yasho
__________________
yvk
 
Old August 29th, 2010, 09:48 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,189
Thanks: 5
Thanked 59 Times in 57 Posts
Send a message via MSN to gbianchi
Default

Hi, Select MAX(column) FROM table doesn't do the trick?
__________________
HTH

Gonzalo


================================================== =========
Read this if you want to know how to get a correct reply for your question.
(Took that from Doug signature and he Took that from Peter profile)
================================================== =========
My programs achieved a new certification :
WORKS ON MY MACHINE
================================================== =========
I know that CVS was evil, and now i got the
proof.
================================================== =========
The Following User Says Thank You to gbianchi For This Useful Post:
Yasho (September 25th, 2010)
 
Old September 5th, 2010, 01:16 PM
Authorized User
 
Join Date: Dec 2006
Posts: 43
Thanks: 4
Thanked 0 Times in 0 Posts
Send a message via MSN to Yasho
Smile

yes it works now . I had some syntax error before.
__________________
yvk





Similar Threads
Thread Thread Starter Forum Replies Last Post
finding highest value Aprile Access VBA 3 October 3rd, 2007 07:13 AM
Help: Finding smallest number kris.fan Infopath 0 September 9th, 2007 07:18 PM
number not finding in ascending order mankoti_mankoti2000 Access 1 January 19th, 2007 01:07 AM
Finding the highest amount keithd Excel VBA 2 May 25th, 2005 01:44 PM
Finding the highest value of a query ry Oracle 1 December 18th, 2004 12:40 PM





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