Re: interface to python?

2003-01-31 Thread Rog11228
Hello, For windows check out Python from: www.ActiveState.com It comes with some nice additions. Also check out the Python Mysql interface (v2.xx) api. www.python.org/topics/database/ For windows the Rekall front end (Access like and an alternative to php) looks promising. www.thekompany.com T

Re:Need Help. Trying to selve comma delimeted set problem for 2 months.

2003-01-21 Thread Rog11228
Hello, Here is a set based solution. Using v4.0.6 gamma on w2k pro. CREATE TABLE broad (name varchar(10) not null, groups varchar(20) not null, primary key (name)); INSERT INTO broad values("DOG","1,3,4,2"), ("CAT","2