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

    Saving Structured Docs in RTF

    I have prepared a template. The EDD and formats work fine in the document that I create using the template. Printing and saving as pdf do not create problems either. But, when I try to save the document in RTF, I get only blank pages. What could have gone wrong? Can anybody help me?? Thanks in...
  2. sqlnerd

    word count

    Hi, I know to programmatically search for a specific word in a MS Word document. Can anybody tell me how i can find the total count of a specific word. Thanx in advance
  3. sqlnerd

    SQL Server 7.0 data mining

    Hi, Can anybody tell me if it is possible to do data mining using SQL Serve version 7.0. Or, should i go for third party tools? -SQLNerd
  4. sqlnerd

    Controlling ASP page through ActiveX Control

    Hi, I want to call a timer ActiveX control through an asp page and provide the interval dynamically. I want to calculate duration in minutes in the ActiveX control. I also want to do certain action in the asp page when the duration is, say 30 minutes. When I implement the activex control...
  5. sqlnerd

    Record gets inserted...yes and no...

    Hi, I encounter this peculiar problem. I have the database connection string as an application variable (declared in global.asa). When i open a connection object with this connection string in an asp page, it inserts records into the table as required. But this happens only 3 out of 4 times...
  6. sqlnerd

    Calling an exe file or batch file inside an asp page

    Hi, Is it possible to call an exe file or a batch file from an asp page? Can anybody help me. Thanx in advance... SQLNerd
  7. sqlnerd

    Firing window unload event for multiple pages

    Hi, I have to fire the unload event of a window, where i initially navigate thro few html pages without frames and then many pages inside a frameset. Now, i want to fire the unload event of this window across all the pages in this window without the need to put the code in all the initial pages...
  8. sqlnerd

    Calling stateful session bean from JBOSS

    hai I have deployed an stateful session bean. (JBoss Server). I have a client as Servlet which calls the EJB.When I call my bean i get the Exception as namehome not found. plz helpme out with a ejb-jar.xml and jboss.xml for JBoss Server.
  9. sqlnerd

    Connecting to Password protected access database through ASP

    Hi there, I have a password protected Access database(database password). When I connect to this database through asp, what should be the User ID value?. I used the user ID "admin" in the ConnectionString. But, the asp file throws the error Microsoft JET Database Engine error...
  10. sqlnerd

    protecting access database

    Hi there! My access database is part of a web application. The application will run from my client's server once installed (that is copied to the client's server and virtual directory created). I want to protect my database at client's server. I want to ensure that my application running at the...
  11. sqlnerd

    one point access to access database

    Hi there! My access database is part of a web application. The application will run from my client's server once installed (that is copied to the client's server and virtual directory created). I want to protect my database at client's server. I want to ensure that my application running at the...
  12. sqlnerd

    restoring from mdf

    I have this query.... If the logical database got deleted and only the physical data file (.mdf) is available, is it possible to get back the data from the .mdf file by any means and access it through another database name? Pl. help me
  13. sqlnerd

    millions of transactions a day

    Hi pals, I have been working with Sequel Server for a long time. Now, I face a situation which demands Sequel Server to handle approxly 60 millions transactions/day (more inserts, and a few updates). Also, the database will be queried heavily (mostly simple selects). I request suggestions...

Part and Inventory Search

Back
Top