Activity Data storage and access

M.W. Chang mwchang
Thu Aug 12 09:48:34 PDT 2004


> insight on.  I have a system that logs activity data from a communications
> network.  This data is stored in a MS-SQL v7 data base running on NT4. 
> What I would like to do is to setup a MySQL or PostgreSQL data base and
> import the full record into it.  This would facilitate the recovery of

there is myODBC which allows a Window$ program (Foxpro, Visual
Basic,C++, ..whatever) to talk to mySQL on a linux server. Or you could
export the data from $QL $erver to a comma-delimieted text file, copy it
to the linux server via ftp or samba, and import it into MySQL using
command-line utilities of MySQl or commands inside a MySQL client.


-- 
  .~.    http://toylet.homeip.net
 / v \   Linux 2.4.26
/( _ )\  10:40pm up 5 days 4:05
  ^ ^    load average: 1.91 1.97 1.96



More information about the Linux-users mailing list