hi,

I m using vb.net 2008 & mysql. i need to save array in 2 different datafield in the same database table. For eg:
let consider
dim n(10) as array & D1 as 1st data field, D2 as 2nd datafield

now i need to save n(1) on D1 and n(2) on D2 data field respectively.
Please help to solve the problem

Are you doing an insert or an update? Are you using SqlClient or OleDB?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.