I think I'm going mad.
I have an asp page that wants to connect to an Oracle 8.1.5 db using nt authentication. It works fine from vb, using this code
strConn = "Provider=MSDAORA; Data Source=Test;user id=/;password=;"
call conTest.Open(strConn)
but when I move it to asp I always get...
I have a form with a number of textboxes and then 3 dropdowns: Office, Department and Sub-Department. The data for these dropdowns is held in 3 database tables. When the user first enters the form, Office is populated, but not the other 2. On selecting an Office I need the department dropdown to...
I have an MTS package containing a dll that must connect to an Oracle database. My understanding is that I should create an account for this package (rather than using an interactive user). How do I use the account to connect to the database i.e. can I find the username/password of the account...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.