2 Different Data Bases
2 Different Data Bases
Is it possible to open 2 totally separate data bases? I'm using one data base, let's call it OverdrivePro.mdb in which I get almost all of my information from but I have another data base called Part Labels_NEST.mdb. I need a small portion of information from this 'other' data base. I'm not sure if it's even possible since I'm a new user.
It's like I need to temporarily open another data base pull some data, print it, and close it.
Any suggestions?
It's like I need to temporarily open another data base pull some data, print it, and close it.
Any suggestions?
2 Different Data Bases
This shouldn't be a problem
I think it's just a matter of adding two connections to the report Dictionary rather than one.
Then each Datasource can be based off the appropriate connection.
I think it's just a matter of adding two connections to the report Dictionary rather than one.
Then each Datasource can be based off the appropriate connection.
2 Different Data Bases
Thank you, I'll play with that a bit and see if I can figure it out.
2 Different Data Bases
Hi
And one more thing. If you need to create relations between these datasources, then please set CacheAllData property of the 'report' object in the 'Properties' window of the designer in true.
Thank you.
And one more thing. If you need to create relations between these datasources, then please set CacheAllData property of the 'report' object in the 'Properties' window of the designer in true.
Thank you.
2 Different Data Bases
Here's a video that shows how to add multiple connections.
http://www.bstash.com/ReportSamples/Mul ... ction.html
One thing to note is that I forgot to set the CacheAllData property. (yet it seems to have still worked without it?)
To set this property select the Properties Tab and click outside the page margin. This will display the properties of the Report itself.
Change the 'Cache All Data' from False to True.
http://www.bstash.com/ReportSamples/Mul ... ction.html
One thing to note is that I forgot to set the CacheAllData property. (yet it seems to have still worked without it?)
To set this property select the Properties Tab and click outside the page margin. This will display the properties of the Report itself.
Change the 'Cache All Data' from False to True.
2 Different Data Bases
Thank you, all of you, it seems rather easy with the video. Since I didn't create the data bases, an engineering piece of software did that, I'm having problems connecting with the data base itself. I'm in contact with the software company to find out the information I need to access their data bases. Seems like a little thing but it's like pulling teeth.
Great video, the only question I really have is if the data base is created with each job and located in that specific job folder ... is there a way to make the location of the data base the 'current working directory' ?
Great video, the only question I really have is if the data base is created with each job and located in that specific job folder ... is there a way to make the location of the data base the 'current working directory' ?
2 Different Data Bases
Hi,
Yes, it is possible to know the current path from which the application has been launched:
Application.ExecutablePathd
Thank you.
Yes, it is possible to know the current path from which the application has been launched:
Application.ExecutablePathd
Thank you.