problem in connectign sqlserver with develoepr6i forms [message #117962] |
Mon, 02 May 2005 03:10 |
dstech
Messages: 7 Registered: May 2005
|
Junior Member |
|
|
hello
i wann to connect sql server with developer6i forms.
afetr creatign odbc dsn whtn i tried to connect d2k 6i form with sqlserver it gives the error message
ORA:06401:NETCMN:invalid driver designer
can any1 solve this problem
plz reply as soon as possible as its very urgent
i iwll be very thank ful to u
dstech.
|
|
|
Re: problem in connecting sqlserver with developer6i forms [message #117976 is a reply to message #117962] |
Mon, 02 May 2005 06:21 |
|
Maaher
Messages: 7065 Registered: December 2001
|
Senior Member |
|
|
dstech wrote on Mon, 02 May 2005 10:10 | hello
i wann (want) to connect sql server with developer6i forms.
afetr creatign odbc dsn whtn (???) i tried to connect d2k 6i form with sqlserver it gives the error message
ORA:06401:NETCMN:invalid driver designer
can any1 (anyone) solve this problem (?)
plz (please) reply as soon as possible as its very urgent
i iwll (will) be very thank ful (thankful) to u (you.)
dstech.
|
If you type your code like your question, no doubt there's a typo somewhere
Breathe deep and try to form an English question. The site has a spell-check feature, which works very well.
Your message (ORA-06401) gives the following in OERR:
06401, 00000, "NETCMN: invalid driver designator"
// *Cause: The login (connect) string contains an invalid driver designator.
// *Action: Correct the string and re-submit.
So, look carefully at your connect string, and figure out where you went wrong. If you can't figure it out, post some sample of your code.
Regards,
MHE
[EDIT: Moved topic to Forms]
[Updated on: Mon, 02 May 2005 06:22] Report message to a moderator
|
|
|
|
|
|
Re: problem in connecting sqlserver with developer6i forms [message #118113 is a reply to message #118011] |
Tue, 03 May 2005 02:47 |
dstech
Messages: 7 Registered: May 2005
|
Junior Member |
|
|
hello
i uninstalled developer6i and then again installed it,and folder of OCA6.0 os also available in the folser of ORANT,but after installing it when i again tried to connect d2k with sqlserver its giving the same error message.
when i tried to connect d2k forms(6i) with sqlserver
it askd me 3 things
USERNAME
PASSWORD
HOSTSTRING
in username i m giving the default username i.e SA
and passward ,i m using the password whihc i have given at the time of installation
and in place of hoststring i m giving sqlserver:odbc
sqlserver is the sanem of my dsn connection and im connecting it thru odbc.
USERNAME:- sa
passward:-test
HOSTSTRING:-sqlserver:odbc
in host string i have also tried mssqlserver:odbc
as in sourcefile its given as mssqlserver
plz tell me where i m wrong.
|
|
|
|
|
|
|
|
|
|
|
Re: how webpages can be designed using developer forms6i [message #120330 is a reply to message #120325] |
Thu, 19 May 2005 03:18 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
That's a fairly large question ... basically create a form and test locally using the Developer Server, then deploy in production using the Application Server. A Java applet then runs in the browser environment to display the form which is handled on the Application Server.
David
|
|
|