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 Chriss Miller 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: Beilstwh
  • Content: Threads
  • Order by date
  1. Beilstwh

    need help with a regular expression

    *** I didn't realize that this was a dead forum. I will ask my questions elsewhere *** I am using the following match to search a sql script if $ScanString =~ m/insert\s.+doc.+[\(|values|select|;]?/is; It is returning true on the following code fragment. What I want is that if the table...
  2. Beilstwh

    how to run internet explorer 11 in kiosk mode while still having a forward and backwards buttons.

    I have the IE browser running on a 30 inch touchscreen monitor in Kiosk mode in our stores. It is unreasonable to force our customers to remember to use the ALT key combinations to go forward an backwards in the browser. Especially since there is no keyboard available. Does anyone know how to...
  3. Beilstwh

    Anyone know what kb3138378 and kb3140245 is?

    I checked for updates on my computer and it shows kb3138378 and kb3140245 as optional updates. It is not listed anywhere on the net and Microsoft doesn't know about it when I search microsoft.com. Is it possible that Microsoft's update servers have been hacked? I will be marking it as hidden...
  4. Beilstwh

    Microsoft Access Insert....Select using oracle as a backend

    I am using an Oracle Global Temp Table as a backend work table and an Oracle Perm table as a repository. My code follows db.Execute "INSERT INTO ID_KEY ( insert_date ) values(now());" Set rs = db.OpenRecordset("SELECT @@IDENTITY;") showidentity = rs(0) rs.Close Set rs =...
  5. Beilstwh

    Group for Oracle 11

    Now that Oracle 11 is released is Tek-Tips going to start an Oracle 11 group or is the oracle 10g group going to be a merge of the two? Bill Oracle DBA/Developer New York State, USA
  6. Beilstwh

    how can i stop a version upgrade on a database

    I have a problem. We currently have about 20 Access 97 databases and all the databases are shared systems. We are planning to upgrade a small number of users to Access 2003 to access a new application. We are not currently in a position to upgrade all the users (3000) that are using access 97...
  7. Beilstwh

    Sizing a new server

    Oracle used to have a nice spreadsheet where you could fill in all the information on the size and users and it would suggest server configurations. We are planning on upgrading from 8i to 10g with a new server and I can't find the spreadsheet (if it still exists) on the oracle site. Does anyone...

Part and Inventory Search

Back
Top