Click here to Skip to main content
15,884,472 members

Comments by tamash_ionut (Top 8 by date)

tamash_ionut 30-Aug-11 6:36am View    
Well that is not what I want. I dont want to write extra code for this functionality. In Entity Framework, a situation like :
Hotel <--> HotelPhoto(HotelID, PhotoID) <--> Photo automatically figures out that hotel has may photos and does not create a class HotelPhoto.
My question is if I can have a similar behaviour without having to write HotelPhoto class, by configuring somehow the mapping file?
tamash_ionut 24-Mar-11 13:47pm View    
The problem was that the SQL driver could not accept integrated security mode. After specifying a password and a username it worked.
tamash_ionut 24-Mar-11 13:39pm View    
SQL Exception: com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication.
tamash_ionut 23-Mar-11 18:38pm View    
Tried. Doesn't work.
tamash_ionut 25-Feb-11 9:12am View    
Thanks a lot.