Connecting Tech Pros Worldwide Help | Site Map

oracle backend connection

  #1  
Old November 13th, 2005, 09:28 AM
SalimShahzad
Guest
 
Posts: n/a
dear gurus,

i have converted database from access to oracle due to lack of capacity
soring limits in access.

now i can see all tables of oracle via using ms access front end, using
ODBC connection very easy.

but the issue is that, on every time whenever i open any forms of
access, it ask me database password, however userid,dbname,dsn name is
gtg from odbc connection. there is no option to save password

so can any one tell me how it can be done via programming on opening
forms and populate ms access fields or say form is connected directly
to oracle.but again it asks one time password that is very bed 4 us and
our staff to show them this secret truickyway

ur students,
salim shahzad

  #2  
Old November 13th, 2005, 09:29 AM
ByteMyzer
Guest
 
Posts: n/a

re: oracle backend connection


"SalimShahzad" <salimshahzad@gmail.com> wrote in message
news:1111923689.463104.297280@g14g2000cwa.googlegr oups.com...[color=blue]
> dear gurus,
>
> i have converted database from access to oracle due to lack of capacity
> soring limits in access.
>
> now i can see all tables of oracle via using ms access front end, using
> ODBC connection very easy.
>
> but the issue is that, on every time whenever i open any forms of
> access, it ask me database password, however userid,dbname,dsn name is
> gtg from odbc connection. there is no option to save password
>
> so can any one tell me how it can be done via programming on opening
> forms and populate ms access fields or say form is connected directly
> to oracle.but again it asks one time password that is very bed 4 us and
> our staff to show them this secret truickyway
>
> ur students,
> salim shahzad
>[/color]
You will need to modify the connection string to include the UserID and
Password. For example:
....DSN=MyDSN;UID=MyUserID;PWD=MyPassWord;...


  #3  
Old November 13th, 2005, 09:30 AM
deko
Guest
 
Posts: n/a

re: oracle backend connection


> i have converted database from access to oracle due to lack of capacity[color=blue]
> soring limits in access.[/color]

On what platform are you running Oracle? Windows? Linux? Solaris?



Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access frontal interface for Oracle database Gloops answers 23 August 20th, 2008 09:15 PM
Using a recordset with Oracle RLN answers 0 February 29th, 2008 11:05 PM
Access front as front end for oracle SePp answers 0 February 27th, 2008 08:45 AM
Oracle, Dataset Designer, and Transactions maltobelli answers 2 September 8th, 2006 09:35 AM