Hello
VB experts,
Recently I am facing a problem for insertion data in MS access database using ADO from
VB...Its like:
my table is like
Id name Dept
-- ----- -----
Now from
VB i have 3 array holding value like
i[10] = { 10 20 30 40 } ' For ID
n[10] = { 'A' 'B 'C' 'D' } ' For Name
d[10] = { 'CSE' 'BBA' 'EEE' 'MBA'
}
now i want to insert data for output
Id name Dept
-- ----- -----
10 A CSE
20 B BBA
30 C EEE
40 D MBA
Now i tried it for ADO's recordset .ADDNEW and .Update properties but failed.
Can any body help me any sQL command or any other tricks..Plz i m facing a challenging Problem in it. Plz help me as quick as possible.
Thnaks a Lot.
mahfuz