[PHP-DB] Re: multiple inserts

2002-04-21 Thread Steff
n:n relationship between music_albums and artists: one artist may play on several albums as well as one album may be recorded by more than one artist e.g. samplers) etc. steff Barry Rumsey wrote: > I have the following insert : > mysql_connect( "localhost"

[PHP-DB] Re: Unique Field for text field...

2002-04-21 Thread Steff
have a "read-only" table (no form) and you would like to provide a specific row to an edit form, you may place the following link after each row: printf("edit row...", $line["your_item_id"] ); HTH Steff Jas wrote: > Here is my problem: > /

[PHP-DB] Re: Import/Export data

2002-04-18 Thread Steff
ture for "dumb users" mysql - Access Access is able to "get external data" out of an excel table... if you know more about the other way (excel/access -> mysql). what if you tried to access your mysql db from excel/access via the myODBC driver ? HTH steff Rosen Marinov wro

[PHP-DB] pg_fieldisnull analogon in mysql?

2001-05-14 Thread Steff
check for NULL values - something like int mysql_fieldisnull (int result_id, int row, mixed field) (adapted from the pg function ;-)) Or do I have to resend another query that does NULL checking explicitly? Thank for advice Regards Steff -- PHP Database Mailing List (http://www.php.net