VB?

2001-07-17 Thread Evan James Dembskey
Hi, Is it possible to use Visual Basic to access a MySQL db running under NT? Regards, Jim - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list

Installation

2001-05-31 Thread Evan James Dembskey
Hi, This is more of a UNIX question I think, but the UNIX list sent me over here... when running gunzip on mysql-3.23.38-dec-osf5.1-alphaev6.tar.gz under a DEC Alpha box I get the following problems. What gives? # gunzip mysql-3.23.38-dec-osf5.1-alphaev6.tar.gz | tar xf - tar: ././@LongLink :

Extracting data from 2 tables.

2001-03-02 Thread Evan James Dembskey
Hi, I have two tables in a db called "univ". The tables are "student" and "result_meaning". Using the C API I want to run a query that SELECT's from "student" using the field "studnum" as the selection criteria. In the "student" table their is a field called "code". I want to then look up

Quick C API question

2001-02-27 Thread Evan James Dembskey
Hi, I have this statement: res = mysql_query(my_connection, "SELECT * FROM student WHERE studnum = 31665222"); How do I change this so that I can use a variable instead of an explicitly coded studnum? Regards, Evan

Removing MySQL

2001-02-22 Thread Evan James Dembskey
Hi, How do you go about removing MySQL from a DEC Alpha box? Regards, Evan - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request

Running two Makes

2001-01-30 Thread Evan James Dembskey
Hi, I believe that MySQL needs to be compiled with GNU make. I have to install MySQL on a Dec Alpha running Digital UNIX V4.0D (Rev. 878). There are a number of apps running on the Dec that require the native make to work. So - is it possible to install Gnu make onto teh Dec in a way that it

C API question

2001-01-23 Thread Evan James Dembskey
Hi, If this is not the appropriate list for this question, please accept my apolgies and kindly direct me to the correct list. I have attempted to install MySQL under CLOS 1.2 (Corel Linux), using the instructions found in Howard Schultens' "MySQL for dummies - part 1". I have worked through