A
|
ac163601 9/21/2007 |
David, Is it possible to use multiple data sources with ASPRunnerPro? e.g. tables from MS Access and Tables from SQL Server in the same project? If so, how? |
![]() |
Sergey Kornilov admin 9/21/2007 |
This still correct, one project = one datasource. |
D
|
David J S author 1/3/2008 |
I have tried for a while to get the access db with linked tables to function and the only tables that I can get to show data are the ones that are actually physically in the access db. The ones that are linked from an odbc source give me an error[codebox]Error Type: |
![]() |
Sergey Kornilov admin 1/4/2008 |
Dave, |
H
|
huffharper 6/10/2009 |
Dave, I recommend to try JET OleDb connection string: "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/<pathtofile.mdb>") Conenction string can be found in include/dbconnection.asp file.
|