>>Ludovic VP wrote:
>>
> >Is there a reason why SQLiteConnection.DataSource is set to the
> >database
>>file without the extension?
>>

>I'm not sure; however, it cannot be changed at this point without breaking 
>backward compatibility.

An similar method could be developed to allow the extension without breaking 
backward compatibility.
Something like:

public override void OpenWithExt(){
    ...
    _dataSource =   ...

}

>--
>Joe Mistachkin

Jerry Tilsley
jmtils...@st-claire.org

________________________________

Disclaimer****
This email is confidential and intended solely for the use of the individual to 
whom it is addressed. Any views or opinions presented are solely those of the 
author and do not necessarily represent those of St. Claire Regional Medical 
Center. If you are not the intended recipient, be advised that you have 
received this email in error and that any use, dissemination, forwarding, 
printing or copying of the email is strictly prohibited. If you received this 
email in error please notify the St. Claire Regional Helpdesk by telephone at 
606-783-6565.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to