Re: mySQL question
From: John Bell (jbellnewsposts_at_hotmail.com)
Date: 07/08/04
- Next message: Uri Dimant: "Re: Inserting an empty row into various tables"
- Previous message: David Portas: "Re: String matching best ways"
- In reply to: Jacky Luk: "OT: mySQL question"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 8 Jul 2004 11:47:54 +0100
Hi Jacky
I am not sure where/how you are inserting the different records, but the
functionality you describe is probably part of the User Interface rather
than the DB engine. I am not sure if any of the following will work against
MySQL (http://www.aspfaq.com/show.asp?id=2442) and you may want to consider
TOAD http://www.toadsoft.com/. In general if you are inserting lots of
records it would be better to do this using some bulk load mechanism rather
than a GUI.
John
"Jacky Luk" <jl@knight.com> wrote in message
news:Xns952078F57B2D0GreatKnight@207.46.248.16...
> Dear all,
> I guess someone who can deal with SQL Server can also deal with mySQL. My
> question is how do you insert records (in insert mode) on the end of all
> records (the last one on the grid). In SQL Server, when you press return
on
> the last field of the record, it automatically jump to the next record, in
> mySQL, you can't do the same, you have to manually right click to get a
> menu to insert a record, I think this would be a real pain cause I've got
> many rows to insert. So the ID is not automatically sorted. How do I
> overcome all these difficulties :(
> Thanks
> Jack
- Next message: Uri Dimant: "Re: Inserting an empty row into various tables"
- Previous message: David Portas: "Re: String matching best ways"
- In reply to: Jacky Luk: "OT: mySQL question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|