Ask a Question related to Coldfusion Database Access, Design and Development.
-
ocarmona #1
Lotus Notes Query with ColdFusion - Access
Is it possible to access/query Lotus Notes with Coldfusion? How can I create
the DSN in Coldfusion Administrator Successfully?
I have searched the web and not found a successfull article. I already have
the DSN successfully created in the ODBC Manager, but how o I do it in CF
MX7.01 ??
It keeps giving me an error:
Connection verification failed for data source: SeguimientoERJ
java.sql.SQLException: No suitable driver available for SeguimientoERJ, please
check the driver setting in resources file, error:
The root cause was that: java.sql.SQLException: No suitable driver available
for SeguimientoERJ, please check the driver setting in resources file, error:
Text
I have used the ODBC Socket type and the Other... no luck.. PLEASE HELP - Many
say is possible but no example or have not met any succesfull people on this.
ocarmona Guest
-
Lotus Notes and Adobe
Hi, I'm working in a Lotus Notes database. I have emails that come into a database with PDF attachments. The PDF files have data in tables. I'm... -
Querying Lotus Notes
Can anyone tell me if ColdFusion can query a Lotus Notes database (.nsf) file? -
ASP accessing Lotus Notes??
Hi all, Is it possible ASP accessing Lotus Notes with ADO OLEDB or ODBC?? Does anybody has sample to send me? e-mail: vilmar9820@yahoo.com ... -
ASP.NET vs Lotus Notes
Hi, Probably this is not the right place to submit my question, any way, if someone can help me, i would really appreciate it. My client have... -
Lotus Notes
Hi, I need to know how we can integrate dreamweaver with lotus designer... Please help. Thank you. Ahmad Mustapha Mohd Yahya -
A3gis #2
Re: Lotus Notes Query with ColdFusion - Access
You need to get your hands on the <a target=_blank
class=ftalternatingbarlinklarge
href="http://www-142.ibm.com/software/sw-lotus/products/product4.nsf/wdocs/notes
sqlhome">NotesSQL</a> driver.
Setup a SYSTEM DSN, then tell coldfusion to access that.
A3gis Guest
-
ksmith #3
Re: Lotus Notes Query with ColdFusion - Access
You already have the ODBC datasource according to your post. Confirm it is a
system datasource and not a user datasource in the ODBC manager. You only have
2 choices from CFMX to connect to an ODBC datasource. You can use the ODBC
socket or use the jadazoom JDBC/OLE bridge which CF uses as the msaccess
unicode driver.
Recreate the odbc socket. Make sure you have the user and password setup in
the advanced properties of the DSN. If it fails, run a test query like "select
* from foo" against it. Let us know the error.
You can review the technote on the jadozoom driver at: <a target=_blank
class=ftalternatingbarlinklarge
href="http://www.adobe.com/go/2d2a7a19.">http://www.adobe.com/go/2d2a7a19.</a>
Although this driver is usually used for access it should connect to any odbc
dsn. Just follow the instructions and give it a try. Again if the dsn fails,
run a test query anyway and post the error.
ksmith Guest



Reply With Quote

