Good question,

I am not shure if I need to.

Here's why I am asking:

I have a table that does not have a primary key and I need to update only
one row.
This complicates my Update Query since I cannot specify a Where clause.

I did had a primary key RowID (AUTO INCREMENT) to be sble to specify a row
in my query.
But this Field (RowID) can now be seen when I do a SELECT query. I did not
find a
way to hide this field.

So my first question should be : Is there a way to hide a field ??

Best Regards,

Stéphane.

-----Original Message-----
From: Martijn Tonies [mailto:[EMAIL PROTECTED]
Sent: 11 décembre, 2003 08:22
To: MySQL (E-mail)
Subject: Re: How to READ/WRITE directly on MyISAM data files ?


Hi,

> I would like to know how to write directly to MyISAM files, without
passing
> by SELECT or UPDATE queries.
>
> I believe this info can be found in the files myisam.h and myisammrg.h,
but
> I am not shure if its safe and
> how to do it.

I guess it will only be safe if you're sure you've got all bugs out, like
in the MySQL engine.

So the question would be: WHY?

With regards,

Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to