Click here to Skip to main content
15,900,378 members

Comments by Ryanm1324 (Top 23 by date)

Ryanm1324 23-Dec-13 14:33pm View    
using jquery-2.0.3 jquery-ui-1.9.2
Ryanm1324 18-Sep-13 11:43am View    
Is it not good practise to use the context directly for this situation and not the repository
Ryanm1324 26-Apr-13 17:55pm View    
Other systems that cannot be phased out yet are feeding the data in Oracle 7.3.4. I am setting up kind of an interface to bring "OPEN" records to the 10g side for processing. I need this to run daily as there will be records added to the Oracle 7 side during each day.
Ryanm1324 26-Apr-13 10:19am View    
Unfortunately you cannot link to Oracle 7.3.4 from Oracle 10g. You can from Oracle 10g back to Oracle 9i, but not further back.
Ryanm1324 25-Apr-13 17:44pm View    
The reason I am trying to set DllPath is because I first call a web service which queries a table in an old legace Oracle 7.3.4 database and it uses Oracle 8i client. When I switch to the other web service to insert the received data into an Oracle 10g database which is on the same IIS server, I get an error The provider is not compatible with the version of Oracle client. Im not sure if this is a good way of doing this or not. Ive had problems in the past with the old legacy database, but unfortunately there isnt a client compatible for both.