Hi there,
I've created a collection class, but what's the best way of handling an exception that occurs when the user of the class requests an invalid item from the collection ?
So in the Example below, what's the best way of handling the situation where the user of this class passes an iIndex...
vongrunt,
You're right about the date in VB (should check things out myself rather than relying on second hand info next time eh ?)
I guess we have to try and fix the way that VB converts the current date to a double so that it matches SQL Servers (seemingly correct) interpretation of the...
Thanks for the replies.
We're stuck with doubles - this is a large legacy database - there are a lot of applications reading the data - I can't change the data type without loads of potential problems.
I'm not looking forward to breaking the news that their date calculations maybe incorrect -...
Can you edit the stored procedure to use :
WHERE YourCriteria IN(YourCommaDelimitedListOfSelectedItems)
instead of "WHERE YourCriteria = " within the stored procedure ?
Mike
Sorry if this is the wrong group but this is my first post - total newbie so please be gentle......
We have a SQL Server database where dates are stored as a float in a field called DT_StartDate (the dates are entered from a Visual Basic application running on various clients which use...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.