Problems with ODBC

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
marco
Forum Newbie
Posts: 1
Joined: Fri Dec 13, 2002 1:25 am

Problems with ODBC

Post by marco »

Hello

When I want to connect with ODBC to an Access database I get this errors:

Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver] Operation muss eine aktualisierbare Abfrage verwenden., SQL state S1000 in SQLExecDirect in C:\insert.php on line 6

Could not insert board_startdate :: INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_startdate', 1039764308) :: 794 :: C:\m-hemmerle\forum\install.php

and

Could not update user_regdate :: UPDATE phpbb_users SET user_regdate = 1039764308 :: 862 :: C:\m-hemmerle\forum\install.php

What's the problem?
Post Reply