[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Open a table directly in MySql
- To: linux-il(at-nospam)linux.org.il
- Subject: Open a table directly in MySql
- From: Avi Boots <aviboots(at-nospam)netvision.net.il>
- Date: Wed, 21 Nov 2001 14:22:49 +0200
- Delivered-To: linux.org.il-linux-il@linux.org.il
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
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