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

    Problem accessing CSV with ADO if "=" prefix

    I download, every week, a CSV file containing a very large amount of data. It consists of subscriber account information. Here is a sample of how the data comes out: ="433030040404089273119",1400,"KIMBLE,SEAN","BRYAN",TX,77801,IE,="",2215 I access it using ADO, here's the connection string...
  2. Raydr

    Adding "signature" to all printouts on dot matrix text only printer

    Hello, I have a Microline 320 Turbo printer. It is installed on a W2K box as Generic/Text Only. The printer is used to print 200 work orders a day for our field technicians. The work orders that print only have the basic job information. I need a tech and customer signature line on every...
  3. Raydr

    Reading/Copying Listview from another app.

    Alright, I work for an installation company. We have a program that populates a ListView with hundreds of work orders, along with info about the work order, such as address, customer name, etc. Basically, a listview with hundreds of rows and a dozen columns. Here's the issue: The dumbass...
  4. Raydr

    Accesing EFS encrypted files after data recovery.

    Hi there, Last night I screwed up royally. I needed to do a reformat/reinstall on my laptop, so I backed up all my data to a seperate partition and ran the recovery CD. You can imagine how happy I was when I found out that the recovery CD deleted my 2nd partition and overwrote all of my data...
  5. Raydr

    DAO SQL Query not returning all data

    Hi there. Using Visual Basic 6.0 and an Access database. In the past I wrote a database program that used ADO. Whenever I needed a whole bunch of data, I'd use a statement like this: SELECT * FROM Table WHERE Variable = Condition Of course, if there was more than one recordset that met the...
  6. Raydr

    Windows Internet Print Protocol / Service (printing to a shared prn)

    Hi there. I have a printer on a 2k machine that I'd like to share with Window 2000's IPP. The problem I'm running into is that if I connect to the server via localhost/printers/, I can see all the printers on the machine. If I connect to it from the outside (eg: 216.x.x.x/printers, I get the...
  7. Raydr

    Integrate cable modem/linksys router into WinNT server network

    Hey guys. I've been hired by Holiday Inn and the local cable company to do a pretty big job. Basically, we are putting in a total of 6 cable modems (3MB lines). Here's the plan: There are 4 buildings with varying numbers of units (32 to 48). Each room has a network line run to a central wiring...
  8. Raydr

    Changing IE's autosearch

    I'm sure you guys are all familiar with the MSN autosearch, where if you type something other than a website in the IE toolbar, it will show you an MSN page with listings for it. IE automatically takes you to auto.search.msn.com/whatever?whatever. I want to change that so it goes to a...
  9. Raydr

    Problem retrieving recordset from function

    Okay, I'm writing an inventory program that uses a DSN in order to access a MSAccess database. Before, whenever I needed a recordset, I'd declare all the variables, open the db, open the record, etc in the sub itself. I wanted to change it so I could just call a function and get the requested...
  10. Raydr

    Populating datagrid with results of SQL query not working. :(

    Hello...I am BRAND NEW to db programming (about 3 hours into it) and basically I'm writing an inventory program to keep track of cable boxes, modems, etc in our warehouse. I have a datagrid that upon load, has a list of every box in the warehouse in the first column, and in the 2nd, it has...

Part and Inventory Search

Back
Top