المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : مشكلة في Recordset



طارق بن زياد
01-03-2011, 07:29 PM
عندما اعمل Recordset واضغط زر TEST تظهر رسالة تقول

An unidentifed error has occurred.

نسخة الدريم ويفر CS3

وانا لدي ويندوز 7

ومنزل أخر اصدار من appserv-win32-2.6.0

خالد محمد الحسن
03-03-2011, 11:16 AM
هذه مشكلة في تعريف احد القيم....

طارق بن زياد
05-03-2011, 05:06 PM
ممكن التوضيح أكثر


مع العلم اني غير الجداول
وغيرت نسخةالدريم يفر ونسخة الاباشتي ولازالت نفس المشكلة

MisterArabic
14-04-2011, 02:39 AM
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