Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: Re: Problem with ODBC


Message #1 by jeff.montgomery@m... on Sat, 14 Sep 2002 00:47:39
It looks like you are using an ODBC DSN in your connection string. Does 
this DSN exist on the web server? Also, I didn't even realize you could 
use references like this:

[ODBC;DSN=ODBCSQL2000;UID=user;PWD=password;].[dbo.SQL2000Table]

Is that really in your query?

Jeff Montgomery
jeff.montgomery@m...

> Friends

I have the following problem :

    [Microsoft][Controlador ODBC Microsoft Access] ODBC: error al conectar
con 'ODBCSQL'.

    INSERT INTO Access2000Table SELECT SQL2000Field FROM
[ODBC;DSN=ODBCSQL2000;UID=user;PWD=password;].[dbo.SQL2000Table]


  Return to Index