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 wOOdy-Soft 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 mitch77

  1. mitch77

    Running code in runtime

    Hi, Does any Method or object in C# that is similar to the VB6 "ScriptControl", and if exists, where can i view some documentation and examples. Thanks, Mitch
  2. mitch77

    Sudoku for LPA WIN-PROLOG

    Hi, Does anyone have the sudoku solver source code, for LPA WIN-PROLOG? Thanks. Mitch
  3. mitch77

    Verify if a Form is alredy open

    Hi, I am working with MDI Forms, and i want to verify if a form is alredy open, and if that form is alredy open then, do nothing. Thanks, Mitch
  4. mitch77

    DNS

    Hi, I would like to know how can i configure a DNS Server in my intranet. My intranet has 4 Pcs (1 Red Hat 8.0, 2 Windows 98 and 1 Windows XP), and has no internet connection. I've tried to configure BIND but it doesn't work. I have no subnets. I've searching many documentation...
  5. mitch77

    Pinnacle PCTV PRO

    Hi, I have a tv card (Pinnacle pctv pro), and i don't know how to configure it, because i can't find the drivers. Thanks for any Help, Mitch
  6. mitch77

    Can't Telnet from windows NT

    Hi, I just install Redhat 7.2 Server. When i try telnet(Windows NT) to that machine(linux), i've got the following error message : could not open connection to the host on port 23. An existing connection was forcibly closed by the remote host. Thank's Mitch
  7. mitch77

    Limit the retrieved result of a select...

    I have made a select, that retrieves +/- 3000000 records, and i would like to know how can i fetch the records retrieved, for example the first 100 records, the next 100 records, etc... thanks, Mitch
  8. mitch77

    Backup...

    Hi, I 'm trying to backup a Oracle 8i database, but i don't know how to do it, and i'd like to know if copying the datafiles, is the same thing of doing a backup. thanks, Mitch
  9. mitch77

    Return values from functions...

    Hi, I'd Like to know if it is possible return a kind of arrays, like cursors or arrays from functions. And if it is how can i return that structure? Thanks, Mitch
  10. mitch77

    Files and folders...

    Hi, I'd Like to know, if exists any package, that lists all the files of a folder?? thanks, Mitch
  11. mitch77

    Oracle Designer...

    Hello, Can i Install Oracle Designer v6, on the same machine where i have installed the Oracle8i Enterprise Edition (Release 2 - 8.1.6), on Windows NT Server System?? When i try to install the Oracle Designer, it gives me the following error : The location specified...
  12. mitch77

    Oracle INSERT hanging?

    Hi, I have a file with 650000 records, and when i insert that records in the database, it spends +/-15 minutes, and i think that is a poor performance. How can i increase the performance??? thanks, Mitch
  13. mitch77

    Problems With Dates...

    Hi, Why this Don't Work?? sqlstr = &quot;SELECT * FROM users where [birthdata] >= &quot; & birthdate1 & &quot; and [BirthDate] <= &quot; & birthdate2 Set rst = dbs.OpenRecordset(sqlstr) This always return 0 records, where birthdate1 and birthdate2 are a textfield form!! Thanks, Mitch
  14. mitch77

    Case Sensitive...

    Hi, How can i disable the case sensitive, when executing a select? Thanks, Mitch
  15. mitch77

    ORA-01403 No Data Found

    Hi, Why the following error appears?? ORA-01403 No Data Found I am develope an application, using ASP. This is a sample code: Set OraInsert=Database.dbCreateDynaset(&quot;Select * from Contactosclientes&quot;,cint(0)) Database.LastServerErrReset On error Resume Next...

Part and Inventory Search

Back
Top