-
Which property in ADO data control I can use to run "Delete, Inset, Update" SQL statement?
Now I use ADO data control to access to database,which property in ADO data
control I can use to run "Delete, Inset, Update" SQL statements?
-
Re: Which property in ADO data control I can use to run "Delete, Inset, Update" SQL statem
You need a ADODB Connection and then use the method execute.
ex: cn.execute("INSERT .....)
Jordi
"Joe Smith" <jsmith@hotmail.com> wrote:
>
>Now I use ADO data control to access to database,which property in ADO data
>control I can use to run "Delete, Inset, Update" SQL statements?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|