Author |
Message |
Topic: DSN connection |
Thanos
Replies: 12
Views: 38023
|
|
nope... sorry.
have you try with my synthaxe ? |
Topic: DSN connection |
Thanos
Replies: 12
Views: 38023
|
|
yep, the version seems to be good.
bad news : the last version of aHTML is not free anymore. Look at others topics here.
for your problem, have you try with just a simple ASP code ?
like <%=no ... |
Topic: DSN connection |
Thanos
Replies: 12
Views: 38023
|
|
i've got the same error...
Is it a first install of aHTML ?
What is your version of VBscript (check the version of the file vbscript.dll) ?
You need at least VBScript 5.5 (you can download 5.6 from ... |
Topic: Error with CGI Paths |
Thanos
Replies: 5
Views: 14108
|
|
Hi Aprelium folks!
Thanks a lot for your help, you solved my problem.
Message for all people who have prob with aHTML :
Do not forget to install VBscript 5.5 or better |
Topic: DSN connection |
Thanos
Replies: 12
Views: 38023
|
|
Hi!
I do the same things with this code :
<%
DSN_BASE = "DBQ=" & Server.Mappath("divx.mdb") & ";Driver={Microsoft Access Driver (*.mdb)};Driverld=25"
Set Conn=Server.CreateObject("A ... |
Topic: Error with CGI Paths |
Thanos
Replies: 5
Views: 14108
|
|
i've check it last day.
The problem occurs as well with a simple .ASP file without any ASP code into it. (???)
I've test the pages with IIS : no problem.
For now, i run my pages with IIS, but wou ... |
Topic: Error with CGI Paths |
Thanos
Replies: 5
Views: 14108
|
|
i've just reinstalled aHTML v 1.00.0003
it still doesn't work, but i have another error message :
Error 500
Internal Server Error
---------------------------------------------------------------- ... |
Topic: Error with CGI Paths |
Thanos
Replies: 5
Views: 14108
|
|
Hello again!
I installed AHTML on a computer with Abyss serveur.
In order to work, we must put " / " in the CGI path of Abyss.
When i do it, i have an error with ASP files :
seliSoft_AHTML- Er ... |
Topic: Prob in response.write of a Memo cell in an Access base |
Thanos
Replies: 3
Views: 10706
|
|
The problem was here :
rsTitre.Open "SELECT * FROM film WHERE auto=" & id_titre , Conn,3
if i do not write the 3 at the end of the command, the "memo" cell type in Access wasn't read correctly ... |
Topic: Prob in response.write of a Memo cell in an Access base |
Thanos
Replies: 3
Views: 10706
|
|
ok, i solved it. ;o) |
Topic: Prob in response.write of a Memo cell in an Access base |
Thanos
Replies: 3
Views: 10706
|
|
Hi folks!
i've made a simple mdb Access base with "text", "number" and "memo" cells.
These cells displayed with a response.write command in a <TABLE> on an .ASP file.
i have no prob to disp ... |
|