I have developed a mobile portal and I need to have an "offline mode". To be more specific, I want to create all the pages for a user and upload it as a whole package to the pda, so that the user can browse the pages without being connected.
Can anyone tell me how I can achieve this...
I'm using Access 2000 to store my data and asp to display its contents to the web. My data are written in greek. When I display it on the web though they are replaced with questionmarks (?) and some latin characters. I don't have problem with the words I wrote directly on the page.
Does anyone...
I'm using Access 2000 to store my data and asp to display its contents to the web. My data are written in greek. When I display it on the web though they are replaced with questionmarks (?) and some latin characters. I don't have problem with the words I wrote directly on the page.
Does anyone...
I'm using Access 2000 to store my data and asp to display its contents to the web. My data are written in greek. When I display it on the web though they are replaced with questionmarks (?) and some latin characters. I don't have problem with the words I wrote directly on the page.
Does anyone...
Hi you all!
I'm using this way to call a JScript function which validates the form.
<form action="add.asp" method="post" name="Add" onsubmit="return Form_Validator(this)">
and here's the function
<script Language="JavaScript"><!--
function...
Hi you all!
I'm using this way to call a JScript function which validates the form.
<form action="add.asp" method="post" name="Add" onsubmit="return Form_Validator(this)">
and here's the function
<script Language="JavaScript"><!--
function...
I have the following code. Each time it returns the next number expected but it doesn't really add. Does anyone what the problem could be? I'm using MS Access.
dim conntemp
set conntemp=server.CreateObject("adodb.connection")
conntemp.Open myDSN
Dim rs
set...
I have 2 recordsets. The one gets all the possible values for an item(TypeOfItem)-rs and the other gets the actual value (ItemValue)-rs2.
I present all the possible values of this item in a checkbox like this:
<%rs.MoveFirst
while (NOT rs.EOF)%>
<input type="Checkbox"...
I am using this command to update the records rs.AddNew but I get this msg
ADODB.Recordset error '800a0cb3'
The operation requested by the application is not supported by the provider.
When I run the command
if rs.Supports(adAddNew) then%> TRUE
<%else%>FALSE
<%end if%>
I always get...
I have the following code in my ASP file
mySQL="PARAMETERS agwgos TEXT,ktisma TEXT,ydatopyrgos TEXT,fterwti TEXT,mylopetra TEXT,eparxiaid NUMBER,idioktisia TEXT;"
mySQL ="SELECT WATERMILL.WatermillID,[Dimos/Koinotita],[TOPOGRAFIKESPLIROFORIES].Toponymio "
mySQL =mySQL &...
How can users upload images and video to my website? I'm pretty new at this so I don't know if I have to provide permissions to the server etc. I am using ASP to interact with the DB and VBScript.
Pls help.
I was given a database where all the information was saved in a single table. For faster quering and upgrading I have split in multiple tables. Now I want to copy the information from the tables of the first DB to the others accordingly.
What is the easiest way to do this? Pls help
X-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.