Recent content by spuri

  1. S

    single_select cause duplicated rows

    Please give me help if you had similar issue. If I enabled single select from another table than I got duplicated lines in view without error messages DaDaBIK 4.2 firefox 3.6 xp sp3 mysql 5.0.81 http://img232.imageshack.us/img232/6615/dadar.jpg Post Edited (03-30-10 13:27)
  2. S

    Problem with viewing mysql table in UTF-8

    any chance to work with utf8? (read+write) read works but write utf8 to db? (edited: i just need to set the collation in my db and read & write works fine ) Post Edited (01-11-09 19:36)
  3. S

    Problem with viewing mysql table in UTF-8

    common_start.php $conn = connect_db($host, $user, $pass, $db_name); //add this line @mysql_query('SET NAMES utf8'); @mysql_query('SET CHARACTER SET utf8'); // display will be okay but saving fails, i got ? instead of special characters
  4. S

    mysql port change

    Hello, I would like to connect to a mysql server which is on port 33060. Without editing php.ini, how could i solve this problem? Thanks spuri
  5. S

    single select filter

    is there any chance to have a filter on single select? I don't want to show all data just only which have 1 in field shoow, for example thanks in advance spuri
Top