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 Wanet Telecoms Ltd 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: canadatct
  • Content: Threads
  • Order by date
  1. canadatct

    There are no rows in the current fetch buffer

    I am trying to update a SQL 2005 (express) table using an ADO recordset. I can't seem to nail down the exact problem here, and the error message is not overly helpful. It's the first time I've ever seen this error. "Microsoft OLE DB Provider for SQL Server (0x80004005) There are no rows in...
  2. canadatct

    Downloading files from browser

    I have a website application that is being used to transfer files, where users can upload files for others to download them. My problem is that any file type that cannot be opened within the IE browser fails when trying to download/save the file. Any help would be appreciated.
  3. canadatct

    Multiple Where Conditions

    I seem to be having some difficulty with a fairly easy select statement, and I'm hoping that some other pairs of eyes might be able to help spot what I'm doing wrong. Here is my select statement: Select Field1 from Table1 where Field2 = 1 and Field2 = 2 If I was to remove one of the where...
  4. canadatct

    Attempting to delete records from ADO Recordset

    I'm looking for some insight on a problem I'm having with an ASP ADO Recordset. I'm trying to delete various records from an Access Database table, but I am getting some very strange results. I know the code I've written to delete the records from the database is functioning as it should...
  5. canadatct

    Strange results from DB query

    I am having a strange problem with a fairly simple query I am running on an Access DB. After running the query, I am populating a drop down list with the results. For some strange reason, when I loop through the results and insert each record into the <option> tags, it is skipping the very...
  6. canadatct

    Response.Redirect to a new window???

    Is it possible to use Response.Redirect and open a new window?
  7. canadatct

    Actual dimensions for a string of text

    I am fetching information from an Access DB and populating this data to a Word doc. The data is for a hard cover phone directory of over 30,000 people. I am formatting the word document on the fly from within VB, but I am having trouble with one crucial measurement. I need to find a way to...
  8. canadatct

    New wireless connection driving me nuts!!!!

    I am not too sure if this post belongs in this forum, but with the problems I am experiencing, I have narrowed it down to my wireless connection. I have recently setup my new wireless router, everything's connected and seems to be working great. There is however one huge problem I am having...

Part and Inventory Search

Back
Top