How to execute a command
Execuse my beginner's question but I've not found the answer anywhere. Tell me please how to execute an SQL string that doesn't return a recordset. What I try to use
conn.Execute (string.Concat ("use ", treeView1.Nodes [i].Text), null, (int) ADODB.ExecuteOptionEnum.adExecuteNoRecords);
the compilator doesn't accept any type of the second parameter. Tell me please how to make working with command.
mibuytPosted Mar 6, 2005, 12:11 PM
mikerPosted Mar 4, 2005, 10:04 AM
flashanimatorPosted Mar 4, 2005, 1:47 AM
mikerPosted Mar 3, 2005, 8:58 AM
flashanimatorPosted Mar 3, 2005, 8:44 AM
mikerPosted Mar 3, 2005, 8:37 AM