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

    Midi error on startup. How do I fix it?

    I've put my old mobo in my 2nd PC and everything is fine but the sound. I get an error on startup and the add new hardware wizard starts. I can cancel it and still have sound but midi won't play. my mobo is a Microstar and I've DL'd the drivers for the soundchip but this doesn't do anything...
  2. WuCOng

    Can't find a host that allows ASP-database connections!!

    Everyone in the uk (that's affordable) seems to only offer PHP and mySQL!!ARRRGH!! I only know ASP, VBscript, JavaScript and using ASP with MSAccess. Can anyone point me in the right direction?
  3. WuCOng

    Web hosts that allow ASP links to Excel DBs??? Who should I choose?

    I need to be able to have a portal page that links to several subsidiary sites, some of which will have ASP pages that get infor from an Excel2000 DB. Are there any good, cheap hosts out there? Preferably in the UK. I don't expect too many visitors.
  4. WuCOng

    Can PC150 RAM be used on a PC100/133 board?

    Well, can it? I don't mind if it only runs at 133Mhz. I have been given 256Mb PC150 memory that will (I believe) fit on my motherboard (a Gigabyte GA-7ZXR). I'm just not sure it'll work/not wreck something.
  5. WuCOng

    Activating IDE 3+4 in stead of RAID?

    My Gigabyte GA-Z7XR has 4 IDE sockets. 1+2 are normal IDE sockets but 3+4 are RAID/ATA100 sockets. I've disabled RAID and enabled ATA100 with the on board jumpers but although the BIOS recognises 4 IDE sockets as possible sources of boot info I can't use 3 or 4 to boot up (if i connect 3 to my...
  6. WuCOng

    How to select records created between or on certain dates in Access?

    I'm using this code: dim SQLstr, oRS, monthchecker, varNow varNow = Date() 'CALCULATE A DATE THAT IS 6 MONTHS AGO monthchecker = varNow - 183 set oRS = server.createObject("ADODB.Recordset") SQLstr="SELECT s.service_name, COUNT(c.complaint_no) AS num_comps FROM complaints c...
  7. WuCOng

    Pattern matching to validate a form - date and email?

    How do I check that fields in a form match an email or date pattern before being sent? I can check that the fields are not null and that they contain strings of a certain length (or greater) but how do I check for a "@" and a "." character (for email validation) and a date...
  8. WuCOng

    Can you set up a time triggered script in ASP/Access?

    I have a table that is supposed to be updated every quarter (3 calendar months). The data in it is supposed to come from the other tables and it provides a summary of three months data. Can I create a script/procedure in Access/ASP that does this?
  9. WuCOng

    Is it possible to request only data that is from a given period?

    I have a table that has the field &quot;date_created&quot;. I want to be able to pull data that was only created between date X and date Y on to the screen via ASP. The user is supposed to choose the from and to dates via two <select> lists. Can it be done?
  10. WuCOng

    Need help with SQL to create a recordset. Can't work it out.

    I'm struggling with a piece of SQL. I need to create a recordset with two columns, &quot;name&quot; and &quot;number of comments&quot;. The tables are designed like this: Service (table): Fields are: ServiceID (primary key), name, servicetype. Comments (table): Fieldsare: CommentID (primary...
  11. WuCOng

    Inserting data into a MDB with ASP - why can't I do it in this case?

    I'm taking values from a previous page via request.form and using them to updata a DB. One of the values is the name of a service but Idon't want to insert that into the table, but rather the primary key (which is a number). In order to do this I need to SELECT the primary key WHERE the...
  12. WuCOng

    Server.Transfer, window,location and PWS? Oh, and connection strings?

    I'm trying to use Server.Transfer on a redirection page using PWS at home (my site is in dev before being transfered to IIS machines). The page checks to see if the username exists in the database and then redirects to the appropriate page (&quot;name in use&quot; or &quot;account...
  13. WuCOng

    Easy ASP-Access DB question baffling me.

    I'm able to save to my DB if I save to a test table that only has one field. But I'm trying to save to another table that has multiple fields. I get some odd things happening. 1st-I get an error message saying that the variables clash or are outside of acceptable limits. According to the Access...
  14. WuCOng

    How to pass a variable from a form to a new page??

    I need to pass a value from a <select><option> list to another page. The value is to be used to extract data from a database. So the first page is essentially a list, and the second a skeleton page, or template, that is filled in according to the choice from the list. What is the simplaest...
  15. WuCOng

    ASP can't connect to Access DB. Why not?

    Using this string (which I was given by my university): Set myConn=Server.CreateObject(&quot;ADODB.Connection&quot;) myDB=&quot;Driver={Microsoft Access Driver(*.mdb)};DBQ=db1.mdb&quot; I can't access this DB. I get this error: Microsoft OLE DB Provider for ODBC Drivers error '80004005'...
  16. WuCOng

    Can I test ASP at home? (Without connecting to the net)?

    I'm just learning about ASP (I already HTML/JavScript and VB (NOT VBScript)) and want to know if I can test my ASP pages at home with an Access database BEFORE I put the pages up on the web. I have Personal Web Server installed (I think! The box is ticked in the Windows component update list)...
  17. WuCOng

    JavaScript accessin of radio buutons???? Anyone??

    I can't find my way round the IE DOM to read the value of a set of 5 radio buttons I have. They are all named &quot;rooms&quot; and have values from 1 to 5. I need to compare the form with a predefined list of objects that are in an array. The script goes like this for(i in place){...

Part and Inventory Search

Back
Top