.dsy:it.
Show 150 posts per page

.dsy:it. (http://www.dsy.it/forum/)
- Tech (http://www.dsy.it/forum/forumdisplay.php?forumid=189)
-- [host] permessi in scrittura... (http://www.dsy.it/forum/showthread.php?threadid=20418)


Posted by pà&salam on 27-06-2005 11:43:

Thumbs up [host] permessi in scrittura...

ciao a tutti..
volevo chiedervi se conoscevate un host gratuito che supporti asp, db access e soprattutto permessi in scrittura (per scrivere file xml)..
(per il progetto di ium) :(
avevo pensato allo spazio del silab..ma nn so se permette ste robe..
grazieeee :please:


Posted by yeah on 27-06-2005 13:38:

Qualche settimana fa ho trovato questo host 1AspHost, offre solo 100Mb, ma ha asp e db (o almeno io l'ho usato per provare asp per labdb con un database in access).

L'upload avviene solo via web, ma si può inviare un file zip con che viene decompresso automaticamente

__________________
?


Posted by pà&salam on 27-06-2005 14:08:

grande!
grazie...
ma per quanto riguarda i permessi in scrittura?
nessuno sa se lo spazio web in silab li permette?


Posted by ripe on 27-06-2005 14:08:

Ma se è un progetto per l'Uni non ti basta testarlo sul tuo pc...?!

__________________
«And if you ever smell christian blood up in the mountains, then get your axe and chop them down!»


Posted by pà&salam on 27-06-2005 14:22:

:( purtroppo no..
il profe lo vuol vedere on line..nn chiedermi il x' :P


Posted by ripe on 27-06-2005 14:37:

Allora digli di trovartelo lui l'hosting gratuito con quelle caratteristiche... :asd:

__________________
«And if you ever smell christian blood up in the mountains, then get your axe and chop them down!»


Posted by yeah on 27-06-2005 21:05:


ma per quanto riguarda i permessi in scrittura?

Se vuoi, posta due righe di ASP che le provo :) (di ASP conosco solo gli oggetti RecordSet e Request :D)

__________________
?


Posted by Renaulto on 27-06-2005 21:44:

Re: [host] permessi in scrittura...

Originally posted by pà&salam
avevo pensato allo spazio del silab..ma nn so se permette ste robe..

Puoi usare ASP, in quanto DB puoi scegliere tra SQL Server e Oracle:

http://www.silab.dsi.unimi.it/manuale.pdf

Occhio che per qualche imperscrutabile motivo il server non è accessibile dall'esterno, nemmeno in HTTP, quindi per lavorarci sei costretto a recarti tutti i giorni in silab.


Posted by pà&salam on 28-06-2005 13:15:

<%
Dim xmlDoc, rootEl, child1, child2, p

'Create an XML document
Set xmlDoc = Server.CreateObject("Microsoft.XMLDOM")

'Create a root element and append it to the document
Set rootEl = xmlDoc.createElement("root")
xmlDoc.appendChild rootEl

'Create and append child elements
Set child1 = xmlDoc.createElement("child1")
Set child2 = xmlDoc.createElement("child2")
rootEl.appendChild child1
rootEl.appendChild child2

'Add an XML processing instruction and insert it before the root element
Set p=xmlDoc.createProcessingInstruction("xml","version='1.0'")
xmlDoc.insertBefore p,xmlDoc.childNodes(0)
xmlDoc.save(Server.MapPath("Person.xml"))
%>

questo script asp grazie al metodo save crea un file xml...o lo modifica una volta fatto il load e modificati i nodi....
l'host che diceva yeah (1AspHost) non permette di scrivere e modificare il file xml (permette solo le modifiche al db access)...quindi se nn trovo nulla che mi faccia lavorare cn xml farò tutto il progetto con access (anche se dovrò inserire nelle celle stringhe abbastanza lunghe)..


Posted by yeah on 29-06-2005 21:43:

Ho provato e lo script funziona (mi sarei preoccupato altrimenti :)), ho solo dovuto modificare la stringa

code:
Set xmlDoc = Server.CreateObject("Microsoft.XMLDOM")

con
code:
Set xmlDoc = Server.CreateObject("MSXML2.DOMDocument")

__________________
?


Posted by pà&salam on 30-06-2005 00:46:

vaaa..grande!
bella notizia..
ora bisognerà sperare che presto sia accessibile dall'esterno!
grazie ancora :birrozza:


Posted by yeah on 30-06-2005 21:17:

Di niente :)

__________________
?


All times are GMT. The time now is 09:33.
Show all 12 posts from this thread on one page

Powered by: vBulletin Version 2.3.1
Copyright © Jelsoft Enterprises Limited 2000 - 2002.