[PHP-DB] pg_fieldisnull analogon in mysql?

2001-05-14 Thread Steff
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

[PHP-DB] Re: Import/Export data

2002-04-18 Thread Steff
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 wrote: Hi, How can I import/Export data

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

2002-04-21 Thread Steff
row.../a, $line[your_item_id] ); HTH Steff Jas wrote: Here is my problem: ?php /* Connecting, selecting database */ $link = mysql_connect(localhost, , ) or die(Could not connect); mysql_select_db(shopping) or die(Could not select database); /* Performing

[PHP-DB] Re: multiple inserts

2002-04-21 Thread Steff
the 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, , ); mysql_select_db