How do you Use Advantage StreamlineSQL ODBC with CR.NET
I've got it set up so that it is able to display any Report that is using a SQL Server ODBC. But just recently I've been asked to have a Report which accesses the database though a Advantage StreamlineSQL ODBC and it's not working.
a SQL ODBC asks for ODBC name, Servername, database, and login information.
StreamineSQL asks for "ODBC name", "table type" (foxpro), and "Database or Data Dictionary Path" (u:\servername\path\)
This report works fine using the Crystal Reports 11 application. But when I try to put it through the ASP.NET application it asks for login information.
What I also noticed is that I grab the servername, and database names from the report, but the new report only has the servername and there isn't a database name (because the database is the server).
anyways, if anyone has ever used this, or anything like these can you please let me know how I can use this report in an ASP.NET app?
if you need to see my code let me know.. thanks

