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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gieboy

  1. gieboy

    check if file exist

    how can i check if a file exists on a directory? or the path of the file exists?
  2. gieboy

    TEXT_IO PROBLEM

    Thanks a lot guys for the help. Yes you are all right the files were saved on the application server. My applications are now working properly but i still do have a problem. I need the files to be on the client machine. any tips on this? Again thanks to all . May the force be with you always.
  3. gieboy

    TEXT_IO PROBLEM

    I have 2 applications using text_io package, one is reading a file and the other one is writing. When i deploy both applications on the web, ive got an error on my first application(reading file) that says ora-302000. the second application(writing on a file) have no errors but the file was...
  4. gieboy

    Web Enabling of Forms

    Hello NME, i got another problem, hope you can share some tips with me. text_io is not working on the web. do you have any idea on this?
  5. gieboy

    Web Enabling of Forms

    thanks nme, that was a very good suggestion. hope you can share with me other tips and techniques on forms6i web development. again thank u very much
  6. gieboy

    Web Enabling of Forms

    I am new to Oracle Forms 6i. I am making a menu to call a form. How can i call do this? Shouil i still use the call_form or new_form function or the URL of the form when i deploy it to the Application Server?
  7. gieboy

    Stored Proc

    How can i call a stored procedure/function from an Oracle 8i DB?
  8. gieboy

    WEB Deployment?

    Im new to Oracle Developer 6i. I heard that you can deploy your fmx files in the web. How? What are the requirements?
  9. gieboy

    Array

    How can i define an array in Oracle Developer?
  10. gieboy

    Help again

    set heading off set headsep off This is my sample script: set pagesize 3000 set linesize 80 set feedback off connect pro/prospero3@pro3; spool c:\test.lis select substr(upd.area_code.AREACODE,1,11),to_char(substr(upd.destination.CARRIER,1,4),'0000') de from upd.area_code,upd.destination...
  11. gieboy

    Help!

    Thanks to both of you, that was very helpful
  12. gieboy

    Help!

    I had 2 Database Pro1(sid = pro1) and Pro2(sid = pro2). Pro1 is residing on a different machine. I need to make an sql script to get data from pro2, the script will run on the machine where pro1 resides using sqlplus. How can I connect to Pro2? Both machine are running on unix.
  13. gieboy

    Oracle ODBC

    Hello there! I am using Oracle 8i as my Dbase and VB6 as my front end for development. I am using ODBC to connect to Oracle. My problem is I need to make a VB code to create an ODBC data source. How can i do this? Please help.
  14. gieboy

    Server Time?

    Ive made an application using winsock to connect to a computer. How can I get the system time of the computer that im connecting in? Please help.
  15. gieboy

    SQL LOADER - How can I upload long datatype.

    How can I upload long datatype using sqlloader?

Part and Inventory Search

Back
Top