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...
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?
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.
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.
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...
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...
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...
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?
I have a table that has the field "date_created". 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?
I'm struggling with a piece of SQL. I need to create a recordset with two columns, "name" and "number of comments".
The tables are designed like this:
Service (table):
Fields are: ServiceID (primary key), name, servicetype.
Comments (table):
Fieldsare: CommentID (primary...
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...
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 ("name in use" or "account...
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...
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...
Using this string (which I was given by my university):
Set myConn=Server.CreateObject("ADODB.Connection")
myDB="Driver={Microsoft Access Driver(*.mdb)};DBQ=db1.mdb"
I can't access this DB. I get this error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'...
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)...
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 "rooms" 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){...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.