Αρχή :: Ενότητες :: Scripting :: Ερωτήσεις     
 

INFO Scripting :: Θέματα

Τοποθέτησε Νέα Ερώτηση

Link για εγγραφή στο tip.gr feeds

Πρώτη :: Προηγούμενη :: Επόμενη :: Τελευταία   Σελίδα 51 από 150


FORUMS   Asp Database

to loipn. (ego o asxetos) exo mia batabase me to onoma "getmp3.mdb"
exei mono ena table to "mp3" kai auto to table exei tris egrafes: "Password" "Files" "Note". tora pos mporo na kano mia asp selida h opoia tha diabazei to database alla the mou dinh kai to dikaioma na allakso ta values. Dhl poio analitika na alazo ta stoixia ths database apo selida asp. to ksero einai ta basika ths asp alla matheno akoma. opoiois exei kodida please.



Από: nikoss - 6/4/2004
4 απαντήσεις | Σχολίασε | Ψήφισε η καταχώρησε σε δίκτυο social news


FORUMS   Πρόβλημα σύνδεσης με Oracle

Μπορεί κάποιος να με βοηθήσει στο πρόβλημά μου ...

Έχω προσπαθήσει να κάνω μια σύνδεση μιας σελίδας με Oracle σύμφωνα με το script poy βρήκα στο Tip.gr αλλά μου χτυπάει το εξης μήνυμα

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)

[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/testcon/basic_functions.asp, line 15

ο κώδικάς που πάει να εκτελεστεί είναι ο εξής : conn.Open "DSN=ORACON;UID=xmerkos;PWD=test"

Μπορεί κάποιος να με πεί αν χρειάζετε κάποια ρύθμιση στην Oracle ή στον IIS

Σας ευχαριστώ...



Από: xmerkos - 6/4/2004
1 απαντήσεις | Σχολίασε | Ψήφισε η καταχώρησε σε δίκτυο social news


FORUMS   DATABASE error

Μετά την αποστολή username-password, ο χρήστης βλέπει το σφαλμα:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x1010 Thread 0x1074 DBC 0x3145bfe4 Jet'.

/dokimh/check_user.asp, line 29

TO ARXEIO EINAI AYTO:




<%
'Dimension variables
Dim adoCon 'Database Connection Variable
Dim strCon 'Holds the Database driver and the path and name of the database
Dim rsCheckUser 'Database Recordset Variable
Dim strAccessDB 'Holds the Access Database Name
Dim strSQL 'Database query sring
Dim strUserName 'Holds the user name

'Initalise the strUserName variable
strUserName = Request.Form("txtUserName")

'Check the database to see if user exsits and read in there password
'Initialise the strAccessDB variable with the name of the Access Database
strAccessDB = "users"

'Create a connection odject
Set adoCon = Server.CreateObject("ADODB.Connection")

'Database connection info and driver ΑΝ ΘΕΛΩ ΝΑ ΚΛΕΙΔΩΣΩ ΤΗ ΒΑΣΗ ΧΡΗΣΙΜΟΠΟΙΩ ΤΗΝ 1η ΠΑΡΑΜΕΤΡΟ
'strCon = "DRIVER={Microsoft Access Driver (*.mdb)};uid=;pwd=letmein; DBQ=" & Server.MapPath(strAccessDB)
strCon = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath(strAccessDB)

'Set an active connection to the Connection object
adoCon.Open strCon

'Create a recordset object
Set rsCheckUser = Server.CreateObject("ADODB.Recordset")

'Initalise the strSQL variable with an SQL statement to query the database
strSQL = "SELECT tblUsers.Password FROM tblUsers WHERE tblUsers.UserID ='" & strUserName & "'"

'Query the database
rsCheckUser.Open strSQL, strCon

'If the recordset finds a record for the username entered then read in the password for the user
If NOT rsCheckUser.EOF Then

'Read in the password for the user from the database
If (Request.Form("txtUserPass")) = rsCheckUser("Password") Then

'If the password is correct then set the session variable to True
Session("blnIsUserGood") = True

'Close Objects before redirecting
Set adoCon = Nothing
Set strCon = Nothing
Set rsCheckUser = Nothing

'Redirect to the authorised user page and send the users name
Response.Redirect"tameio-polewn.asp?name=" & strUserName
End If
End If

'Close Objects
Set adoCon = Nothing
Set strCon = Nothing
Set rsCheckUser = Nothing

'If the script is still running then the user must not be authorised
Session("blnIsUserGood") = False

'Redirect to the unautorised user page
Response.Redirect"unauthorised_user_page.htm"
%>



Από: p_p - 2/4/2004
1 απαντήσεις | Σχολίασε | Ψήφισε η καταχώρησε σε δίκτυο social news


FORUMS   CDONTS

Στον κώδικα ASP δεν αναγνωρίζει την λέξη CDONTS. Τρέχω IIS. Πρέπει να αλλάξω κάποια ρύθμιση;
Ευχαριστώ.



Από: DoraC - 30/3/2004
7 απαντήσεις | Σχολίασε | Ψήφισε η καταχώρησε σε δίκτυο social news


FORUMS   Εμφάνιση ημερών on-line

Ξέρει κανείς πως γίνετε στο site μου να βάλω ASP κώδικα που να μετράει πόσες μέρες είναι On-line το site? Δηλαδή: Το site είναι On-line x μέρες.

Ευχαριστώ!



Από: hackeras - 24/3/2004
2 απαντήσεις | Σχολίασε | Ψήφισε η καταχώρησε σε δίκτυο social news

Πρώτη :: Προηγούμενη :: Επόμενη :: Τελευταία   Σελίδα 51 από 150

INFOΝέα Ερώτηση | Καταχώρηση site








Η Εταιρία | Web Hosting | Domain names | Web Information | Υπηρεσίες | Resellers | Υποστήριξη |
Copyright © 2007–09 4GR.NETWORKS, All rights reserved.