Re: MySQL and Java : Column not found
- From: z0man <z0manifest@xxxxxxxxx>
- Date: Mon, 30 Jan 2006 17:15:48 GMT
IchBin wrote:
z0manWhat does you database table definition look like? Just in case..
Here is a better view of the table +---------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +---------+--------------+------+-----+---------+----------------+ | n_id | mediumint(9) | | PRI | NULL | auto_increment | | heading | varchar(255) | | | | | | article | text | | MUL | | | +---------+--------------+------+-----+---------+----------------+
I saw somone trying to enumarate the SELECT instead of using the * for example,
mysql> select `heading`,`article` from news where n_id = 4; +----------------+-------------------+ | heading | article | +----------------+-------------------+ | Test Heading 3 | My first document | +----------------+-------------------+
I compiled it Java and saddly no it didn't work
z0man .
- References:
- MySQL and Java : Column not found
- From: z0man
- Re: MySQL and Java : Column not found
- From: z0man
- Re: MySQL and Java : Column not found
- From: IchBin
- MySQL and Java : Column not found
- Prev by Date: Re: problems with eclipse birt report viewer
- Next by Date: Re: MySQL and Java : Column not found
- Previous by thread: Re: MySQL and Java : Column not found
- Next by thread: Re: MySQL and Java : Column not found
- Index(es):