seminewbee2005
Instructor
my code of line is too long, what character or doohicky do I need to type to tell vb.net code window I am continuing this statement on the next line.?
2. a. I was told not have have my queries i write from vb.net apps to sql server be sql statements. rather encapsulated stored procedue. But I am a little foggy on how this help ntwoek traffic. What is causing the extra bandwidth my actuall statement?
Select Entertainer, Agent, Age, PersonalHobbies
From Agent
Where Age < 25
2. b. how would I encapsulate this select statement?
specify the stored procedure by name and give it parameter?
name: SP_SQL_Select_Agent parameter: age < 25
truly you can see my newbeeism here. Anyone have any exact example of how I would encapsulate such a stored procedure call in vb.net and send to sql server for execution?
2. a. I was told not have have my queries i write from vb.net apps to sql server be sql statements. rather encapsulated stored procedue. But I am a little foggy on how this help ntwoek traffic. What is causing the extra bandwidth my actuall statement?
Select Entertainer, Agent, Age, PersonalHobbies
From Agent
Where Age < 25
2. b. how would I encapsulate this select statement?
specify the stored procedure by name and give it parameter?
name: SP_SQL_Select_Agent parameter: age < 25
truly you can see my newbeeism here. Anyone have any exact example of how I would encapsulate such a stored procedure call in vb.net and send to sql server for execution?