|
 |
asp_databases thread: Help with paradox connection
Message #1 by "Selma Moura" <selma@p...> on Thu, 21 Feb 2002 17:19:15 -0300
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0007_01C1BAFB.E3873090
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi guys
I would like to know if it is possible to use DSNLess connection with
paradox ?
This is what I'm trying to do :
objConn.Open "Driver=3D{Microsoft Paradox Driver(*.db)};" &_
"DriverID=3D538;" &_
"Fil=3DParadox 5.X;" &_
"DefaultDir=3Dd:\xxxxx\Alex\Alex_Local\;" &_
"Dbq=3Dd:\xxxxxx\Alex\Alex_Local;" &_
"CollatingSequence=3DASCII;"
and I get this error mensage :
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Data source name not found and no
default driver specified
/Alex/Regras_Exibe.asp, line 8
Message #2 by "Meinken, Joe" <Joe.Meinken@q...> on Thu, 21 Feb 2002 14:11:24 -0600
|
|
The syntax looks correct, I don't think that is the issue. Do you have the
Microsoft Paradox driver installed on your server?
-----Original Message-----
From: Selma Moura [mailto:selma@p...]
Sent: Thursday, February 21, 2002 2:19 PM
To: ASP Databases
Subject: [asp_databases] Help with paradox connection
Hi guys
I would like to know if it is possible to use DSNLess connection with
paradox ?
This is what I'm trying to do :
objConn.Open "Driver={Microsoft Paradox Driver(*.db)};" &_ "DriverID=538;"
&_
"Fil=Paradox 5.X;" &_
"DefaultDir=d:\xxxxx\Alex\Alex_Local\;" &_ "Dbq=d:\xxxxxx\Alex\Alex_Local;"
&_
"CollatingSequence=ASCII;"
and I get this error mensage :
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Data source name not found and no default
driver specified
/Alex/Regras_Exibe.asp, line 8
$subst('Email.Unsub').
Message #3 by "Selma" <selma@p...> on Thu, 21 Feb 2002 20:35:54
|
|
I appologize for my stupid question, but how to know if the Microsoft
Paradox driver is installed. I-m working with windows XP.
> The syntax looks correct, I don't think that is the issue. Do you have
the
> Microsoft Paradox driver installed on your server?
>
> -----Original Message-----
> From: Selma Moura [mailto:selma@p...]
> Sent: Thursday, February 21, 2002 2:19 PM
> To: ASP Databases
> Subject: [asp_databases] Help with paradox connection
>
>
> Hi guys
> I would like to know if it is possible to use DSNLess connection with
> paradox ?
> This is what I'm trying to do :
>
>
> objConn.Open "Driver={Microsoft Paradox Driver(*.db)};"
&_ "DriverID=538;"
> &_
> "Fil=Paradox 5.X;" &_
> "DefaultDir=d:\xxxxx\Alex\Alex_Local\;"
&_ "Dbq=d:\xxxxxx\Alex\Alex_Local;"
> &_
> "CollatingSequence=ASCII;"
>
> and I get this error mensage :
> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> [Microsoft][ODBC Driver Manager] Data source name not found and no
default
> driver specified
> /Alex/Regras_Exibe.asp, line 8
>
>
>
> $subst('Email.Unsub').
>
Message #4 by "Meinken, Joe" <Joe.Meinken@q...> on Thu, 21 Feb 2002 14:37:50 -0600
|
|
In your Control Panel, choose ODBC. Then Click on Add (or maybe it's New in
XP?). If in the list you see a Microsoft Paradox driver listed, you have it
installed.
-----Original Message-----
From: Selma [mailto:selma@p...]
Sent: Thursday, February 21, 2002 2:36 PM
To: ASP Databases
Subject: [asp_databases] RE: Help with paradox connection
I appologize for my stupid question, but how to know if the Microsoft
Paradox driver is installed. I-m working with windows XP.
> The syntax looks correct, I don't think that is the issue. Do you have
the
> Microsoft Paradox driver installed on your server?
>
> -----Original Message-----
> From: Selma Moura [mailto:selma@p...]
> Sent: Thursday, February 21, 2002 2:19 PM
> To: ASP Databases
> Subject: [asp_databases] Help with paradox connection
>
>
> Hi guys
> I would like to know if it is possible to use DSNLess connection with
> paradox ?
> This is what I'm trying to do :
>
>
> objConn.Open "Driver={Microsoft Paradox Driver(*.db)};"
&_ "DriverID=538;"
> &_
> "Fil=Paradox 5.X;" &_
> "DefaultDir=d:\xxxxx\Alex\Alex_Local\;"
&_ "Dbq=d:\xxxxxx\Alex\Alex_Local;"
> &_
> "CollatingSequence=ASCII;"
>
> and I get this error mensage :
> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> [Microsoft][ODBC Driver Manager] Data source name not found and no
default
> driver specified
> /Alex/Regras_Exibe.asp, line 8
>
>
>
> $subst('Email.Unsub').
>
$subst('Email.Unsub').
Message #5 by "Selma" <selma@p...> on Fri, 22 Feb 2002 15:11:39
|
|
> Yes I have Microsoft Paradox driver installed.
In your Control Panel, choose ODBC. Then Click on Add (or maybe it's New
in
> XP?). If in the list you see a Microsoft Paradox driver listed, you
have it
> installed.
>
> -----Original Message-----
> From: Selma [mailto:selma@p...]
> Sent: Thursday, February 21, 2002 2:36 PM
> To: ASP Databases
> Subject: [asp_databases] RE: Help with paradox connection
>
>
> I appologize for my stupid question, but how to know if the Microsoft
> Paradox driver is installed. I-m working with windows XP.
>
>
> > The syntax looks correct, I don't think that is the issue. Do you
have
> the
> > Microsoft Paradox driver installed on your server?
> >
> > -----Original Message-----
> > From: Selma Moura [mailto:selma@p...]
> > Sent: Thursday, February 21, 2002 2:19 PM
> > To: ASP Databases
> > Subject: [asp_databases] Help with paradox connection
> >
> >
> > Hi guys
> > I would like to know if it is possible to use DSNLess connection with
> > paradox ?
> > This is what I'm trying to do :
> >
> >
> > objConn.Open "Driver={Microsoft Paradox Driver(*.db)};"
> &_ "DriverID=538;"
> > &_
> > "Fil=Paradox 5.X;" &_
> > "DefaultDir=d:\xxxxx\Alex\Alex_Local\;"
> &_ "Dbq=d:\xxxxxx\Alex\Alex_Local;"
> > &_
> > "CollatingSequence=ASCII;"
> >
> > and I get this error mensage :
> > Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> > [Microsoft][ODBC Driver Manager] Data source name not found and no
> default
> > driver specified
> > /Alex/Regras_Exibe.asp, line 8
> >
> >
> >
> > $subst('Email.Unsub').
> >
>
> $subst('Email.Unsub').
Message #6 by "Locke, Darrell (FCS/SFC)" <Darrell.Locke@g...> on Fri, 22 Feb 2002 11:11:38 -0400
|
|
What exactly is the Paradox driver and what does it do?
-----Original Message-----
From: Selma [mailto:selma@p...]
Sent: February 22, 2002 11:12 AM
To: ASP Databases
Subject: [asp_databases] RE: Help with paradox connection
> Yes I have Microsoft Paradox driver installed.
In your Control Panel, choose ODBC. Then Click on Add (or maybe it's New
in
> XP?). If in the list you see a Microsoft Paradox driver listed, you
have it
> installed.
>
> -----Original Message-----
> From: Selma [mailto:selma@p...]
> Sent: Thursday, February 21, 2002 2:36 PM
> To: ASP Databases
> Subject: [asp_databases] RE: Help with paradox connection
>
>
> I appologize for my stupid question, but how to know if the Microsoft
> Paradox driver is installed. I-m working with windows XP.
>
>
> > The syntax looks correct, I don't think that is the issue. Do you
have
> the
> > Microsoft Paradox driver installed on your server?
> >
> > -----Original Message-----
> > From: Selma Moura [mailto:selma@p...]
> > Sent: Thursday, February 21, 2002 2:19 PM
> > To: ASP Databases
> > Subject: [asp_databases] Help with paradox connection
> >
> >
> > Hi guys
> > I would like to know if it is possible to use DSNLess connection with
> > paradox ?
> > This is what I'm trying to do :
> >
> >
> > objConn.Open "Driver={Microsoft Paradox Driver(*.db)};"
> &_ "DriverID=538;"
> > &_
> > "Fil=Paradox 5.X;" &_
> > "DefaultDir=d:\xxxxx\Alex\Alex_Local\;"
> &_ "Dbq=d:\xxxxxx\Alex\Alex_Local;"
> > &_
> > "CollatingSequence=ASCII;"
> >
> > and I get this error mensage :
> > Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> > [Microsoft][ODBC Driver Manager] Data source name not found and no
> default
> > driver specified
> > /Alex/Regras_Exibe.asp, line 8
> >
> >
> >
> > $subst('Email.Unsub').
> >
>
> $subst('Email.Unsub').
$subst('Email.Unsub').
Message #7 by "Meinken, Joe" <Joe.Meinken@q...> on Fri, 22 Feb 2002 10:53:30 -0600
|
|
Is it the 5.X driver? Try using FIL=PARADOX?
-----Original Message-----
From: Selma [mailto:selma@p...]
Sent: Friday, February 22, 2002 9:12 AM
To: ASP Databases
Subject: [asp_databases] RE: Help with paradox connection
> Yes I have Microsoft Paradox driver installed.
In your Control Panel, choose ODBC. Then Click on Add (or maybe it's New
in
> XP?). If in the list you see a Microsoft Paradox driver listed, you
have it
> installed.
>
> -----Original Message-----
> From: Selma [mailto:selma@p...]
> Sent: Thursday, February 21, 2002 2:36 PM
> To: ASP Databases
> Subject: [asp_databases] RE: Help with paradox connection
>
>
> I appologize for my stupid question, but how to know if the Microsoft
> Paradox driver is installed. I-m working with windows XP.
>
>
> > The syntax looks correct, I don't think that is the issue. Do you
have
> the
> > Microsoft Paradox driver installed on your server?
> >
> > -----Original Message-----
> > From: Selma Moura [mailto:selma@p...]
> > Sent: Thursday, February 21, 2002 2:19 PM
> > To: ASP Databases
> > Subject: [asp_databases] Help with paradox connection
> >
> >
> > Hi guys
> > I would like to know if it is possible to use DSNLess connection with
> > paradox ?
> > This is what I'm trying to do :
> >
> >
> > objConn.Open "Driver={Microsoft Paradox Driver(*.db)};"
> &_ "DriverID=538;"
> > &_
> > "Fil=Paradox 5.X;" &_
> > "DefaultDir=d:\xxxxx\Alex\Alex_Local\;"
> &_ "Dbq=d:\xxxxxx\Alex\Alex_Local;"
> > &_
> > "CollatingSequence=ASCII;"
> >
> > and I get this error mensage :
> > Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> > [Microsoft][ODBC Driver Manager] Data source name not found and no
> default
> > driver specified
> > /Alex/Regras_Exibe.asp, line 8
> >
> >
> >
> > $subst('Email.Unsub').
> >
>
> $subst('Email.Unsub').
$subst('Email.Unsub').
|
|
 |