|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
WML - I need help pleas
hi
i want to know how i can make the system run and connect to the server and get the database by using access database with internet information server(IIS) please help me .im using open wave simulator . |
|
#2
|
|||
|
|||
|
here the code
i want post the code but i don't know how please help me i need very importent
Last edited by scor83 : December 1st, 2007 at 08:20 AM. Reason: mstakes |
|
#3
|
||||
|
||||
|
Quote:
Welcome to Dev Shed. Please read the following posts, they will give you more information: [NEW USERS] - How to post a question FAQs In summary, use [php]php tags[/php] or similar to post code. Please clarify the simulator you are using too. Basic WAP pages how to are detailed on the WAP Resources thread.
__________________
Cheers, Jamie # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. ![]() __________________ |
|
#4
|
|||
|
|||
|
then how to connect with access database
|
|
#5
|
|||
|
|||
|
(conn.inc)
<% set conn=Server.CreateObject("ADODB.CONNECTION") conn.Open "DSN=LibraryDB" this opening code i have to add to all files |
|
#6
|
|||
|
|||
|
hese files are the header for each .wml and .asp file. The wapheader.inc file is used for ordinary .wml file and the conn.inc is used to connect to the database used in this project
|
|
#7
|
||||
|
||||
|
Creating wap pages is the same as creating HTML pages.
The main difference is that you have to send WAP headers and ensure that the outputted WML has the correct syntax. I assume you are using ASP, so check out this basic tutorial: clicky. Basically, include a connection script, do a query as required and prepare the data, output the data in valid XML including setting HTTP headers. |
|
#8
|
|||
|
|||
|
i create 2 folder on for open wave to read it and one for database but i can't get it
i add those line for all file <!--#include file="wapheader.inc" --> <!--#include file="conn. inc" --> |
|
#9
|
|||
|
|||
|
im oline now i will show u the code please come and help me
khalid_255@yahoo.com khalid_255@hotmail.com khalid.omer@gmail.com |
|
#10
|
||||
|
||||
|
Quote:
Explain what your issue is, what happens with the includes? What is going wrong? |
|
#11
|
|||
|
|||
|
my problem i have library seystem usin WAP
i use asp for adding the WMl code and i used the open wave simulator to view the code my problem when i try to connect to the access database it gave me error i need to show u the code please give me your address |
|
#12
|
|||
|
|||
|
im using Internet infoemation server (IIS) to test the site and post the file already in wwwroot folder and i used microsft development environment to add the file in same folder with database file that all
|
|
#13
|
|||
|
|||
|
Quote:
when i call the database file and phone file it didn't dispaly only if i use the code without write include |
|
#14
|
||||
|
||||
|
I will not help you through e-mail or private message.
I may help through these forums are you trying to access the file through a url - http://localhost/whatever.asp ? |