borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Formatted cells in flexgrid)Next Topic (? parameter in sql string) New Topic New Poll Post Reply
AndreaVB Forum : Database : how do you store arrays in Oracle 9i + ADO 2.7
Poster Message
BayAreaGuy
Level: Guest


icon how do you store arrays in Oracle 9i + ADO 2.7

Hi, I'm new to databases and have a project that I'm having problems with.

I'm involved with engineering / scientific applications and would like to store arrays of data.  These arrays can vary in length, but we can assume that there are between 10000 and 15000 doubles.

I'm aware that I can use char(x) datatype to store my data, but I would really like to learn how to use the BLOB datatype.

I'm currently running vb6 and accessing a oracle 9i database through ADO 2.7.

I've created a table with the following string:

CREATE TABLE testtable (data BLOB)

can someone give me an example of how I could add an array of doubles to this table?  Is this table format even legit? I know that I should have a primary key, but right now I'm not even able to store a single record, let alone multiple records.

thanks all.

05-10-2004 at 12:56 AM
| Quote Reply
AndreaVB Forum : Database : how do you store arrays in Oracle 9i + ADO 2.7
Previous Topic (Formatted cells in flexgrid)Next Topic (? parameter in sql string) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder