PC Review


Reply
Thread Tools Rate Thread

Creating ODBC link over Terminal Server

 
 
Daryl
Guest
Posts: n/a
 
      17th Dec 2003

I need to create an ODBC link from a client to a SQL Server
backend, which is accessed through Terminal Server. I'm
successful in creating an ODBC link once on Terminal
Server, but I don't have any success creating a link from
the client. It seems as if the IP address should go in
the Server Name box, but that doesn't seem right (I get the
message that the data source cannot be found). Has anyone
had any experience with setting up ODBC over TS?
 
Reply With Quote
 
 
 
 
hal@nospam.com
Guest
Posts: n/a
 
      17th Dec 2003
On Wed, 17 Dec 2003 10:41:17 -0800, "Daryl"
<(E-Mail Removed)> wrote:

>
>I need to create an ODBC link from a client to a SQL Server
>backend, which is accessed through Terminal Server. I'm
>successful in creating an ODBC link once on Terminal
>Server, but I don't have any success creating a link from
>the client. It seems as if the IP address should go in
>the Server Name box, but that doesn't seem right (I get the
>message that the data source cannot be found). Has anyone
>had any experience with setting up ODBC over TS?


If I am reading you right, I don't think you can do this. Actually, I
pretty sure you can't do this (somebody correct me if I am wrong). TS
is just a thin client where everything is run on the server and the
only thing exported is your display from your desktop. You cannot do
any port mappings of any kind back from your TS client to your server
while within your TS window. You would need the database client
software running on your client platform to access your ODBC database
via IP and this would negate the whole point of TS. So what you would
want to do is run your database client on your server, create your
link from your client software on your TS server to your database on
the server, and run it remotely via TS exporting only the desktop
display to your client PC. That is what TS is for.

Hal


 
Reply With Quote
 
Ron
Guest
Posts: n/a
 
      17th Dec 2003

>-----Original Message-----
>On Wed, 17 Dec 2003 10:41:17 -0800, "Daryl"
><(E-Mail Removed)> wrote:
>
>>
>>I need to create an ODBC link from a client to a SQL

Server
>>backend, which is accessed through Terminal Server. I'm
>>successful in creating an ODBC link once on Terminal
>>Server, but I don't have any success creating a link

from
>>the client. It seems as if the IP address should go in
>>the Server Name box, but that doesn't seem right (I get

the
>>message that the data source cannot be found). Has

anyone
>>had any experience with setting up ODBC over TS?

>
>If I am reading you right, I don't think you can do

this. Actually, I
>pretty sure you can't do this (somebody correct me if I

am wrong). TS
>is just a thin client where everything is run on the

server and the
>only thing exported is your display from your desktop.

You cannot do
>any port mappings of any kind back from your TS client

to your server
>while within your TS window. You would need the

database client
>software running on your client platform to access your

ODBC database
>via IP and this would negate the whole point of TS. So

what you would
>want to do is run your database client on your server,

create your
>link from your client software on your TS server to

your database on
>the server, and run it remotely via TS exporting only

the desktop
>display to your client PC. That is what TS is for.
>
>Hal
>
>
>.
>One thing you have to make sure of and that is that your

client side software is TERMINAL SERVICES FRIENDLY. Some
front end clients don't like multiple users at the same
time.
 
Reply With Quote
 
Guest
Posts: n/a
 
      17th Dec 2003

Just to clarify, my front-end client is an Access 2k
database, which doesn't reside on TS. Access works pretty
well with TS, or so I'm told. It can definitely manage
multiple users. I need to connect to the back-end which is
on TS. Hal, from what I understand from your post, my
front-end would also need to be on TS to successfully have
an ODBC link, is that correct? Unfortunately that would be
impossible for me, so I'd have to find another
solution...is that my fate?

thanks-

Daryl


>>If I am reading you right, I don't think you can do

>this. Actually, I
>>pretty sure you can't do this (somebody correct me if I

>am wrong). TS
>>is just a thin client where everything is run on the

>server and the
>>only thing exported is your display from your desktop.

>You cannot do
>>any port mappings of any kind back from your TS client

>to your server
>>while within your TS window. You would need the

>database client
>>software running on your client platform to access your

>ODBC database
>>via IP and this would negate the whole point of TS. So

>what you would
>>want to do is run your database client on your server,

>create your
>>link from your client software on your TS server to

>your database on
>>the server, and run it remotely via TS exporting only

>the desktop
>>display to your client PC. That is what TS is for.
>>
>>Hal
>>
>>
>>.
>>One thing you have to make sure of and that is that your

>client side software is TERMINAL SERVICES FRIENDLY. Some
>front end clients don't like multiple users at the same
>time.
>.
>

 
Reply With Quote
 
hal@nospam.com
Guest
Posts: n/a
 
      17th Dec 2003
On Wed, 17 Dec 2003 14:15:04 -0800,
<(E-Mail Removed)> wrote:

>
>Just to clarify, my front-end client is an Access 2k
>database, which doesn't reside on TS. Access works pretty
>well with TS, or so I'm told. It can definitely manage
>multiple users. I need to connect to the back-end which is
>on TS. Hal, from what I understand from your post, my
>front-end would also need to be on TS to successfully have
>an ODBC link, is that correct?


That is my understanding, yes.

Hal

><Unfortunately that would be
>impossible for me, so I'd have to find another
>solution...is that my fate?
>
>thanks-
>
>Daryl
>
>
>>>If I am reading you right, I don't think you can do

>>this. Actually, I
>>>pretty sure you can't do this (somebody correct me if I

>>am wrong). TS
>>>is just a thin client where everything is run on the

>>server and the
>>>only thing exported is your display from your desktop.

>>You cannot do
>>>any port mappings of any kind back from your TS client

>>to your server
>>>while within your TS window. You would need the

>>database client
>>>software running on your client platform to access your

>>ODBC database
>>>via IP and this would negate the whole point of TS. So

>>what you would
>>>want to do is run your database client on your server,

>>create your
>>>link from your client software on your TS server to

>>your database on
>>>the server, and run it remotely via TS exporting only

>>the desktop
>>>display to your client PC. That is what TS is for.
>>>
>>>Hal
>>>
>>>
>>>.
>>>One thing you have to make sure of and that is that your

>>client side software is TERMINAL SERVICES FRIENDLY. Some
>>front end clients don't like multiple users at the same
>>time.
>>.
>>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating new link to external data (ODBC) Kristibaer Microsoft Excel Misc 2 13th May 2009 06:21 PM
Re: Terminal Server / ODBC David W. Fenton Microsoft Access 0 24th Apr 2008 05:48 AM
Creating ODBC link within SELECT statement Preacher Man Microsoft Excel Charting 3 31st Jan 2006 06:54 PM
ODBC errors on terminal server paul_tomlin@hotmail.com Microsoft Access External Data 1 5th May 2005 02:00 PM
Creating a link to Notes Data through ODBC =?Utf-8?B?VGltIExlYWNo?= Microsoft Access External Data 1 26th Apr 2004 07:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:21 AM.