Accessing more than one db?

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
Christian Lempereur
Posts: 11
Joined: Sun Nov 02, 2003 4:36 am
Location: Brussels

Accessing more than one db?

Post by Christian Lempereur »

I need to select data from 2 data bases.
Special filter > DataBase connection seems to only accept one database.
Any way it can be done in a single TextPipe filter?

thanks,

Christian
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Post by DataMystic Support »

Yes - you can create a connection using the Scripting filter. There is an example VBScript filter that connects to a database, creates a table, adds data and then drops the table. You can use this approach to create multiple table lookups.
Post Reply