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
Form_Timer doesn't execute
Is their anyway to convert label to a string
Assign XML to variable from FOR XML Path
MS Access Query to .CSV File Export
Outlook 2003 w/ SBS 2003 using OST file Error: Another applicatioin closed unexpectedly while using your persoanl Folders file <path\outlook.ost>
SQL Server Query based on String Format
Sql Server Field Types equivalent to Access Field Types
get yesterdays date
Custom DataGridView cell definition
ASP.NET XCOPY, VS.Net