OpenORB and PSS..
Daniel Tomann <[email protected]> Sat, 8 Jun 2002 15:20:09 +0200 (MET DST)
| Newsgroups | gmane.comp.corba.openorb.devel |
|---|---|
| Message-ID | <Pine.SOL.4.10.10206081519300.9665-100000@thales> |
Hi all,
I want to use "Open ORB" and the "PSS"-implementation. In an old thread of
this list i have read that some databases do not support the "binary" data
type. So a table cannot be created in DatabaseSession.java, see the code
snippet below:
///
String order = "CREATE TABLE" + table_name + "(pid binary PRIMARY KEY";
for(inti=0:i<members.length;i++)
order = order + "," + members[i] + "binary";
order = order+ ")";
///
Jerome suggested to exchange the "binary"-type with the "blob"-type for
ORACLE databases. Unfortunately i have to work with MySQL and the
mentioned exchange does not work for MySQL however :-(. Does someone know
what are the right data types to make the PSS work with MySQL? Or is it
probably possible to use another open source database?
Any help on this topic would be appreciated...
CU Daniel
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of:
unsubscribe openorb-dev