I figured out my problem. When we use SQL Server in VS2008 connection.connection_string should be as followed:
<property name="connection.connection_string">Data Source=. \SQLEXPRESS;AttachDbFilename=|DataDirectory| <MY_DB_NAME>.mdf;Integrated Security=True;User Instance=True</ property> |DataDirectory| Point to the database location. On 29 Dec, 13:14, Sheri <[email protected]> wrote: > Hi! > Did you use embeddeb SQL Server in Visual Studio? if yes, would you > please let me know how is your configuration? I have problem with this > part. I have posted my problem. You can read > ithttp://groups.google.com/group/nhusers/browse_thread/thread/6c2a9939b... > here. > > Regards > Sheri > > On 29 Dec, 03:35, gms <[email protected]> wrote: > > > > > I figured it out. I had to change the one-to-one relationships to many > > to one. Once this once done the cascade worked properly, -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
