hi Hans,
It seems that I have found one error from dbmsconnect log... I found these
two lines in the log file::
OPERATIONAL (dbmsField) -> Unable to map detected column to
DDS: Name: '"userID"' Type: 'integer unsigned(10)' Nullable: '1'.
OPERATIONAL (dbmsConnectionOdbc) -> Unable to map detected column to
DDS: Name: '"userID"' Type: 'integer unsigned(10)' Nullable: '1'.
This is the IDL which I am using::
module HelloWorldData
{
struct Msg
{
long userID; // User ID
string message; // message
};
#pragma keylist Msg userID
};
This is the table structure :
mysql> describe HelloTopic;
+---------+--------------------------+-----+---------+-----------+-----
---------------+
| Field | Type | Null | Key | Default | Extra
|
+---------+--------------------------+-----+---------+----------------+
| userID | int(10) unsigned | NO | PRI | NULL | auto_increment |
Is this mapping wrong? Did I add something extra?
--
Thanks & Regards
Ravi
_______________________________________________
OpenSplice DDS Developer Mailing List
[email protected]
Subscribe / Unsubscribe http://dev.opensplice.org/mailman/listinfo/developer