Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Christiana
  • Content: Threads
  • Order by date
  1. Christiana

    How to upload files to pda

    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...
  2. Christiana

    Problem with fonts displayed on webpage

    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...
  3. Christiana

    Problem with fonts displayed on webpage

    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...
  4. Christiana

    Problem with fonts displayed on webpage

    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...
  5. Christiana

    JScript NOT working with Netscape!!??

    Hi you all! I'm using this way to call a JScript function which validates the form. <form action=&quot;add.asp&quot; method=&quot;post&quot; name=&quot;Add&quot; onsubmit=&quot;return Form_Validator(this)&quot;> and here's the function <script Language=&quot;JavaScript&quot;><!-- function...
  6. Christiana

    Javascript NOT working with Netscape!!?

    Hi you all! I'm using this way to call a JScript function which validates the form. <form action=&quot;add.asp&quot; method=&quot;post&quot; name=&quot;Add&quot; onsubmit=&quot;return Form_Validator(this)&quot;> and here's the function <script Language=&quot;JavaScript&quot;><!-- function...
  7. Christiana

    AddNew isn't really adding

    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(&quot;adodb.connection&quot;) conntemp.Open myDSN Dim rs set...
  8. Christiana

    Checkboxes-BIG TROUBLE!!

    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=&quot;Checkbox&quot...
  9. Christiana

    Updating records problem

    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...
  10. Christiana

    parameter passing from web to db

    I have the following code in my ASP file mySQL=&quot;PARAMETERS agwgos TEXT,ktisma TEXT,ydatopyrgos TEXT,fterwti TEXT,mylopetra TEXT,eparxiaid NUMBER,idioktisia TEXT;&quot; mySQL =&quot;SELECT WATERMILL.WatermillID,[Dimos/Koinotita],[TOPOGRAFIKESPLIROFORIES].Toponymio &quot; mySQL =mySQL &...
  11. Christiana

    Uploading images&amp;video

    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.
  12. Christiana

    Copying data from one DB to another

    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-)

Part and Inventory Search

Back
Top