enum

2001-06-23 Thread Peter Adamka
Hello; Is there some way to create a collumn, where the only possible values are enumerated in other table? I'm looking for something like this: ENUM(SELECT xy FROM tab;) I'm able to do it with perl+CGI. But is there some easier way? Maybe it's a stupid or already discused question, but I

Re: gui

2001-06-22 Thread Peter Adamka
Try also mysql_navigator (latest 1.2.3). You'll need qt 2.2.x (and a little work with compillig :-). Nice, simple, powerfull. I'm very happy with this GUI. http://sql.kldp.org/mysql Malmo Malmo If I only got 20$

Re: StarOffice

2001-06-11 Thread Peter Adamka
1, Install unixODBC (look at www.unixodbc.org) 2, Then compile MyODBC with --with-unixODBC switch (I'm not sure about the syntax, look in ./configure -- help). 3, Setup odbc.ini propperly (here U can use ODBCConfig) 4, In StarOffice U should be able to create ODBC Database (select mysql driver in

Re: MySQLGUI strange behavior

2001-04-06 Thread Peter Adamka
Malmo If I only got 20$ for evryone who's too lazy to configure his own comp. Bill Gates "Why not?" On Thu, 5 Apr 2001, Sinisa Milivojevic wrote: Peter Adamka writes: It's me again. So I downloaded the statical compiled MysqlGGUI, and i can start it

MySQLGUI strange behavior

2001-04-05 Thread Peter Adamka
It's me again. So I downloaded the statical compiled MysqlGGUI, and i can start it without problem. I can also connect to mysql server and change database. BUT: - When I try to create database the result is NULL :) - After entering the admin panel it usually crashes after another operation

MYSQLGui

2001-03-28 Thread Peter Adamka
Maybe this question is out of topic, but I'm feeling really unhappy. I'm trying to compile MysqlGui, but at the end it always says, that there are no -lrc an -lrcl libraries. And that's the point. I have no idea, what libraries I should download (I'm using RH7.0 on 200MMX).