Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Which DBMS can store object type from delphi?

Re: Which DBMS can store object type from delphi?

From: M.H. Avegaart <avegaart_at_NOSPAMmccomm.nl>
Date: 2000/06/19
Message-ID: <8ikft5$2ha$1@porthos.nl.uu.net>#1/1

This is to cryptic...
- Do you want to store Delphi objects in a database ? Delphi has support for reading/writing objects from/to streams. You could use TBlobStream.WriteComponent to write components to blob fields. - Or do you just want to store object types ? In this case you should store the TObject.ClassName in a string field.

So, as long as the database supports blob fields, any database type could be used.

"Tapana Uraiwan" <b0292621_at_student.chula.ac.th> schreef in bericht news:8igg6o$1c8$1_at_atom.nectec.or.th...
> I want to store object type in DBMS. Which DBMS should I choose to use?
>
>
Received on Mon Jun 19 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US