[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Open a table directly in MySql
- To: "Avi Boots" <aviboots(at-nospam)netvision.net.il>, "Linux-IL Mailing List" <linux-il(at-nospam)linux.org.il>
- Subject: Re: Open a table directly in MySql
- From: "Oded Arbel" <oded(at-nospam)geek.co.il>
- Date: Wed, 21 Nov 2001 22:12:17 +0200
- Delivered-To: linux.org.il-linux-il@linux.org.il
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
That would not be mySQL - that would be you accessing a binary file on the
disk. whether that file will be a myISAM table file remains to be seen - I
think you will find that writing access libraries for a myISAM file will be
more difficult then using other formats : the myISAM format is highly
optimised for use with the mySQL database server.
of course - since mySQL is GPLed, you can try to locate the sources that
access the myISAM files (should be easier to do with mySQL 4 then with 3)
and use that.
Oded
--
Sally:"So a man can be friends with a woman he finds unattractive?"
Harry:"No, you pretty much want to nail them, too"
-- from "When Harry met Sally"
----- Original Message -----
From: "Avi Boots" <aviboots@netvision.net.il>
To: "Oded Arbel" <oded@geek.co.il>; <linux-il@linux.org.il>
Sent: Wednesday, November 21, 2001 5:36 PM
Subject: Re: Open a table directly in MySql
>
> > Maybe something like saving the ADO (SQL Result) in a binary file on the
> > disk.
> > On MS-OS (Win 9x).
> >
> >
> > ----- Original Message -----
> > From: "Oded Arbel" <oded@geek.co.il>
> > To: "Linux-IL Mailing List" <linux-il@linux.org.il>
> > Sent: יום רביעי 21 נובמבר 2001 15:27
> > Subject: Re: Open a table directly in MySql
> >
> >
> > > How can you get an input from a SQL table w/o a SQL server and using
the
> > SQL
> > > select statement ?
> > > Its like asking "can I use a computer w/o a cpu or an OS ?"
> > >
> > > ahmm.. OTOH - you can always directly read and update the binary
myISAM
> > > files maintained by the mySQL server - but that would probably be (a)
> lots
> > > of work and (b) won't be worth it on the long run : for a lot more
> > > development time you'll get less performance and less stability then
> using
> > > the database server.
> > >
> > > Oded
> > >
> > > --
> > > "Frankly, I'm not sure people have the brains to manage the technology
> > > they've GOT."
> > > -- Calvin and Hobbes
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > ----- Original Message -----
> > > From: "Avi Boots" <aviboots@netvision.net.il>
> > > To: <linux-il@linux.org.il>
> > > Sent: Wednesday, November 21, 2001 2:22 PM
> > > Subject: Open a table directly in MySql
> > >
> > >
> > > > Hi,
> > > >
> > > > 1.
> > > > Is there a way to open a table directly in MySql without
> > > > "mysql_query(connection, sql_string); (in c language)".
> > > > Without sql (SELECT...) at all. preferring in c language on MySql
> > v3.23.43
> > > ?
> > > >
> > > > 2.
> > > > Is there a way to work with MySql without the server in a local
> > computer.
> > > > something like a local text/binary file ?
> > > > (I want to integrate the power of MySql and the c language to work
> with
> > > and
> > > > without sql(SELECT...) alternately)
> > > >
> > > > Thank You,
> > > >
> > > > Avi Boots.
> > > >
> > > >
> > > >
> > > >
> > > > =================================================================
> > > > To unsubscribe, send mail to linux-il-request@linux.org.il with
> > > > the word "unsubscribe" in the message body, e.g., run the command
> > > > echo unsubscribe | mail linux-il-request@linux.org.il
> > > >
> > > >
> > >
> > >
> > > =================================================================
> > > To unsubscribe, send mail to linux-il-request@linux.org.il with
> > > the word "unsubscribe" in the message body, e.g., run the command
> > > echo unsubscribe | mail linux-il-request@linux.org.il
> > >
> > >
> >
> >
> > =================================================================
> > To unsubscribe, send mail to linux-il-request@linux.org.il with
> > the word "unsubscribe" in the message body, e.g., run the command
> > echo unsubscribe | mail linux-il-request@linux.org.il
> >
> >
>
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il