Re: Strange Problems with mySQL in general

2002-02-28 Thread Andreas Habereder
Hmm, no, thats not essential. There are three possibilities to access data: If I use mysql_fetch_object i refer to the fields in this way: $query->field If I use mysql_fetch_array I would use $query["field"] If I use mysql_fetch_row I would use $query[1] So this couldn´t the problem. Andreas

Strange Problems with mySQL in general

2002-02-28 Thread Andreas Habereder
Regularily, but not in certain tables, I don´t get the excepted result back from a query which in all other cases works perfect. My opinion is that there could be a problem with the index of the table. Probably there could also a bug in the wrapper script which I use to access the database and