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

    Exporting CSV file via VBA

    Hi guys and gals, Is it possible to use VBA to export the results of a query to a csv file automatically?
  2. akki007

    Batch Replacer Having Funny Effect

    I have a script that loops around a directory. It opens each .CSV file in turn, replaces the string "[null]" with "". It then saves the file as a new version and deletes the original. The script works like a charm, except... When I come to load the new files into a table via DTS, it does not...
  3. akki007

    Batch text file replacer

    Hi all, I have a directory with 120 CSV files. I need to loop through each file and replace any instance of the string [null] with genuine null. Is this possible using VBA via excel or access?
  4. akki007

    Icons Are Not Transparent

    Ok, I've tried the obvious...Control Panel, Sytstem, Advanced etc. Ticked and unticked the "Use drop Shadows" box and nothing! I still have horrible borders around the text. Does anybody know how I can get rid without using a 3rd party utility? Ta
  5. akki007

    Moveable Rotating Sphere

    Hi all, I want to make a user controllable rotating sphere. Exactly the same as the google earth initial view only I dont want to be able to zoom, just spin around using the mouse I then want to map jigsaw shaped pieces over the sphere for users to click and take them to another page. Any...
  6. akki007

    Finding out if a view is used

    I have many many views and I would like to do some housekeeping. Is it possible to run a SP to find out if a view is in use by a stored procedure or another view etc? Ta
  7. akki007

    Exporting a table to Excel via a Command Button

    I have a form that simply updates one table. I would like a command button that when clicked, exports all collumns from that table to Excel and opens up Excel. Basically, the same procedure as File > Export... Thanks
  8. akki007

    dtsrun - "Package has Completed"

    I have a .bat script running a dts package via dts run, this is scheduled but on completion I get the message "Package has Completed". Is there any way to disable this message so the schedule can continue?
  9. akki007

    DTS - Column Name Could Not Be Found

    When running an import package, it fails on the Data Transformation Task with an error of "Column Name 'Col020' Could Not Be Found" Any ideas? Thanks
  10. akki007

    My Screen Turned Black on Black!!! AT WORK!!!

    Please please help. How can I get the original theme back? I cant boot in safe mode. Is there a command prompt to set the theme back to normal? HELP ME NOT GET FIRED
  11. akki007

    Executing a Stored Proc from a DOS Batch Script

    Is this possible? I know you can do it in Oracle, but not sure what the utility is in SQL server. I can execute a SQL script using osql and a DTS package using dtsrun so Im guessing its not difficult to do! Thanks
  12. akki007

    Importing Multiple CSV Files Using DTS

    I have 116 CSV files in a directory. They are all in exactly the same format. I need to import them all into a table via DTS. How can I do this in one package? Thanks
  13. akki007

    Create and Amend

    I am trying to create a text file via a DOS batch script and subsequently I need to add further lines to this file basedf on other processing in the batch script, how is this done? Thanks
  14. akki007

    Compare Contents of Folder

    I want to compare the contents of a directory to a list of files that are expected to exist in the directory. This will tell me which files are missing etc. Anybody got any ideas on how to do this?
  15. akki007

    Mail Merge Problem

    I need to merge a letter that is as follows... Dear <<SCHOOL NAME>> You have the following pupils.... <<PUPIL_NAME>> <<PUPIL_NAME>> <<PUPIL_NAME>> <<PUPIL_NAME>> <<PUPIL_NAME>> <<PUPIL_NAME>> Is this possible? How can I create a list of pupils per school rather than a seperate letter for...
  16. akki007

    Pop Up Window Size

    Without using JavaScript, how do you specify the width and height of a pop up window in HTML? I cant use JavaScript as the HTML is being displayed via a dynamic text box in a flash movie.
  17. akki007

    Save Target As

    I have a link to an MP3, is there a way of getting the save dialog box to appear just by left clicking the link? This is so the user doesnt have to right click and save target as.
  18. akki007

    &quot;Save Target As&quot; - Is This Possible???

    I have a page of MP3 Downloads on my flash site. I have a dynamic text box that loads in a text file containing HTML. Within the dynamic text box is 3 links to 3 seperate MP3s. What I would like to do is right click on the link and be given the option to "save the target as" at the moment I can...
  19. akki007

    Deleting a file that is in use

    I have a file on a server that is apparently in use. it holds user parameters for an application. No users are logged in anywhere but I still cant delete the file. is there any way of over-riding the lock and deleting the file? or can I find out what is locking the file? Thanks muchly
  20. akki007

    Command Line query?

    I am a complete novice as far as dBase goes. Please can anyone tell me if this is possible... Run a query from a DOS batch script that does a simple select on a number of .dbf files stored on a local drive. The closest thing I can compare it to is OSQL in SQL Server and SQL Plus in Oracle...

Part and Inventory Search

Back
Top