How do you connect to a remote database with SQLTALK?
EDIT:
I was going to add a SQLTALK tag but I’m not cool enough again. So… could someone re-tag this question? Thanks Marc_s for the tag!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This finally worked for me for my SQL Server:
Create an ODBC
edit the SQL.ini
Then in SQLTalk open the connection dialog and type the Alias into the database field. Then enter your credentials and press Connect.
Connecting to Oracle is similar, add these lines:
I hope this helps someone else out.