denis mettler wrote:
> 
> Hi,
> 
> i have a mysql db on suse linux 7.1
> only one table without primary key.
> 
> then i inserted data via load data local infile....
> everything was fine.
> 
> then i altered table and added a primary key....
> everythings fine, too.
> 
> i'm searching for results:
> select * from 'tablename' where ID<10;
> 
> got the result.
> everythings fine.
> 
> so, here comes the clou.
> 
> if i make an odbc connection from access to mysql and link the table...
> the content of every field is '#deleted'
> 
> any ideas why this happens?
> 
> Regards
> Denis
> 
> ---------------------------------------------------------------------
>
Yes, you didn't follow the directions in the manual.

Autoincrement primary key, and timestamp.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to