View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 11:30 AM
Jerry Stuckle
 
Posts: n/a
Default Re: mysql info from database

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
==================
Reply With Quote