This topic is locked

accessing multiple databases

7/2/2008 10:00:43 AM
ASPRunner.NET General questions
G
gstadter author

I am trying to setup an ASPRunner NET app to access multiple databases.

I'm not trying to do any fancy corrolation between them, just manage them from the same menu.

  1. I don't see a way, within a single "project" to bring in more than one database
  2. merging multiple projects into a single app(manually, using sub-folders) seems somewhat doable except for the dll

    is ther a way to have the dll that is created within a project have unique names(per project)?
    Thank yous,

    Gary

G
gstadter author 7/2/2008

Though it would be nice to be able to add multiple databases to one project, I answered my own question about accessing multiple projects in subfolders of one app.

It wasn't the dll, I just needed to combine the contents of the App_Code dirs and edit the AllStructs.cs file.

Thanks,

Gary

Eugene 7/3/2008

asprunner.net doesn't support multiple databases.

You can generate projects separately for each DB and then join them manually. There is nothing more to do.