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!

Search results for query: *

  • Users: gieboy
  • Content: Threads
  • Order by date
  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

    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...
  3. 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?
  4. gieboy

    Stored Proc

    How can i call a stored procedure/function from an Oracle 8i DB?
  5. 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?
  6. gieboy

    Array

    How can i define an array in Oracle Developer?
  7. 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...
  8. 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.
  9. 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.
  10. 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.
  11. gieboy

    SQL LOADER - How can I upload long datatype.

    How can I upload long datatype using sqlloader?
  12. gieboy

    How to detect if an application is running

    I want to know how can i detect if an appliaction is running?
  13. gieboy

    ODBC Setup?

    I want to make a program that will Setup an ODBC connection. How can I do this? Need ur help very badly. Can I use RegisterDatabase method? How?
  14. gieboy

    Winsock or MAPI?

    what can i use to make a vb application that send e-mail with an attachment to a lotus notes server?

Part and Inventory Search

Back
Top