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
.net framework 3.5 install hangs
Access 2007 Master-Detail Report Question
IF Statement with Index formula
Setting Office (Excel) workgroup templates location
Disable printing in Internet Explorer (Want to prevet printing Sharepoint Lists)
Send Email Notification on Password expiry in AD to users
Column 'xxx' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause
close a popup menu
Group Policy File Howto
How can I enable a template item accoding to query result ?