Click here to Skip to main content
15,919,500 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Combobox problem Pin
Xerox49-Sep-07 19:47
professionalXerox49-Sep-07 19:47 
QuestionCan any one help me for image displaying Pin
Senthil S7-Sep-07 1:01
Senthil S7-Sep-07 1:01 
AnswerRe: Can any one help me for image displaying Pin
SHatchard7-Sep-07 2:23
SHatchard7-Sep-07 2:23 
GeneralRe: Can any one help me for image displaying Pin
Tom Deketelaere7-Sep-07 2:28
professionalTom Deketelaere7-Sep-07 2:28 
Questionpop3 client Pin
nicetohaveyou7-Sep-07 0:45
nicetohaveyou7-Sep-07 0:45 
AnswerRe: pop3 client Pin
Vimalsoft(Pty) Ltd7-Sep-07 1:39
professionalVimalsoft(Pty) Ltd7-Sep-07 1:39 
AnswerRe: pop3 client Pin
Dave Kreskowiak7-Sep-07 5:19
mveDave Kreskowiak7-Sep-07 5:19 
QuestionCalling Stored SQL Functions from Visual Basic Pin
Mark Cabbage6-Sep-07 23:08
Mark Cabbage6-Sep-07 23:08 
Hi Everyone,
Wasn't sure if this was a VB or SQL question and where to post so I am trying here.

I read it is better to use stored procedures and functions on the SQL server to centralise and re-use code, as well as allowing us to restrict rights to EXECUTE rather than full rights.

I wanted to retrieve (and maybe in another function SET), some data so I wrote the following basic function and stored it on the server. My problem is that no matter how I try, I can't seem to find a way to call the function from my VB.NET 2005 application. Please help


ALTER FUNCTION dbo.GetEmployeeFont
(
@EmployeeID int
)

RETURNS TABLE
AS
RETURN
(SELECT FontName, FontSize
FROM tblEmployees
WHERE (EmployeeID = @EmployeeID))




AnswerRe: Calling Stored SQL Functions from Visual Basic Pin
Colin Angus Mackay6-Sep-07 23:58
Colin Angus Mackay6-Sep-07 23:58 
AnswerRe: Calling Stored SQL Functions from Visual Basic Pin
Duncan Edwards Jones7-Sep-07 2:51
professionalDuncan Edwards Jones7-Sep-07 2:51 
GeneralRe: Calling Stored SQL Functions from Visual Basic Pin
Mark Cabbage8-Sep-07 14:42
Mark Cabbage8-Sep-07 14:42 
Questiona case with checkbox (selected and shadow) Pin
nicetohaveyou6-Sep-07 21:24
nicetohaveyou6-Sep-07 21:24 
AnswerRe: a case with checkbox (selected and shadow) Pin
Tom Deketelaere6-Sep-07 22:05
professionalTom Deketelaere6-Sep-07 22:05 
QuestionSorting Collection with 200000+ Items Pin
MadmanWoo6-Sep-07 21:02
MadmanWoo6-Sep-07 21:02 
AnswerRe: Sorting Collection with 200000+ Items Pin
Tom Deketelaere6-Sep-07 22:11
professionalTom Deketelaere6-Sep-07 22:11 
AnswerRe: Sorting Collection with 200000+ Items Pin
GuyThiebaut6-Sep-07 23:05
professionalGuyThiebaut6-Sep-07 23:05 
GeneralRe: Sorting Collection with 200000+ Items Pin
MadmanWoo10-Sep-07 15:49
MadmanWoo10-Sep-07 15:49 
Questionpls help its urgent [modified] Pin
shyne76-Sep-07 20:39
shyne76-Sep-07 20:39 
AnswerRe: pls help its urgent Pin
Tom Deketelaere6-Sep-07 22:18
professionalTom Deketelaere6-Sep-07 22:18 
Questionits urgent Pin
Lucky Sheikh6-Sep-07 20:00
Lucky Sheikh6-Sep-07 20:00 
AnswerRe: its urgent Pin
Colin Angus Mackay7-Sep-07 0:02
Colin Angus Mackay7-Sep-07 0:02 
AnswerRe: its urgent Pin
Thomas Stockwell7-Sep-07 5:32
professionalThomas Stockwell7-Sep-07 5:32 
QuestionConsole Output Pin
danasegaranea6-Sep-07 19:55
danasegaranea6-Sep-07 19:55 
AnswerRe: Console Output Pin
Dave Kreskowiak7-Sep-07 5:29
mveDave Kreskowiak7-Sep-07 5:29 
QuestionQuestion on Interop.Office.Word Pin
Trupti Mehta6-Sep-07 19:00
Trupti Mehta6-Sep-07 19:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.