llblgen 2.6,adapter,sql server,vb.net
Have two databases with the sames schema but difference database names on the same server.
want to do some queries on the databases and have been doing this by
Dim oAdapter As New DataAccessAdapter(DBSTring)
where DBSTring is the connectionstring.
This doesn't appear to work...the DAL was created using DBA
When i try to run a query on DBB using the connectrion string for DBB, the queries appears to be still querying DBA!
Please help?