I have an array that I would like to insert into one column of one row of a table. Is there a way to do this with MySQL?
Thanks
Printable View
I have an array that I would like to insert into one column of one row of a table. Is there a way to do this with MySQL?
Thanks
The database type is not important providing it supports ANSI SQL, which, I believe, MySQL does.
Do you want to do this INSERT via a VB6 or VB.NET frontend? (The VB coding is dfferent)
I'm using VB.Net 2005
help????????????