Roberto
On 5/18/05, Ron Grabowski <[EMAIL PROTECTED]> wrote:
There are different versions of "userId":
userId=sysdba;
user id=SYSDBA;
Which one is correct?
I noticed that the normal ADO version (FbConnection) is accessing the
file at this location:
C:\Program Files\Firebird\Firebird_1_5\examples\EMPLOYEE.FDB;
While the IBatis one is trying to connect to this file:
C:\WebSites\WebSite1\DB\EMPLOYEE.FDB;
In your iMapper.vb file, you may be able to reduce most of the code in
that class to just:
IBatisNet.DataMapper.Mapper.Instance();
That will automatically call Configure against the SqlMap.config if it
hasn't already been called.
To reply to the list, just send an email to:
ibatis-user-cs@incubator.apache.org
I check the list often.
- Ron