|
Thomas, I don't believe "conn.Open("Provider = IBMDA400; Data Source = 144.162.90.48")" can be a complete connection string. IBMDA400 is the IBM OLE/DB provider, that's fine. Data Source is the address of your 400, again fine. However, what user and password would you like it to use? You're not supplying one. I suppose it's possible the provider will use the defaults (if any) from OpsNav, but I've never tried. Since you're using .NET I would strongly recommend abandoning the OLE/DB driver and using the native .NET provider instead. Here's a connection string I know will work for the .NET provider (it's from code I'm working on now). "DataSource=<Youri5>;UserID=<YourUser>;Password=<YourPassword>;Naming=Sy stem;LibraryList=<LibraryList>;ConnectionTimeout=5;CheckConnectionOnOpen =true;SortSequence=SharedWeight;SortLanguageID=ENU;DataCompression=true" -Walden ------------ Walden H Leverich III Tech Software (516) 627-3800 x3051 WaldenL@xxxxxxxxxxxxxxx http://www.TechSoftInc.com Quiquid latine dictum sit altum viditur. (Whatever is said in Latin seems profound.)
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.