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

    Re-install of Client Access Role failing with 0x800700B7 error

    Having some serious problems getting activesync working on an exchange 2007/server 2008 standard 64 system. I was receiving a 0x085010004 error when trying to sync a windows mobile 6.0 device with the server, on playing around with the virtual directories, I kept receiving a "cannont locate...
  2. mrkipling

    Renaming files from database records

    Hi, I am just about to start a small file renaming project with the following requirements: Provide a front end for users to select a specific directory from a dir structure. Rename the files in that dir by looking up the existing filename in a ms sql db table, and renaming the file with a...
  3. mrkipling

    Multiple update - Too few parameters

    I'm trying to put togeather a multiple update statement using the following code: Insert_vehicle.CommandText = "UPDATE tbl_bmw_ks_imagestatus SET tbl_bmw_ks_imagestatus.ks_notes = '" + Replace(Insert_vehicle__varnotes, "'", "''") + "' WHERE request_ID = " + Replace(Insert_vehicle__varID, "'"...
  4. mrkipling

    Form Validation - if any checkbox ticked listbox cant be selected

    I have a repeating region withing an asp page, within each repeating region there is a form with 3 checkboxes and a listbox. I need some js that will only allow either - any or all of the checkboxes to be ticked. - or a selection made from the listbox. - or no checkbox or list selection...
  5. mrkipling

    Question Title: Insert Multiple Records-Using repeat region (ASP+VBS)

    I have a page displaying records using a repeat region from tableA. Each repeat region includes two checkboxes and a list box. I need to insert into tableB a new record with the unique key from each record in TableA and the input from the form components. I assume I need to assign a unique...
  6. mrkipling

    Move file script

    I am using this script , that is triggered by a form timer, to move csv files into another folder one they have been inputed into a DB table Set fs = CreateObject("Scripting.FileSystemObject") 'If fs.FileExists("c:\MYDOCS\*.csv") Then fs.MoveFile...
  7. mrkipling

    Importing data from multiple csv files

    I need to import data from multiple csv files into an access table in my DB. These csv files are being constantly uploaded to a folder on an ftp server, then forwarded to a folder that resides on the Database PC. They need to be added to the database as they arrive. They will have various names...
  8. mrkipling

    ADODB.Recordset error '800a0bb9' - Pleazzze

    ADODB.Recordset error '800a0bb9' Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another. can anyone help me with this error message, Ive trawled my way through hundreds of posts about it and still cannot find an answer, All of my .asp pages are...
  9. mrkipling

    DB connection Error : any help please...

    Can anyone help me, i keep getting a connection error when running my asp script as follows: Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x5c4 Thread...

Part and Inventory Search

Back
Top