Post new topic Reply to topic  [ 2 posts ] 

Board index : TeleFlow Forums : Development Tools

Author Message
 Post subject: how to connect teleflow application to MSSQL Database
PostPosted: Wed Jan 27, 2010 12:14 pm 
Offline

Joined: Wed Jan 27, 2010 12:05 pm
Posts: 1
i am trying to connect a teleflow application to mssql database running on my local machine and i have not been successful in doing so. can any one assist me in this regard.
thanks in advance.


Back to top
 Profile  
 
 Post subject: Re: how to connect teleflow application to MSSQL Database
PostPosted: Thu Jan 28, 2010 10:53 am 
Offline

Joined: Wed Mar 19, 2003 4:28 pm
Posts: 510
Location: Canada
What specific problem/issues are you having?

It might help to see the log output for your DB Connect step in order to determine what is amiss. Be sure to change the IP, database name, user/password info in your connect string when providing a clip of the log.

Otherwise, here are a couple basics:
* Use the DB Connect step
* If you are using Windows Authentication, set your connect parameters to a connect string like this(change the IP/database name): DRIVER={SQL Native Client};SERVER=127.0.0.1;DATABASE=testdb;Trusted_Connection=Yes;MARS_Connection=yes
* For SQL Server Authentication, set your connect parameters to a connect string like this(change the IP/database name/user/password): DRIVER={SQL Native Client};SERVER=127.0.0.1;DATABASE=testdb;uid=db_user;pwd=db_password;MARS_Connection=yes


Back to top
 Profile WWW 
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

Board index : TeleFlow Forums : Development Tools


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Style by Midnight Phoenix & N.Design Studio
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.