|
|
This is a collection of frequently asked questions about DataPipe. Online DemonstrationsThe links below demonstrate how to perform common DataPipe actions. If you have suggestions for other online demonstrations please contact us. If you are running a firewall such as ZoneAlarm or privacy software that prevents popup windows, this software will be inserting JavaScript code into the top of every page you view. The Viewlet display software cannot cope with this alteration, so please disable this feature of your software in order to view them. Questions
Other help resources
AnswersWhy doesn't my query/database driver work?Setting up a database connection string How can I improve the
performance (like speed up query data retrieval)? How do I use multiword table / field names (spaces in Table or Field
name)? How do I use constant fields in a SQL query? How should my SELECT statement look for an Excel spreadsheet? "Catastrophic failures" using MySQL/MyODBCEnsure you set the username, password and database name in the ODBC connection (System DSN) itself, not in DataPipe's connection string. This is a known bug in the MySQL driver. Where do I get TextPipe Pro from?TextPipe Pro is NOT included in the DataPipe download - when DataPipe finishes installing it prompts you to install TextPipe. If you miss the dialog you can still download TextPipe separately from the DataMystic web site - click here. If you have purchased DataPipe, you must download the registered version of TextPipe Pro by logging in to the secure area using your password. The TextPipe Pro download link is listed underneath the DataPipe download links. Query cannot be updated because the FROM clause is not a single simple table namee.g. 2003-09-19,14:35:05,Info,Query is [SELECT * FROM "cvmaster"] This error message means that CVMASTER is not a simple table. Usually it is a view of a table or is itself a query with an underlying table. With DataPipe you always need to be querying the underlying table, otherwise the database cannot determine which actual record to update. I get "Error loading type library/DLL" when I make changesWe missed a file back in version 2.6. Please either download DataPipe again, or download this file (STDVCL40.ZIP), and extract the zip file contents (stdvcl40.dll) to your C:\Program Files\DataPipe folder. Invalid field sizeOne of your fields looks invalid - perhaps by excluding it you can get it to
work e.g. SQL-Server 2005 database errors with field data not being trimmed
If you get a DataPipe error such as Invalid column value set on row XXX, column "YYYY", try adding a VBScript at the end of all your filters to return the rtrim(field) of each field. SQL Server doesn't seem to cope with extra spaces at the end of the field, even if that is what you want!
|