Re: How to Export Database into csv files

From: Ed Prochak <edprochak_at_gmail.com>
Date: Wed, 11 Jun 2008 10:46:55 -0700 (PDT)
Message-ID: <b9f40c53-001c-43d9-8a88-b732e9e06c0f@z72g2000hsb.googlegroups.com>


On Jun 10, 3:13 pm, timmg <tmillsgronin..._at_gmail.com> wrote: []
>
> you can list all of the tables with the sql statement
>
> SELECT MSysObjects.Name
> FROM MSysObjects
> WHERE (((MSysObjects.Name) Like "tbl*"));
>
> Assuming that your table names start with the prefix "tbl."

yuck, poohey!
  Ed Received on Wed Jun 11 2008 - 12:46:55 CDT

Original text of this message