I currently have CE 9, but will be upgrading to 10 very soon. I have multiple reports that will be pulling from two databases. One is a SQL Server, the other is another application. Data from BOTH is necessary for most reports. Our idea was to create an xml file for each user request (the xml file would be data combined from both DBs). This would be easy if there were one user. I can create a system DSN and use the xml file as the datasource. What can I do for multiple users? Seems as though we have to connect to multiple datasources on the fly. Is this possible? I need multiple users to use the same report at the same time...each entering their own parameters. HOW DO I DO THIS? We don't currently have any CE documentation, and I am not finding enough info in my old CR 9 book or on the web. Any suggestions would be very helpful.