This is a discussion on mysql info from database within the MySQL forums, part of the Database Server Software category; --> I currently use select etc.. to retain info about recordsize etc... Is there a trick to retain that information ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I currently use select etc.. to retain info about recordsize etc... Is there a trick to retain that information quiker and easier? Harrie Geerts www.epaos.com |
| ||||
| none@none.nl wrote: > I currently use select etc.. to retain info about recordsize etc... > > Is there a trick to retain that information quiker and easier? > > Harrie Geerts > > www.epaos.com The way to retrieve info from a SQL database is with SELECT statements. They should be fast, and SQL a lot of SQL statements are pretty easy when you get used to them. If the queries are running too slowly, we would need more info such as your table definitions, sample data, queries, etc. -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== |