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
Need help in creating XML file
(NEWBIE)Visual Studio (Concurrent I/O operations error) (NEWBIE)
How do I use twain_32.dll in Visual C#.NET 2008
When a virtual workstation was last logged on?
AJAX CalendarExtender - No dates before 1950
Format the Graphs to export on to the PDF
Not showing Alert() before Response.redirect
DAO recordset edit problem
VBA code to select the folder one level above this workbook's folder
Mutiple active forms in Access