Search the web
Sign In
New User? Sign Up
AspClassicAnyQuestionIsOk
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 361 - 390 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
361
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...
LVGEMS1@...
lvgems_chick777
Offline Send Email
Mar 1, 2003
8:15 am
362
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' ...
Aaron Dyer
fickle
Offline Send Email
Mar 2, 2003
10:37 am
363
I have a function that receives two parameters but only the first is required. How do I declare that in the function header? Andy...
andy.t@...
yk_andy
Offline Send Email
Mar 2, 2003
12:05 pm
364
Though I haven't used MySQL perhaps the following may help from: http://www.able-consulting.com/ oConn.Open "Provider=MySQLProv;" & _ "Data Source=mySQLDB;" &...
Michael Brinkley
mbrink1111
Online Now Send Email
Mar 2, 2003
2:13 pm
365
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. ...
tmp112233445566 <tmp1...
tmp112233445566
Offline Send Email
Mar 2, 2003
4:26 pm
366
That tutorial is way old. Instead, look at the tutorials at: http://learnasp.com/learn/index.asp You might take a look at my site: ...
Michael Brinkley
mbrink1111
Online Now Send Email
Mar 2, 2003
6:25 pm
367
need more details. perhaps some sample code ... __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips,...
Michael Brinkley
mbrink1111
Online Now Send Email
Mar 2, 2003
6:28 pm
368
That tutorial has some problems: 1. It uses: "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("guestbook.mdb") which forces a slow unreliable...
Charles M. Carroll
charlesmarkc...
Online Now Send Email
Mar 2, 2003
6:54 pm
369
Hi Aaron, ... Try this: dbConn.open strConn, "lex", "password" ...where "lex" is your username and "password" is your password. Leave your connection string as...
Shawn K. Hall
shawn_ra
Online Now Send Email
Mar 2, 2003
7:00 pm
370
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...
j_teague2000 <sales@....
j_teague2000
Offline Send Email
Mar 2, 2003
7:00 pm
371
... http://www.learnasp.com/learn/subdictionary.asp http://www.learnasp.com/learn/subDBlistbest.asp are 2 ways. I prefer the first. ...
Charles M. Carroll
charlesmarkc...
Online Now Send Email
Mar 2, 2003
7:04 pm
372
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...
Martin Brown
justbedirectuk
Offline Send Email
Mar 2, 2003
9:12 pm
373
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...
Bob Filipiak
rfilipiak_23608
Offline Send Email
Mar 3, 2003
2:09 am
374
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...
ValuuMall
j_teague2000
Offline Send Email
Mar 3, 2003
2:16 am
375
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...
cwnhahnsolo <ghahn@...>
cwnhahnsolo
Online Now Send Email
Mar 3, 2003
3:15 am
376
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...
dzine1967 <dzine@...>
dzine1967
Offline Send Email
Mar 3, 2003
5:04 am
377
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...
Michael Brinkley
mbrink1111
Online Now Send Email
Mar 3, 2003
5:36 am
378
ive tried that.. same error.. any other advice? ... "DRIVER={MySQL};SERVER=ipaddress;UID=lex;PWD=password;DATABASE=dbname;" ... ...
Aaron Dyer
fickle
Offline Send Email
Mar 3, 2003
7:56 am
379
Hi, i am the newby in ASP. i am trying to find the SQL statement to list the items by price: ascending (or descending). thanks a lot!!!...
walking life <c5922@....
c5922
Offline Send Email
Mar 3, 2003
7:57 am
380
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...
Michael Brinkley
mbrink1111
Online Now Send Email
Mar 3, 2003
8:03 am
381
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...
Aaron Dyer
fickle
Offline Send Email
Mar 3, 2003
8:04 am
382
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...
Aaron Dyer
fickle
Offline Send Email
Mar 3, 2003
8:07 am
383
... 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;"...
Michael Brinkley
mbrink1111
Online Now Send Email
Mar 3, 2003
8:11 am
384
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...
Aaron Dyer
fickle
Offline Send Email
Mar 3, 2003
8:15 am
385
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...
tina sehgal
the_tigress18
Offline Send Email
Mar 3, 2003
8:40 am
386
wow, it only took 3 hours to find this simple syntax! thanks for your help....
walking life <c5922@....
c5922
Offline Send Email
Mar 3, 2003
9:00 am
387
I'm calling the function like this: Response.Write "<td><img src=""" & IconPath(objRSfac("FacIcon")) & """> " & DisplayMsg(objRSfac("FacMess")) & "</td>" The...
andy.t@...
yk_andy
Offline Send Email
Mar 3, 2003
9:04 am
388
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...
Powderhill, Daniel
danaspelite
Offline Send Email
Mar 3, 2003
9:57 am
389
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...
Reuben Sant
rsant_mt
Offline Send Email
Mar 3, 2003
11:27 am
390
Sneaky way: lowcount=lbound(my_array) highcount=ubound(my_array) response.write "lowcount=" & lowcount & ";highcount=" & highcount & "<p>" for counter=lowcount...
Charles M. Carroll
charlesmarkc...
Online Now Send Email
Mar 3, 2003
1:04 pm
Messages 361 - 390 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help