Microsoft
Software
Hardware
Network
Question : Obtain the latest date in SQL datatable using vb.net 2005
Hi I would like to create a function that will querry the database table and return a date that is the newest from all the records (closest to todays date).
How would I go about acomplishing this ? The table is MeetForm and the column is RDate.
Im not sure how to go about obtaining just a piece of info , I generaly just pull a datatable or dataset , is this necesarry ?
Thank you
Michal
Answer : Obtain the latest date in SQL datatable using vb.net 2005
Hi,
I think you can do something like:
SELECT TOP 1 RDate FROM MeetForm
/Carl.
Random Solutions
Backing up SharePoint Services 3.0
I am trying to add an edit, delete function to an existing gridview
How to specify OS variables from VFP
WSUS - Missing update icon to apply updates
Can I disable ListView column resizing?
Outlook folders mysteriously missing
How to open document in Flash Drive from Silverlight Application in drive
Windows 2008 certutil -keyrecover fails when I try to recover a key.
max of date
import file lising into Access with VB