Re: Is there a sample database with tables

2001-01-15 Thread Scott Baker
Yes MySQL comes empty. You have to make tables. At 05:36 AM 1/14/2001 -0800, jim.brown wrote: >I installed MySQL on Win98 and acessed it from a SmartArrays program >which uses ODBC with this connection string: > >DSN=sample-MySQL;DRIVER={MySQL} > >This worked. When I asked for the the list of ta

Is there a sample database with tables

2001-01-14 Thread jim.brown
I installed MySQL on Win98 and acessed it from a SmartArrays program which uses ODBC with this connection string: DSN=sample-MySQL;DRIVER={MySQL} This worked. When I asked for the the list of tables, there were not tables. Is this expected? Jim ---