| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Michael Widenius | Date: | October 6 1999 5:18pm |
| Subject: | RE: MS Access 97 connection to MySQL | ||
| View as plain text | |||
<cut> barry> Dear Jani, barry> Thank you for your help. barry> Just made another test. I found that I can add/update/delete barry> the tables entry AFTER I drop the TIMESTAMP field in the barry> table. It is contrary to the MySQL manual's instruction. barry> My version of MySQL is 3.22.26a and MyODBC is v2.5 barry> rgds barry> Barry Hi! How did you define the TIMESTAMP column? To get this to work with Access one must define is without a length modifier ! For example: CREATE TABLE foo (a int not null primary key, b timestamp); The following will not work: CREATE TABLE foo (a int not null primary key, b timestamp(8)); Regards, Monty
| Thread | ||
|---|---|---|
| • MS Access 97 connection to MySQL | barry | 4 Oct |
| • MS Access 97 connection to MySQL | Jani Tolonen | 4 Oct |
| • RE: MS Access 97 connection to MySQL | Willy Gielen | 4 Oct |
| • RE: MS Access 97 connection to MySQL | Jani Tolonen | 5 Oct |
| • Re: MS Access 97 connection to MySQL | almir kazazic | 5 Oct |
| • mysql select into outfile | dstankovic | 5 Oct |
| • Re: MS Access 97 connection to MySQL | barry | 5 Oct |
| • RE: MS Access 97 connection to MySQL | barry | 6 Oct |
| • RE: MS Access 97 connection to MySQL | Michael Widenius | 6 Oct |
| • RE: MS Access 97 connection to MySQL | barry | 7 Oct |
