scorniglia
Technical User
Hi,
I can not get the syntax correct to establish a dsnless connection to Paradox tables. The string given to me by the web host is:
"DRIVER={Microsoft Paradox Driver (*.db)};
DBQ=c:\data\database\"
But it doesn't work. I want to use it with a query but when I do as such it fails with all kinds of errors:
<CFQUERY NAME="test"
dbtype="__Dynamic__"
"DRIVER={Microsoft Paradox Driver (*.db)};
DBQ=c:\data\database\"
>
SELECT etc, etc
</CFQUERY>
Does any one know what is wrong? Thanks a lot if you can help.
Regards,
Roy F.
I can not get the syntax correct to establish a dsnless connection to Paradox tables. The string given to me by the web host is:
"DRIVER={Microsoft Paradox Driver (*.db)};
DBQ=c:\data\database\"
But it doesn't work. I want to use it with a query but when I do as such it fails with all kinds of errors:
<CFQUERY NAME="test"
dbtype="__Dynamic__"
"DRIVER={Microsoft Paradox Driver (*.db)};
DBQ=c:\data\database\"
>
SELECT etc, etc
</CFQUERY>
Does any one know what is wrong? Thanks a lot if you can help.
Regards,
Roy F.