Visual Basic (VB) Question:
Download Job Interview Questions and Answers PDF
Calling Stored Procedures in VB?
Answer:
1. Calling Simply the Procedure with out Arguments "Call ProcedureName}"
2. If it is with Arguments Means then
Declare the Query Def qy
Set Qy as New Query def
Qy.SQL = "{Call ProcedureName(?
2. If it is with Arguments Means then
Declare the Query Def qy
Set Qy as New Query def
Qy.SQL = "{Call ProcedureName(?
Download Visual Basic (VB) Interview Questions And Answers
PDF
Previous Question | Next Question |
What is the max size allowed for Msgbox Prompt and Input Box? | DSN Less Connection in VB? |