Ask a Question related to Coldfusion Database Access, Design and Development.
-
CFRAM #1
Connect to Oracle DB using Connection String
:confused; Please help me out here. I want to connect to Oracle 9i / 10g
database using connection string defined in the application.cfm to create a on
demand database connection and not using Data Sources in the CF Admin. Also I
am using the DB for storing Client variables..... Thanks in Advanve CFRAM
CFRAM Guest
-
Best connection string to connect to SQL dbase...
I need to connect to a dbase. I will be using ASP.NET, Windows 2003 Server, and SQL 2000. What would the best connection method be: OLE DB : <%... -
Create a DSNless connection IN VBscript to connect to an Oracle Database
Cheers for all the great help!!! I have now got the connection working and i can now write to the database; but the problem i have now is i need... -
OLEDB COnnection String to Oracle
Does someone know the proper connection string for using OLE DB connection to an oracle server ? Jon Spartan -
Oracle DSN Less Connection String
Greetings.... Okay so far Dreamweaver MX connection to Oracle has left an awful bitter taste in my mouth.... I am trying a DSN Less Oracle... -
Connection String to connect to SQL Server Database
http://www.able-consulting.com/ADO_Conn.htm Brian Staff -
vkunirs #2
Re: Connect to Oracle DB using Connection String
Hi
Try this:
"Provider=OraOledb.Oracle.1;User Id=Scott;Password=Tiger;"
this was to use in the vb. i dont know whether it will works or not ... as i can't check as i dont have oracle.
vkunirs Guest
-
CFRAM #3
Re: Connect to Oracle DB using Connection String
Hi, I did something like this it did not work with Oracle 9i <cfquery
dbtype='dynamic' provider='OraOledb.Oracle.1;User Id=cp;Password=change'
name='sample'> select * from agent </cfquery> <cfoutput query='sample'>
#agent_code# </cfoutput>
CFRAM Guest
-
vkunirs #4
Re: Connect to Oracle DB using Connection String
Hi
try this :
"Provider=MSDAORA.1;User Id=Scott;Password=Tiger;"
vkunirs Guest
-
CFRAM #5
Re: Connect to Oracle DB using Connection String
Did not work any better idea.
Thanks
CFRAM Guest



Reply With Quote

