Search results

  1. I

    oracle connection parameter for progress to oracle migration

    Experts I have been looking to migrate progress' 9.1 D data to oracle 10 g. I am doing like following. Data dictionary---> Data administration---> Data server---> Oracle utilities--->Schema migration tools--->progress DB to oracle. I get the progress db to oracle conversion window. I am...
  2. I

    replace local host by entering IP address in connection string

    Experts, I am newbie in Progress database. I am retrieving data contents from database using a java code. Following is my code. import java.sql.*; import java.io.*; import java.net.URL; public class JDBCDemo { Connection con; // Connection object public...
  3. I

    import contents of .p files and execute it within progress.

    Experts, I am a newbie to Progress. I have a created a database and i was able to create table in that db. Now i am dumping the files. tablename.p kind of files. how should I use contents of .p (after dump this file is created tablename.p file) file. i want to know how i can import these...
  4. I

    adding tables in existing database.

    Experts, I am totally newbie in progress. I have got few queries. We have installed progress at both client side and developer's machine with both ODBC and JDBC drivers. We are using progress sql 92. Right now we are able to access database using ODBC, JDBC and proenv at client's side. We are...
Top