Click here to Skip to main content
15,916,378 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Limiting decimal places Pin
rwestgraham11-Aug-05 8:28
rwestgraham11-Aug-05 8:28 
GeneralRe: Limiting decimal places Pin
utservoalius11-Aug-05 16:05
utservoalius11-Aug-05 16:05 
GeneralRe: Limiting decimal places Pin
rwestgraham11-Aug-05 16:20
rwestgraham11-Aug-05 16:20 
GeneralList machines on the network Pin
Duncan Edwards Jones11-Aug-05 3:43
professionalDuncan Edwards Jones11-Aug-05 3:43 
GeneralRe: List machines on the network Pin
Duncan Edwards Jones13-Aug-05 13:20
professionalDuncan Edwards Jones13-Aug-05 13:20 
Generalstored procedures Pin
Anonymous11-Aug-05 3:32
Anonymous11-Aug-05 3:32 
GeneralRe: stored procedures Pin
toxcct11-Aug-05 3:38
toxcct11-Aug-05 3:38 
GeneralRe: stored procedures Pin
alexvw11-Aug-05 5:36
alexvw11-Aug-05 5:36 
Access does not have "Technically" such a thing as Stored Procedures or Views, but, it allows you to treat your Queries as "such" I am assuming that you do not want to have the SQL text in your code, and that you have created the corresponding Query in your Access DB.

To call an existing query, you can use this:

Command.commandtext = "[Query name]"
DO NOT FORGET THE []
If you are using parameters, your must create and append them to the command object before the .Execute call.


QuestionHow to export dynamically generated html table to Excel Sheet Pin
Smitha Bavandla11-Aug-05 3:05
Smitha Bavandla11-Aug-05 3:05 
GeneralEditable ListView Pin
Greeky10-Aug-05 22:40
Greeky10-Aug-05 22:40 
GeneralDataGridColumn Problem Pin
Greeky10-Aug-05 22:19
Greeky10-Aug-05 22:19 
Generalspecial Excel Datagrid Pin
Greeky10-Aug-05 22:18
Greeky10-Aug-05 22:18 
GeneralAdding Nodes to TreeView from FIles Pin
AyBee10-Aug-05 20:21
AyBee10-Aug-05 20:21 
GeneralRe: Adding Nodes to TreeView from FIles Pin
Christian Graus14-Aug-05 14:25
protectorChristian Graus14-Aug-05 14:25 
GeneralRe: Adding Nodes to TreeView from FIles Pin
AyBee15-Aug-05 18:45
AyBee15-Aug-05 18:45 
QuestionHow do I pass an Array/ArrayList to a WebService ... Pin
MaWeRic10-Aug-05 19:45
MaWeRic10-Aug-05 19:45 
AnswerRe: How do I pass an Array/ArrayList to a WebService ... Pin
Christian Graus10-Aug-05 20:46
protectorChristian Graus10-Aug-05 20:46 
GeneralRe: How do I pass an Array/ArrayList to a WebService ... Pin
MaWeRic10-Aug-05 21:44
MaWeRic10-Aug-05 21:44 
GeneralRe: How do I pass an Array/ArrayList to a WebService ... Pin
Christian Graus11-Aug-05 12:43
protectorChristian Graus11-Aug-05 12:43 
GeneralRe: How do I pass an Array/ArrayList to a WebService ... Pin
MaWeRic11-Aug-05 19:34
MaWeRic11-Aug-05 19:34 
GeneralRe: How do I pass an Array/ArrayList to a WebService ... Pin
Christian Graus14-Aug-05 13:23
protectorChristian Graus14-Aug-05 13:23 
GeneralRe: How do I pass an Array/ArrayList to a WebService ... Pin
MaWeRic14-Aug-05 14:02
MaWeRic14-Aug-05 14:02 
GeneralRe: How do I pass an Array/ArrayList to a WebService ... Pin
Christian Graus14-Aug-05 14:24
protectorChristian Graus14-Aug-05 14:24 
GeneralTab Pages Pin
Anonymous10-Aug-05 19:42
Anonymous10-Aug-05 19:42 
GeneralRe: Tab Pages Pin
MaWeRic10-Aug-05 19:47
MaWeRic10-Aug-05 19:47 

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.