Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to get connection string?
Name: brent Date: April 10, 2003 at 12:04:23 Pacific OS: AIX CPU/Ram: ?
Comment:
I need a connection string so I can link two databases. How do you do this? What is the format?
Name: James Boothe Date: April 10, 2003 at 13:24:11 Pacific
Reply:
That depends upon the vendor database, the network protocol, and the product, tool or utility being used. Or maybe this is a link defined and stored in the database itself, as opposed to a client front-end?
What are the databases? Do you want to connect to them from a shell/perl script or C/Java program, or is this an Oracle/Sybase/Informix/MySQL question?
Summary: Hello, how do i get the last field Ex: files are with this formats abc_xyz_20041232 abc_20041001 abbc_xyz_rrr_20041013 i tried with cut command but i doono how to get the last filed the file names has...
Summary: HI I have a number of scripts (run in ksh)that run and execute some import procedures for an Oracle database. To update the users I have created a status screen that updates as the scripts progress. ...
Summary: How do I search a string in a file and then replace it with another string. For example: I am looking for a string with the name date, and I want to replace it with the current date. I know how to fin...