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

    MySQL 4.1 Script Update Table Help needed.

    Hi All. OK, like most threads on here, I am a newbie. We have a MySQL 4.1 Database running on a RedHat Linux box. Every so often (nightly?), I want to run a job against the tables to select the records from "X" Days ago and update a flag in that table. First, can this be accomplished? And...
  2. Cranger

    Newbie VB6 DLL ASP Question...Help Please

    Not necessarily looking for someone to write the code, but have been looking for examples and I can not find. I want to take the below code and make it a DLL so I can call it from VB or ASP applications. Any help greatly appreciated. Dim strUserName Dim strPassword On Error GoTo...
  3. Cranger

    Question on SQL 7 to SQL 2000 Upgrade (Bit Field)

    Search function is down, so just going to ask.... I know there is something with the Bit field not converting correctly but can't find the documentation on it anywhere. Anyone know off the top of their heads what the issue is? Thanks
  4. Cranger

    Excel Charts Help required through VB

    I have a VB app that creates a custom excel chart. First time I enter the values and run it, it works fine. I try to clear everything out and run it again, but second time I run it I get an error Run-time error '1004': Method 'Charts' of object'_Golbal' failed This points to the...
  5. Cranger

    Using a Where Clause in a Class Module - ADO

    I have something weird happening. I have a class that has a statement like so (shortened for this purpose) Private Sub Class_Initialize() Dim sSQL As String Dim db As Connection Set db = New Connection db.CursorLocation = adUseClient db.Open...
  6. Cranger

    Header/Detail Datagrid Selection Question

    OK, I still haven't gotten this figured out yet so I am asking it again. Please bare with me because I am very confused. Also note that I am not just asking how to do what I am trying to do, but also is there a better/easier way. Scenerio frmOrder - Contains header (bound to txt fields) and...
  7. Cranger

    Class Objects, ADO, Header/Detail Datagrid, Selection Help!!!!!

    Maybe I am biting off more than I can chew. This started from an earlier thread, but I do not think I asked the question well so I am trying again. Also remember I am not an expert! What I have Class Object that uses PROVIDER=MSDataShape;Data PROVIDER=MSDASQL ado connection that looks at a...
  8. Cranger

    How do I bring up a new detail record form from a datagrid selection

    I have a Header/Detail form with a Class Module. My order header information is in the top part of the form and my order detail is a datagrid at the bottom of the form. Because my detail record is large, I am only displaying key fields for identification purposes in the grid. When a user...
  9. Cranger

    IIS 4.0 (Out of Process) Question

    OK, I am from a small shop. The Web guy is not in today and I am up to bad. We are running out IIS 4.0 and using ASP. We are also using a 3rd party tool Software Artisans, FTP. When trying to transfer a file to our Intranet, we are recieving an error (from Software Artisan). Basic error...
  10. Cranger

    Executing Microsoft Updates via Login Scripts

    Has anyone tried, have examples of, or know where examples exist of Pushing out and Executing Microsoft Security Updates via Login Scripts? We are tired of going from desktop to desktop. Any help would be appreciated. Thanks in Advance.
  11. Cranger

    Beginner Question for Login Scripts

    This may seem very stupid, but I really have no idea. I do not know where to put/how to create/what to write in a login script. Our PDC is NT. Our users run Windows 2000. How do I do this.?? I just want to write a script to place an ICON onto everyones desk top. HELP!
  12. Cranger

    Question on Admin rights in Windows 2000/Problems

    Has anyone had the following problems when users are not Admins on their machines. 1) Syncing Palm Pilots 2) Word Shutting down on Start Up 3) Tiny Term Errors Any information or tips would be appreciated. Thank You.
  13. Cranger

    How do I create a script that gets executed at start up

    We have an annoying user who constantly download mpegs on his machine and then complains he has no space. We end up just going over to his desk and deleting all his mpegs. Anyway, is there a way to write a script so that when he restarts his machine, the script will search his C:\ and delete...
  14. Cranger

    Can you start a java script during a Win2K boot up?

    Just wondering.
  15. Cranger

    Downloading Database Information to the DeskTop

    I am not sure if this is the right forum, but I am trying to allow a user on our Intranet Site to download data in a predetermined format onto an Excel Spreadsheet on there desktop. Can this be down throught ASP, or is there some COmponent that I can buy to accomplish this.? Another option...
  16. Cranger

    What file or Database stores the User login information

    We had to reinstall SQL on our Dev box. We kept the datafiles and re-attached them to the new installed sql. Problem is that the Logins are not there, and it will not let you recreate them and attach them to the Databases because it thinks they are already there. HELP!
  17. Cranger

    Can I point to an existing Mssql7 directory from a new SQL 7 install

    We reinstalled NT on our server and I re-installed sql server 7.0. My question is, can I just point to the old Mssql7 Data directory from the new install. I tried it and I keep getting errors. What I did was renamed mssql7 to mssql7a. Then I installed SQL 7 on the C:drive and defined the...
  18. Cranger

    Question on manipulating "Time" in a Date/Time Field

    My second question of the day. I have an access query where I am reporting on Time and Time Diffences. I have 2 different Start and End Date/Time fields. One is a record of an Outage. Start of the Outage and End of an outage. The other field is the times that the system is available. I...
  19. Cranger

    Access Front End/SQL Database Question

    I am posting this message on both SQL and Access Boards. We currently have an application that has access forms and an access database, sits on a server, and has multiple users accessing it. Now due to various things(mostly caused by brief outages), we have alot of coruption on the Access...
  20. Cranger

    Question On SQL with Access Forms

    I am posting this message on both SQL and Access Boards. We currently have an application that has access forms and an access database, sits on a server, and has multiple users accessing it. Now due to various things(mostly caused by brief outages), we have alot of coruption on the Access...

Part and Inventory Search

Back
Top