Re: mssql database to free database

2001-08-06 Thread Oliver Elphick
Dimitri Maziuk wrote: >Most SQL servers have ways of loading data from file. RTFM to find out >how postgresql does it. COPY table FROM '/path/to/file'; where /path/to/file is a file containing tab-separated fields, one line per row. -- Oliver Elphick[EMAIL PR

Re: mssql database to free database

2001-08-06 Thread Dimitri Maziuk
* Matt Fair ([EMAIL PROTECTED]) spake thusly: > Hello, > I am converting an ASP Visual Basic application to run on a linux machine. I > downloaded the trial version of Chilisoft and got the ASP working, now I want > to have the database be mysql or postgresql. Does anyone know of a > conversio