Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums

4 Posted Topics

Member Avatar for Coder Smurf

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 …

Member Avatar for ngozijesus
0
1K
Member Avatar for selle05

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 …

Member Avatar for ilog
0
319
Member Avatar for Coder Smurf

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 …

0
102
Member Avatar for ktimov1

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 …

Member Avatar for Coder Smurf
0
116

The End.