Assuming you can get a reference to an instance of IDaoManager, you can use IDaoManager.LocalDataSource.ConnectionString.
Thanks, Wayne From: Vincent Apesa [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 5:06 PM To: [email protected] Subject: DataMapper connection string? Hello all, I haven't read into the docs on this but, is there a way to get access to an ISqlMapper's connection string? In some instances I need to do a non-ibatis call to the database (DataSets for reports etc.) and I do not want to store a connection string in another location. thanks, Vince

