Thread: problem

problem

From
"pamspam88@yahoo.com"
Date:
> I installed psqlodbc but when I tried to use it with
> the software I was provided with it gave me an error
> message: datasource configuration failed File:
> c:\mytcl\cygwin\tclodbc\database.cxx Line: 555
>
>
> I have a D drive as my main hard drive instead of a
C
> drive.
>
> What do you suggest I do?




______________________________________________________
Click here to donate to the Hurricane Katrina relief effort.
http://store.yahoo.com/redcross-donate3/

Re: problem

From
"Schleis, David"
Date:
If you don't have a c: drive you could try the DOS SUBST command:

Associates a path with a drive letter.

SUBST [drive1: [drive2:]path]
SUBST drive1: /D

  drive1:        Specifies a virtual drive to which you want to assign a path.
  [drive2:]path  Specifies a physical drive and path you want to assign to
                 a virtual drive.
  /D             Deletes a substituted (virtual) drive.

Type SUBST with no parameters to display a list of current virtual drives.

-- dave





-----Original Message-----
From: pgsql-odbc-owner@postgresql.org [mailto:pgsql-odbc-owner@postgresql.org]
On Behalf Of pamspam88@yahoo.com
Sent: Friday, September 09, 2005 9:48 AM
To: pgsql-odbc@postgresql.org
Subject: [ODBC] problem


> I installed psqlodbc but when I tried to use it with
> the software I was provided with it gave me an error
> message: datasource configuration failed File:
> c:\mytcl\cygwin\tclodbc\database.cxx Line: 555
>
>
> I have a D drive as my main hard drive instead of a
C
> drive.
>
> What do you suggest I do?




______________________________________________________
Click here to donate to the Hurricane Katrina relief effort.
http://store.yahoo.com/redcross-donate3/

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match