Click here to Skip to main content
15,924,195 members
Home / Discussions / Database
   

Database

 
AnswerRe: storing image to Database Pin
toxcct30-Aug-05 4:05
toxcct30-Aug-05 4:05 
GeneralRe: storing image to Database Pin
thealca30-Aug-05 14:35
thealca30-Aug-05 14:35 
GeneralRe: storing image to Database Pin
toxcct31-Aug-05 21:31
toxcct31-Aug-05 21:31 
GeneralRe: storing image to Database Pin
Anonymous1-Sep-05 16:42
Anonymous1-Sep-05 16:42 
GeneralRe: storing image to Database Pin
toxcct1-Sep-05 21:12
toxcct1-Sep-05 21:12 
GeneralRe: storing image to Database Pin
chuotcoikeo31-Aug-05 17:26
chuotcoikeo31-Aug-05 17:26 
GeneralRe: storing image to Database Pin
toxcct31-Aug-05 21:29
toxcct31-Aug-05 21:29 
QuestionNHibernate one-many inverse=true Pin
devvvy29-Aug-05 22:03
devvvy29-Aug-05 22:03 
Trying (and having trouble understanding) to understand "inverse" ...

Quoting documentation:
"You may map a bidirectional one-to-many association by mapping a one-to-many association to the same table column(s) as a many-to-one association and declaring the many-valued end inverse="true".

...
...
...

<many-to-one name="Parent" column="parent_id" not-null="true"

(We also need to add the Parent property to the Child class.)

Now that the Child entity is managing the state of the link, we tell the collection not to update the link. We use the inverse attribute.

<set name="Children" inverse="true">
<key column="parent_id" />
<one-to-many class="Child" />
</set>

What's meant by "managing the state of the link"???

Reference:
http://nhibernate.sourceforge.net/nh-docs/en/html/single/reference.html#collections


Thanks in advance!

Norman Fung
QuestionHow to connect Sql DB and Oracle DB? Pin
NinaWilliam29-Aug-05 19:53
NinaWilliam29-Aug-05 19:53 
AnswerRe: How to connect Sql DB and Oracle DB? Pin
Frank Kerrigan30-Aug-05 22:21
Frank Kerrigan30-Aug-05 22:21 
GeneralRe: How to connect Sql DB and Oracle DB? Pin
NinaWilliam12-Sep-05 19:38
NinaWilliam12-Sep-05 19:38 
GeneralRe: How to connect Sql DB and Oracle DB? Pin
Frank Kerrigan12-Sep-05 21:56
Frank Kerrigan12-Sep-05 21:56 
QuestionDistributed or Federated Servers Pin
Member 44721729-Aug-05 19:10
Member 44721729-Aug-05 19:10 
AnswerRe: Distributed or Federated Servers Pin
Christian Graus29-Aug-05 19:52
protectorChristian Graus29-Aug-05 19:52 
AnswerRe: Distributed or Federated Servers Pin
Andy Brummer29-Aug-05 20:59
sitebuilderAndy Brummer29-Aug-05 20:59 
QuestionMSDE Installation Problem Pin
agmb29-Aug-05 3:59
agmb29-Aug-05 3:59 
AnswerRe: MSDE Installation Problem Pin
Luis Alonso Ramos29-Aug-05 20:19
Luis Alonso Ramos29-Aug-05 20:19 
QuestionDatabase connectivity on WEB Pin
Ajith.P.T29-Aug-05 2:36
Ajith.P.T29-Aug-05 2:36 
AnswerRe: Database connectivity on WEB Pin
softty31-Aug-05 8:21
softty31-Aug-05 8:21 
QuestionUsing two select statements in one SQL command (Oracle, Access, etc.) Pin
Xiangyang Liu 刘向阳29-Aug-05 1:47
Xiangyang Liu 刘向阳29-Aug-05 1:47 
AnswerRe: Using two select statements in one SQL command (Oracle, Access, etc.) Pin
toxcct29-Aug-05 2:12
toxcct29-Aug-05 2:12 
GeneralRe: Using two select statements in one SQL command (Oracle, Access, etc.) Pin
Xiangyang Liu 刘向阳29-Aug-05 2:22
Xiangyang Liu 刘向阳29-Aug-05 2:22 
AnswerRe: Using two select statements in one SQL command (Oracle, Access, etc.) Pin
DiWa30-Aug-05 1:09
DiWa30-Aug-05 1:09 
GeneralRe: Using two select statements in one SQL command (Oracle, Access, etc.) Pin
Xiangyang Liu 刘向阳1-Sep-05 15:18
Xiangyang Liu 刘向阳1-Sep-05 15:18 
Questionpassing parameters to a report project Pin
Ali Sapanci28-Aug-05 22:36
Ali Sapanci28-Aug-05 22:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.