RE: SQL wrapper for MySQL

2004-03-19 Thread Mike Brando
> > Is there a program/project/software suite out there that traps/wraps MS SQL > commands (or database calls/commands/etc) and wraps that into MySQL > commands? I'd like to "trick" a program that requires SQL (MSDE). I'm not > just talking about porting the data, but a run-time solution... I s

RE: SQ puzzle

2004-03-08 Thread Mike Brando
> > Of course the problem cannot be solved with M$ SQLServer :-) And why pray tell is that? I suppose if Vladimir and wife were very prolific then (4, 3, 3) will also work, which is 10 windows on the building, not 13 (9, 2, 2) I also happen to be one of those who have two children about 11 mon

RE: Oracle Question

2004-02-02 Thread Mike Brando
> -Original Message- > From: Ken Brown [mailto:[EMAIL PROTECTED] > Sent: Saturday, January 31, 2004 11:45 AM > To: '[EMAIL PROTECTED]' > Subject: Oracle Question > > Anyone managed to get oracle forms 6i to talk to MySQL - if so how? > > I've got ODBC working but it will not connect and

RE: integer not being inserted correctly

2003-12-15 Thread Mike Brando
> > If an INT has a fixed range, then what is the point of giving it scale? As > in, "int(12)". > > In Oracle, a NUMBER(12) indicates how many digits you could have (in this > case, 999 would be the max value). > > Would an int(2) allow -99 to 99, or -2147483648 to 2147483647? That's bec

RE: Licence question

2003-12-03 Thread Mike Brando
Ron Albright [mailto:[EMAIL PROTECTED] wrote: > This is somewhat ambiguous. From the statements below it would appear to me > that you can ship MySQL with an application as long as the your application > does not directly link to the MySQL libraries as would be the case if > embedded. But "mere agg

RE: ROWID

2003-11-06 Thread Mike Brando
> -Original Message- > On Thu, Nov 06, 2003 at 09:59:41AM -0800, Wan, Wenhua wrote: > > Hi there, > > > > Both Oracle and Informix use ROWID to uniquely represent the location of > > each row of data in a table. ROWID is basically a hidden column or > > pseudocolumn for each table, and it

RE: Multiuser Programming

2003-10-29 Thread Mike Brando
> -Original Message- > From: Chris [mailto:[EMAIL PROTECTED] > > I'm not familiar with that function in MS SQL, and you're a bit unclear, but > it looks like you might be able to use temporary > tables. Looks like he's asking if MySQL supports namespaces. Is there anyway to simulate name

RE: Is MySQL Relational? (was: Foreigner keys in MySQL?)

2003-10-28 Thread Mike Brando
Begging to differ, no vendor that I'm aware of claims to be compliant with a paper or textbook. They tend to comply with an adopted standard such as: ANSI/ISO/IEC 9075-1(through 5):1999 ISO/IEC 9075-1(through 5):1999 Collectively known as SQL:1999. While I'd offer that MySQL *is* a relational dat