need help vb oracle8i
From: user <utagi_at_yahoo.com>
Date: Tue, 10 Dec 2002 12:46:18 +0800
Message-ID: <3df57129_2_at_news.tm.net.my>
Date: Tue, 10 Dec 2002 12:46:18 +0800
Message-ID: <3df57129_2_at_news.tm.net.my>
i've already created a link using adodc to display the whole table of a oracle database (personal edition,scott/tiger) in MSHFlexGrid
can anyone help me with the codings so i can highlight the data in the grid and delete them with just a clock (cmdDel)
below is the code of my linking
Private Sub Adodc1_WillMove(ByVal adReason As ADODB.EventReasonEnum, adStatus As ADODB.EventStatusEnum, ByVal pRecordset As ADODB.Recordset) End Sub
thanks Received on Tue Dec 10 2002 - 05:46:18 CET