Author |
Message |
Topic: what version of php should i download? |
erez
Replies: 6
Views: 25552
|
|
Here there are many explanations ;-) :
http://www.google.com/search?q=difference+between+thread+safe
Best regards
Beginner
ok, thanks. |
Topic: what version of php should i download? |
erez
Replies: 6
Views: 25552
|
|
Hi,
use the preconfigured PHP package.
This is the same version how the PHP5.3.3 VC6 x86 Thread Safe -Zip Version from the original PHP-download-site without the the php5apache*.* files.
If y ... |
Topic: what version of php should i download? |
erez
Replies: 6
Views: 25552
|
|
Hi,
Thank you for the answer.
do i have to use the preconfigured PHP package?
does this package use the "Non Thread Safe" or the "Thread Safe"
version?
i just want to unders ... |
Topic: what version of php should i download? |
erez
Replies: 6
Views: 25552
|
|
Hi,
i'm using Abyss web server X1 v2.6, and i want to add php support.
in the download page at php website there are several downloads options for the version 5.3.3 :
VC9 x86 Non Thread Safe
VC ... |
Topic: DSN connection |
erez
Replies: 12
Views: 38012
|
|
can you help me find what is wrong with my code?
sql = "insert into f_album (test) values ('erez')"
dataDB.Execute(sql)
dataDB.Close
set dataDB = Nothing
i have to use recordset? |
Topic: DSN connection |
erez
Replies: 12
Views: 38012
|
|
and about the latest version of aHTML, i also have an older version from this forum.
do you an idea why i get the error when i'm working with the database? |
Topic: DSN connection |
erez
Replies: 12
Views: 38012
|
|
i'v checked the version of the file vbscript.dll and it's: 5.6.0.7426
so i think that the version is good.
this is the first time i installed the aHTML, i got the latest version from their website ... |
Topic: DSN connection |
erez
Replies: 12
Views: 38012
|
|
when i insert a value into the database i get a server error:
Error 500
Internal Server Error
--------------------------------------------------------------------------------
Abyss Web Ser ... |
Topic: DSN connection |
erez
Replies: 12
Views: 38012
|
|
i'v created a DSN connection on my computer and a i wrote a little sql code
like that:
<%@ language="VBSCRIPT" codepage=1255%>
<%
set dataDB = Server.CreateObject("ADODB.Connection ... |
|