Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Update DataGrid with ADO

Status
Not open for further replies.

dwong

Programmer
Aug 8, 2001
20
AU
Hi,

I have a DataGrid bound to an ADO. I want to be able to update the DataGrid and have it automatically update the DB and reflected on the screen.

The ADO is set to CommandType = adCmdText, because I only want to display certain information from the DB.

The Database also have a primary key set.

(Q) How does the update occurs. If it is as simple as ado1.refresh, than which event will this need to be invoke from?

Thanks in advance...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top