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 Wanet Telecoms Ltd 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: BobbaBuoy
  • Order by date
  1. BobbaBuoy

    Open Large .edb File

    ...best I can to admin a small (1 person) business with an exchange server and I have questions that I need answers to. In the past I have shrunk the *.edb file by opening it in notepad and deleting some of the old records. I understand now, based on some of these posts, that this is not the...
  2. BobbaBuoy

    Open Large .edb File

    Why do you keep taking shots at me? I AM the email admin of a 1-man operation and I am trying to learn how to manage my Exchange server. The person who set it up for me has a "Mail Back-up" folder on my other pc and it is getting large. Bobba Buoy Just trying to make sense of it all ...
  3. BobbaBuoy

    Open Large .edb File

    No. Why do you ask? I would really like to clean this file up. Bobba Buoy Just trying to make sense of it all ...
  4. BobbaBuoy

    Open Large .edb File

    I have a large *.edb file that I need to clean up but it is too big to open with notepad. Any ideas? Thanks~ Bobba Buoy Just trying to make sense of it all ...
  5. BobbaBuoy

    Embed Music in Slide Show

    ...I will store the link to in a db) so that when their slide show starts the music starts automatically. Here are my questions: 1) Is there a preferred file type (*.wav for instance)? 2) What is the best way (html) to embed that music. Thanks~ Bobba Buoy Just trying to make sense of it all ...
  6. BobbaBuoy

    Embed Music in Slide Show

    Wow! Thanks.... I will look into all of that. I have an asp upload control that I have been using and it works fine but I am unaware that the security issue was such when allowing files to be uploaded. Thanks for answering questions that I didn't ask but should have! :) Bobba Buoy Just...
  7. BobbaBuoy

    Embed Music in Slide Show

    ...I will store the link to in a db) so that when their slide show starts the music starts automatically. Here are my questions: 1) Is there a preferred file type (*.wav for instance)? 2) What is the best way (html) to embed that music. Thanks~ Bobba Buoy Just trying to make sense of it all ...
  8. BobbaBuoy

    Slide Show Help

    I got this a slide show online and I am working on modifying it. Here are my problems: 1) I am trying to feed the array with a dynamically populated asp array. 2) I would like to include text regarding each image. The page can be viewed in its current state here...
  9. BobbaBuoy

    Get Record Count from SQL Server Stored Procedure

    Thanks. The first one worked. Are any of these methods faster than the others when working large tables? Bobba Buoy Just trying to make sense of it all ...
  10. BobbaBuoy

    Get Record Count from SQL Server Stored Procedure

    ...procedure: CREATE PROCEDURE sp_run_total ( @beg_date datetime, @end_date datetime, @mycount bigint ) AS SELECT @mycount = COUNT(*) FROM RunTrng WHERE (TrngDate BETWEEN @beg_date AND @end_date) GO And here is my asp: 'get number of run training...
  11. BobbaBuoy

    Access Issue After Automatic Update

    Yeah I had done that but it turns out that there is a "slammer worm" patch that had to be downloaded. Once I did that it worked just fine. Bobba Buoy Just trying to make sense of it all ...
  12. BobbaBuoy

    Access Issue After Automatic Update

    I finally added WinXP SP2 to my system yesterday (along with a lot of other security updates/patches through Automatic Updates) and now my backups and data exports are failing. Further, when I open my "Enterprise Manager" and try to export data ("All Tasks-Export-...") using the Import/Export...
  13. BobbaBuoy

    Insert Page Break in FSO

    Yep. That is what the cdl stands for. And, yes the "\page" worked beautifully! Thanks again everyone~ Bobba Buoy Just trying to make sense of it all ...
  14. BobbaBuoy

    Insert Page Break in FSO

    Ahh, I see. I will try the \page approach. If you do not hear from me you will know that it worked. Either way, thank you all very much again for all of the help!!!! Bobba Buoy Just trying to make sense of it all ...
  15. BobbaBuoy

    Insert Page Break in FSO

    I am creating this programmatically in a vb app and using a cdl to open and print. I show it online by placing it in my web server and making it available via a link. Bobba Buoy Just trying to make sense of it all ...
  16. BobbaBuoy

    Insert Page Break in FSO

    I am generating the rtf file using: Set fs = CreateObject("Scripting.FileSystemObject") sFileName = sPath & "\" & sEventName & "_Reg_Form.rtf" Set fname = fs.CreateTextFile(sFileName, True) And printing/posting online as needed. It is a registration form for a fitness...
  17. BobbaBuoy

    Insert Page Break in FSO

    Sorry about the delay in getting back to you all. This is very useful. The document is a *.rtf file that I am generating and I want to insert a page break depending on the length of the document. Right now I am inserting blank lines using the following code: If UBound(Races, 2) > 2 Then...
  18. BobbaBuoy

    Insert Page Break in FSO

    How can I do this? Thanks~ Bobba Buoy Just trying to make sense of it all ...
  19. BobbaBuoy

    CDO SYS Email Security Question

    I have had trouble with being used to relay from my exchange server but it is configured to prevent this. Is there any way that someone could get in to my server to relay via my CDOSYS web code? Thanks~ Bobba Buoy Just trying to make sense of it all ...
  20. BobbaBuoy

    DNS Tutorial Needed

    Hi. I am hosting several web sites on my web server (Windows 2003 Server) using a WIndows 2000 Server for my domain controller. The only bad thing about my system set up is that my Exchange Server is on my domain controller. I am hosting my own primary and secondary name servers for my web...

Part and Inventory Search

Back
Top