I have been happily using a program I developed that uses mysql to store technical
support articles that I ancounter regularily. A new person is starting work here
tomorrow, so suddenly, I need this to work over the network. The touble is, when I try
to connect from the other workstation, I get
Many thanks. Problem is cured
- Original Message -
From: "Thalis A. Kalfigopoulos" <[EMAIL PROTECTED]>
To: "Cory Whitesell" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, February 24, 2001 4:26 PM
Subject: Re: Stumped
> > Thi
This should be very simple, but for some reason, my query does not return the desired
results
I have the following two tables:
CREATE TABLE Rank (
Rank CHAR(40) NOT NULL PRIMARY KEY,
ReportsTo CHAR(40) NULL
);
CREATE TABLE ROSTER (
EntryNumber INTEGER NOT NULL AUTO_INCREMENT PRIMARY KEY
I am experimenting with MySQL for both Linux and Windows 2000. The trouble is, I do
not Have Visual C to compile the BDB code under Windows 2K. Is there any place to
download them for Windows 2000 in a binary form? Or is there somebody who can compile
them for me?
I am terribly sorry to hear about your wookie.
> Has anyone seen my wookie?
>
> just that, I have a horrible feeling he's fallen off the internet
somewhere!
>
>
-
Before posting, please check:
http://www.mysql.com/manual.ph
Go to the MySQL Contributed page and go from there to get the Zeos MySQL
components. (They may be under Borland Delphi, but they come with components
for C Builder 4 and 5)
Either that, or you can just use the standard TDataSet components and use
MyODBC to create the data source.
- Original