Ahh..you're not an ASP guy...sorry!
Sorry Nick...I thought you were an ASP coder as well as an mySQL expert.
ASP does NOT require that you do an INSERT to place data in a dbase table, never did in fact.
Instead (and this was the original way they launched ASP with) you can simply call for a single record set...which I do with SELECT *
then use rs.AddNew and change any of those dbase table fields to new values and then do a simple rs.Update. This saves the new record as it's ownself...
Which is the way that I coded this simple asp page...you do NOT need to use INSERTS or any such other way.
And as you know, this works FINE if I use a 3 char name, but no more than 3.
The problem continues to still exist and I'm pretty frustrated by same....
Also I do not understand (my turn?) what you mean by "updating the table with a 5 letter name direclty from the mysql prompt.." either what you mean or how to try same???
Jim
Subject
Views
Written By
Posted
4916
July 29, 2004 02:46PM
2950
July 29, 2004 03:39PM
3180
July 29, 2004 05:21PM
2759
July 30, 2004 12:40AM
3167
July 30, 2004 07:43AM
2785
July 30, 2004 08:11AM
2841
July 30, 2004 03:17PM
2806
July 31, 2004 02:06AM
2845
July 31, 2004 12:07PM
2925
August 01, 2004 09:12AM
2944
August 02, 2004 06:15PM
2846
August 03, 2004 01:49PM
Ahh..you're not an ASP guy...sorry!
2973
August 03, 2004 01:48PM
2989
August 03, 2004 03:14PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.