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
Set SQL Results to a Variable
"Search Key was not found in any record" Excel or TXT import to MS Access2007
Setting Custom Paper size to 8x5.5
Count files in folder
How do you group PowerPoint Objects on a slide
Mixed tooltips using AddTool (GetDlgItem (IDC_THIS), IDC_THIS) and AddTool (this, LPSTR_TEXTCALLBACK) how to.
Calling a secure web servie with WCF client
Exporting to Excel From Visual Foxpro Excel Object Creating 2 Digit Year, Not 4 Digit
tool to compare 2 Folders
Sending and Receiving Data like a Dataset using WCF between two or more programs over internet without IIS Configurations