I am looking for a code that will work with the Paypal shopping cart on a return (success) page after a transaction has completed successfully go back to the...
i have the following code to connect to a mySql db .. however, i keep getting this error ======= Microsoft OLE DB Provider for ODBC Drivers error '80004005' ...
Though I haven't used MySQL perhaps the following may help from: http://www.able-consulting.com/ oConn.Open "Provider=MySQLProv;" & _ "Data Source=mySQLDB;" &...
i am new to ASP - i have recently installed IIS and i am trying to run the tutorials on http://www.webwizguide.info/asp/tutorials/deleting_data_from_database. ...
need more details. perhaps some sample code ... __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips,...
That tutorial has some problems: 1. It uses: "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("guestbook.mdb") which forces a slow unreliable...
Hi Aaron, ... Try this: dbConn.open strConn, "lex", "password" ...where "lex" is your username and "password" is your password. Leave your connection string as...
What I am trying to do is add records to a database which works. Then when I try to update a record the whole table is updated? A form sends the data to INSERT...
Hi Richard, Your example uses a response.contenttype line to initiate the link to Excel. Is this possible in classic ASP (not just ASP.net)? Do you anywhere...
1. Try testing for <> "" not <> " " or better yet test for the positive instad of he negative: If additem ="yes" then ... if updateitem = "yes" then 2. use...
Thank you very much for the reply. I am new to asp and trying to understand what is happening. My code is working but seems to be adding and updating at the...
I am trying to populate a pulldown box using variables in the database. I can get 1 or 2 to show but not all the ones i need. How the page works is that the...
Can anyone help me? I have a database with the fields: states, college, link. I have created a search page (.asp) that lists all of the states in a drop down...
The error could be bout anything. Put "On Error Resume Next" at the top of the page to start the debugging. Then response.write your variables. Especially the...
Is this your first database attempt. not just mySQL but any database at all. If it is then perhaps you need the MDAC (Microsoft Data Access Components). I...
nope.. i tried your suggestion(s) and no dice, still the same error this page is on a remote server, could it be that the drivers are missing for this type of...
nope, just first to mySql.. ive done MSSql & acces before.. and yeah, the db name is correct (in case sensitivity) im soooo lost this is on a server i have no...
... Could be. Do you have the app locally? That would be one way to tell/test. Mike ... "DRIVER={MySQL};SERVER=ipaddress;UID=lex;PWD=password;DATABASE=dbname;"...
FYI.. found this string which (supposedly guarenteed to connect to mySql) to work, however you have to have the drivers installed on the server(on which...
Hello, I have recently started programming using ASPs.. Am working on a project where I need to pass the values of two arrays from one page to another.. Now my...
VBScript doesn't support optional parameters (VB6 does, and VB.NET supports overriding, which can be used to the same effect, but not VBScript alas). A couple...
The problem is that IIS isn't displaying asp pages. It is displaying html files and images but it can't execute asp scripts. In my settings, ASP pages are...