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. 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

    Thanks for the reply Sheco. The table at any one time has around 10000 records in it, so I guess I will query it each time round.
  3. 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...
  4. mrkipling

    Multiple update - Too few parameters

    thanks ddiamond, thats exactly what it was, I had copy&pasted the code and forgotten to change the field name. Thanks again
  5. 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, "'"...
  6. mrkipling

    Form Validation - if any checkbox ticked listbox cant be selected

    There is only one form, the form elements inside are created dynamically I'm not sure if this is going to be possible using js. Thanks alot for your help anyway. mark
  7. mrkipling

    Form Validation - if any checkbox ticked listbox cant be selected

    Thanks for your help Dan, It sort of works but i realise I incorrectly desribed my initial problem, My asp repeat region lies within the form, each set of form elements for each record is being assigned a unique ID by using a counter function in asp - So if I check one check box it disables...
  8. 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...
  9. mrkipling

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

    Thanks for your help Cheech, I have modified the tutorial you have linked to, my form page assigns a unique id to each text box using a variable containing the recordID, I am unsure of how to structure the loop to insert these fields into the DB ? Thanks
  10. 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...
  11. mrkipling

    Move file script

    Thanks alot G holden, never used error handlers before, works fine now . Thanks again Mark
  12. 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...
  13. mrkipling

    Importing data from multiple csv files

    Thanks alot tunsarod , just what i was looking for. thanks Mark
  14. 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...
  15. 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...
  16. 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