Recent content by George Spears

  1. G

    Database Wizard for DOA?

    Hello, Two quick questions for you.... 1). For using DOA, is there any wizard to help with doing form layout? If I use the BDE, I can use a wizard that will do a lot of the tedious work for me, such as creating all of the DBEdit fields and a rough placement on the form. Does DOA have...
  2. G

    Query Statistics

    Hi, Is there an easy way to view applicable statistics when a query is executed? By applicable statistics, I mean the data that i showed from SQL*Plus when you have "set autotrace on exp" set. (Bytes sent, recieved, redo, etc?)
  3. G

    Design Advice for OracleScript

    Thanks for the reply, but your approach of LEX and YACC seems to be a lot more complicated than it needs to be. OracleScript provides the capability already for substitution variables. Surely there is someplace where I can programmatically set the value of a variable. So the question still...
  4. G

    Design Advice for OracleScript

    Hi, I am using OracleScript to execute a set of commands. What I need to be able to do is to generate certain types of pseudo-random data, for example RAND_CHAR_10 would be a 10 character random string. I need to be able to allow the end user to write the SQL for the OracleScript component...
  5. G

    Error connecting, but SQL*Plus can connect

    Hello, Environment: D5 DOA 3.4.5 Client: Win98, with 8.1.5 client sooftware Server NT running 8.1.6 Service name: oe_service Situation: TNSPING works SQLPLUS scott/tiger@oe_service works From with D5, using OracleLogon1.Execute, and entering scott, tiger, oe_service, I get TNS-12154...
Back
Top