Error during query execution

W

wajdy

Guest
When I want to update or insert new record into my database an error occured "Error during query execution". Fortunately, for deleting records everything is okey.

I follow all the instructions given during my installation. For info, I am using Win2k Pro, Apache server with PHP enabled, mySql installed.

Any help would be much appreciated.
 
E

Eugenio

Guest
wajdy wrote:
>
> When I want to update or insert new record into my database
> an error occured "Error during query execution".
> Fortunately, for deleting records everything is okey.
>
> I follow all the instructions given during my installation.
> For info, I am using Win2k Pro, Apache server with PHP
> enabled, mySql installed.

Can you describe better when and how the error appear?

Please try DaDaBIK with a very simple MySQL table (just 2-3 text fields, with a primary key) and let me know if it works, in this way we can check if the installation is bad or not.

(Latest version of DaDaBIK when this message was posted: 1.5b)
 
W

wajdy

Guest
Okey it's working now.

I figured out that the problem appeared because I have Arabic chars in my data. So I created new one with only Latin chars and it works. Is there a solution for DaDaBik to work with multilingual chars? It works generally using phpmyadmin, I really suggest this feature to be added here.

Cheers & thanks
 
W

wajdy

Guest
Well after a long debuggin on this problem, I figured out that the problem originally came from the invalid chars used in the filed name, such as (spacing, "/"). It has nothing to do with the chars used in the content itself. Sorry for bothering everyone here.

Cheers,
 
E

Eugenio

Guest
wajdy wrote:
>
> Well after a long debuggin on this problem, I figured out
> that the problem originally came from the invalid chars used
> in the filed name, such as (spacing, "/"). It has nothing to
> do with the chars used in the content itself. Sorry for
> bothering everyone here.

Thank you for your bug reports.
Anyway, I'll check for problems with field names (spacing etc......) because it should work.

(Latest version of DaDaBIK when this message was posted: 1.5b)
 
Top