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 Mike Lewis 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: *

  1. jracine

    vbs file problem

    when i double click a .vbs file i have created, it opens in notepad instead of executing. I wanted to check here with people before i dive into what could be causing this. If anyone had ever had this problem before please let me know.
  2. jracine

    delayed write failed error

    foxpro 5, many other queries work, only happens only when attempting to write files, also checked permissions allready they are fine
  3. jracine

    Inserting an Image into a SQL Database

    try setting the type to BLOB it worked for me when i had this problem
  4. jracine

    delayed write failed error

    anyone ever get this error, "delayed write failed : unable to write, data has been lost for \\device\lanmanredirector\compaqserv\etc.." I have never seen the error before, if anyone knows anything let me know please. Jeremy
  5. jracine

    delayed write failed error

    I am running a foxpro application on a system i just installed w2k on. It fails and pops up following error "Delayed write failed : \Device\LanmanRedirector\.. was unable to write, data has been lost" i have never seen the error before. Searched Microsoft for it, said to install the...
  6. jracine

    ADO FIND command

    well here is quick example: <% var x = rs(&quot;Myfield&quot;) rs.MoveFirst rs.Find &quot;Myfield = 'something' &quot; If (objRecordset.BOF = True) OR (objRecordset.EOF = True) Then MsgBox &quot;Record not found&quot; End If %> here is a real simple example. I search for the a record...
  7. jracine

    &quot;Too few parameters&quot;??

    this error happens when you try to select from an Access database using a column name that doesnt exist, check your select statement again. If you have not misspelled anything you may be using reserved words in the select statement, you cang et around this by renaming your columns in the dbase...
  8. jracine

    ADO FIND command

    here you go, hope it helps ya! recordset.Find (criteria, skipRows, searchDirection, start) Jeremy-
  9. jracine

    Manipulating files through ASP and saving them

    well that stinks, it was only 30 a year ago, i guess it got popular. Anyway for some in depth programming on file manipulation in ASP check 4guysfromrolla.com or 15seconds.com or i acutually saw a recent post here that dealt with the issue. It is not so hard you wont be able to grasp it, im...
  10. jracine

    passing a form in visual interdev with dtcs on the page

    do you have any code, it would help us alot
  11. jracine

    windows NT/2000 logon

    did you make sure all windows logon componenets are disabled in network properties, this will likely solve the problem.
  12. jracine

    Profiles

    you assign that common file is Active Director User properties under profile. Or you can set up a Group Policy that would include these apps,profile,etc... To learn more about setup of group policy goto microsofts site or keyword search in this forum, there are some good tips. Good luck JR
  13. jracine

    windows NT/2000 logon

    right click on My Network Places choose properties, then right-click on the network connection you are using. Here you can disable windows logon altogether or use client logon or netware or whatever you want. Good luck JR
  14. jracine

    Manipulating files through ASP and saving them

    File downloading/uploading is a poorly handled issue in ASP. I you dont want to spend a week learning the programming of it then your best bet is to get on of the several ASP file components out there that will help you ALOT. I picked up one called ActiveFile and i have not had any problems...
  15. jracine

    IIS user lock out of web site

    well there are only a few things that could be causing this. I had the same problem at first, and i fixed it by going into the IIS control panel and right clicking on the server in question. I think in one of the properties you can check off whether you want to prompt for a username on the...
  16. jracine

    group policy problems

    I checked the DNS settings, all the zones are correct, and all the clients are setup correct. I checked the OU, and i have placed both a Group and individual users into the OU to test the group policy (although i am aware that group policy will not extend to user groups). Now i also have FAZAM...
  17. jracine

    group policy problems

    I am having some real tough times getting group policy settings to apply let me explain what ive done and hopefully someone can help me out. I am running SBS 2000 for about 15 w2k clients. I want to apply group policies to a certain group of users. I have set up a OU in AD and added a...
  18. jracine

    Sql 2000 DTS Help!

    I am attempting to create a DTS package that will run an activex script on reciept of an email. An email is being sent to the server with a comma delimited file and i need to store this in SQL server upon receipt of the email. I figured a activex script in a DTS package would be best but have...

Part and Inventory Search

Back
Top