Configuring Two DataAccessAdapters thru Configuration

Posts   
 
    
MarcoP avatar
MarcoP
User
Posts: 270
Joined: 29-Sep-2004
# Posted on: 03-Dec-2010 21:50:29   

I'm starting a new website and I am going to be connecting to a SQL Server DB and a MySQL DB.

My question is, how do I configure the connection strings for the two adapters in the *.config file? I've always used Main.ConnectionString and the other nodes, but now since I have two adapters, not sure how to do this (other than via code).

Thanks!

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 04-Dec-2010 08:48:33   

From your previous posts, I see you are using v2.6, please tell us if that is correct. If that's so, please take a look at these threads:

http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=16117&StartAtMessage=0&#90043

http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=9036&StartAtMessage=0&#50137

David Elizondo | LLBLGen Support Team