hi
i need visual basic 6 code that insert array string into table (oracle database)
as soon as posible
Printable View
hi
i need visual basic 6 code that insert array string into table (oracle database)
as soon as posible
Into a single record or multiple (one for each array element)?
You forgot the "magic" word. ;)Quote:
Originally Posted by conan911
one dimention array
the record like this
Quote:
22:12:44A VE004010009ED59E6
VE004010009ED59E6
VE004010009ED59E6
22:12:44 VE004010009ED59E6
Do you need to insert entire array into one record or create new record (in a table) for each element in your array?