No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
I am very new to VB.NET. That said, I have developed a windows form that utilizes an SQL Server back end. I am developing using Visual Studio 2008 and the 3.5 Framework. The SQL server is 2005. I do not have any warnings or errors, and the project compiles without … | |
Re: Being new to VB.NET, This may not be the cleanest way to do this, but it works for me. I have a form that populates a combo box with the dates of employee reports, and then fills another combo box with a list of employee names on the report when … | |
I am trying to develop a subroutine that will send an IM to a user. The idea being if the user is online, the code sends an IM to the user via communicator. If the user is offline, it sends an email. The code does work, in that it does … | |
Re: The last line of your stored procedure is actually returning your SQL statement, not your count.. You need to define and output variable in your stored procedure. I found this page a big help: [URL="http://www.sqlteam.com/article/stored-procedures-returning-data"]http://www.sqlteam.com/article/stored-procedures-returning-data[/URL] About 2/3 of the way down it also shows how to get the parameter back … |
The End.