ID: 10484
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: ODBC related
Description: Problem with insert in ODBC
Found the solution!!
Have to change security on my DB.mdb file to allow internet user to modify my file!
Thanks!
Previous Comments:
-
ID: 10484
User Update by: [EMAIL PROTECTED]
Old-Status: Bogus
Status: Closed
Bug Type: ODBC related
Description: Problem with insert in ODBC
Previous Comments:
---
[2001-04-25 11:32:16] [EMAIL PROTECTED]
$BD = odbc_connect
ID: 10484
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: ODBC related
Description: Problem with insert in ODBC
$BD = odbc_connect ('BdTest', SQL_CUR_USE_DRIVER);
should be read like $BD = odbc_connect ('BdTest', '', '', SQL_CUR_USE_DRIVER);
but still not wor
ID: 10484
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: ODBC related
Description: Problem with insert in ODBC
Yes it is correct!
As there only are two fields in my table and that I try to fill them all, I can work
it this way
I could have use "INSERT INTO te