عندما اعمل Recordset واضغط زر TEST تظهر رسالة تقول
نسخة الدريم ويفر CS3كود:An unidentifed error has occurred.
وانا لدي ويندوز 7
ومنزل أخر اصدار من appserv-win32-2.6.0
عرض للطباعة
عندما اعمل Recordset واضغط زر TEST تظهر رسالة تقول
نسخة الدريم ويفر CS3كود:An unidentifed error has occurred.
وانا لدي ويندوز 7
ومنزل أخر اصدار من appserv-win32-2.6.0
هذه مشكلة في تعريف احد القيم....
ممكن التوضيح أكثر
مع العلم اني غير الجداول
وغيرت نسخةالدريم يفر ونسخة الاباشتي ولازالت نفس المشكلة
Assalamu 3alaykum akhi,
There are 3 conditions to use a recordset with the Arabic language : follow the instructions below :
1. First, the page containing the form must have "windows-1256" as charset
2. In your Wampserver table, the field for language must be : utf8_bin
3. In the results web page, you must add 2 lines in the "code" section just below mysql_select_databe just like this :
mysql_query("SET NAMES cp1256");
mysql_query("set characer set cp1256");
just below the first time you see mysql select database
4. The charset must be "windows-1256" for the page results
Hassan