c++ - ADO database - how to edit -


i want server application have possibility edit database have created, when client wants me(server) edit of his. database table quite simple, need know how change programmatically.

for example:

my database table

-

id user pass ip

1 test1 pass1 0.0.0.0

2 test2 pass2 0.0.0.0

3 test3 pass3 0.0.0.0

-

how can change test2 ip address?

btw using embarcadero c++ builder xe3 , database created using microsoft access

just drop tadodataset component , tadoconnection connect database. tadodataset can use commandtext run sql commands. allow manipulate table in way need. matter of creating proper calls application need do.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

node.js - Bad Request - node js ajax post -

uitableview - Create and use custom prototype table cells in xamarin ios using storyboard -