Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. uonder

    Problem accessing datasource

    Hi. It seems that Ws recognizes only Db2 (try guessing why...:-))) I think you shouldn't worry about that for the same thing happens using jdbc-odbc bridge with SqlServer 7. However, ensure you've installed the driver in the node (using Administrator's console, by right-clicking over the jdbc...
  2. uonder

    WS3.5 performance on Windows 2000

    Hi. Working with ws3.5 on win2k is a little bit frustrating! As time passes by, performance gets worse and worse! Now the java process launched by ws, is about 70mb (even if sometimes there are more java.exe running!Can it be a new sort of Virus?Maybe "BigBlue32@ws35" :-))) and...
  3. uonder

    Problem accessing datasource

    Hi. I think your connection string it's wrong. When you create a dataSource, you don't have to specify user and password. Try jdbc:oracle:thin:@hostName:port:serviceId UserId and password will be required as you ask the DataSource for a connection : dataSource.getConnection(user,password)...

Part and Inventory Search

Back
Top