|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#16
|
|||
|
|||
|
Hello Memnoch
I followed the steps in the readme file, when i ran the website i got this error: ---- Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified /core/modules/common.asp, line 69 ---- I checked the ODBC in administrative tools, under the SYSTEM DSN tab, i noticed there are no System Data Sources mentioned, i clicked on ADD, then chosed Microsoft Access Database (*.mdb) and said OK, then i was provided with a window where i should enter the Data Source Name and Description with other buttons below (Select, Create, Repair, Compact) I stopped there i didn't know what to write. What should i fill the text boxes with? Thanks D. P.S: Could this have something to do with my problem mentioned in this thread: (http://forums.aspfree.com/t30294/s.html) ??? Because the ODBC was tampered with on both machines!
__________________
There is always time to play Descent |
|
#17
|
||||
|
||||
|
make sure you have the latest MDAC installed.
You can download the latest from Microsofts website. |
|
#18
|
|||
|
|||
|
I am still getting the same error even after downloading and installing MDAC 2.8 as you have suggested.
Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified /core/modules/common.asp, line 69 |
|
#19
|
||||
|
||||
|
post the code on line 69 of that file.
|
|
#20
|
||||
|
||||
|
how do you link folders?
|
|
#21
|
||||
|
||||
|
Quote:
What do you mean "link"??? Do you mean creating a Virtual Directory in IIS? |
|
#22
|
|||
|
|||
|
Quote:
Read the following article: http://support.microsoft.com/defaul...;EN-US;Q159682&
__________________
ASP ASP hosting SQL Tutorial SQL Strings Loans Canada C D SQL Dictionary Hosting Dictionary Tech Dictionary Job Bank Canada |
|
#23
|
|||
|
|||
|
Hi i am having same questions in my mind as the Decenter so if you memnoch can help us out that will really be great.
Thanks in advance. Sweety_oh |
|
#24
|
||||
|
||||
|
Quote:
in youe readme.txt it says "3) In IIS create a virtual directory named 'core' (without the single quotes) and link it to your C:\core directory." I see what you mean now. |
|
#25
|
|||
|
|||
|
drop down
can anyone helpcan anyone help me?
I have 3 drop down list : month, category and year where I can get from databse. My question is that, how should I code it, if I want to select 'January'(month), 'Televion'(category) then '2004'(year) then the output should display all 'televison shows'(televison) from the month of january and year 2004. By the way Im using 'MySQL'. please help me. Thanks! : ) me? |
|
#26
|
|||
|
|||
|
tutorial not working!
Hi!
Followed your instruktions but only get page not found when I try to open up the index.asp file. |
|
#27
|
||||
|
||||
|
Is the default path in IIS correctly mapped to where the tutorial is located?
|
|
#28
|
|||
|
|||
|
uploading and deleting files in folders ! without components
at the same time storing the filename and description in a database it´s a good subject to a tutorial aldo assigning unique names so the files never will be deleted by acident |
|
#29
|
|||
|
|||
|
Thank you for the tutorial. Is the script JScript or VBScript?
|
|
#30
|
|||
|
|||
|
Hi!
I was trying to go through the tutorial in an attempt to discern my problem with ASP. I am running IIS 5.0 on windows 2000 pro. I have created a webpage and the HTML works fine. However, when I tried my guestbook and rsvp ASP files I ran into problems. They are simple files, writing to a text file which is in turn read (#include) by another to present comments to the world. However, the page hangs - no error, just looks like it is downloading forever - when I hit submit. After this occurs, any attempt to use an ASP page results in" "HTTP Error 500-12 Application Restarting Internet Information Services" I downloaded the tutorial and as far I understand followed all the readme instructions. I was hoping this would provide me with some insight (this is my first use of IIS and ASP, although I have programmed a number of languages before). Refreshing (which is what M$ says should solve this) does not change anything. Any suggestions? I can't say I am certain what is meant by "the connectionstring in the global.asa file" referred to in an earlier post. Thanks, Derek |