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 Wanet Telecoms Ltd 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. jruwol

    changing deployment version in pb8.0

    Is there a way to configure pb8.0 to compile and deploy an application in a previous version? For example, creating the application with pb8.0 and then compile/deploy so it will run in a pb6.0 runtime environment. If so, where any documentation on the subject might be found. jruwol
  2. jruwol

    updating access db in pb 6.0/8.0

    varacho, The problem with the insertion and updating of the access table through pb was in the primary key. Ultimately what i did was create two identicle tables, one in oracle one in access, and did not assign a primary key or index for the access table. I then used code to handle...
  3. jruwol

    updating access db in pb 6.0/8.0

    varocho, The error you spoke of Select error: SQLSTATE = S1003 [Microsoft][ODBC Driver Manager] Program type of range I also got with oracle 8.0. I figured out that my oracle 8.0 client softwear was not compatible with my pb8.0 and had to upgrade the oracle client to 8.1.6. The only...
  4. jruwol

    update access db in powerbuilder6.0/8.0

    i posted this question in the powerbuilder forum also. hopefully some of you access gurus hear might be able to help. i cannot insert rows or update a table through the database painter in pb8.0. however i can open the table through ms access and edit it there. i am wondering if is it...
  5. jruwol

    updating access db in pb 6.0/8.0

    i cannot insert rows or update a table through the database painter in pb8.0. however i can open the table through ms access and edit it there. i am wondering if is it possible to do so through any versions of powerbuilder. my thoughts are if is is possible in pb6.0, then i might be able to...
  6. jruwol

    ORA-01008 error

    i have figured out the problem to my above question. when i upgraded from pb6.0 to pb8.0, i did not upgrade my oracle client software. pb6.0 needs oracle 8.0.5 client software, and pb8.0 needs oracle 8.1.6 client software. as far as i can figure out, the two clients are not interchangeable...
  7. jruwol

    ORA-01008 error

    here is a link to a page that has some other error descriptions that might be useful. unfortunately, the list is NOT all encompasing. http://support.merant.com/websupport/docs/microfocus/books/sx20books/dbdata.htm jruwol>(::O>
  8. jruwol

    ORA-01008 error

    i have just migrated one of my PB 6.0 applications to PB 8.0. when i attempt to run the application, i recieve the following error. unable to connect to batabase details follow : 999 DBMS ora oracle 8.0 is not supported in your current instalation i then...

Part and Inventory Search

Back
Top