phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-developers] sybase port/problem with NOT NULL and DEFAULT


From: address@hidden
Subject: [Phpgroupware-developers] sybase port/problem with NOT NULL and DEFAULT
Date: Wed, 27 Mar 2002 10:19:46 +0000

Hi!

I'm currently trying to install phpgroupware at my office
where we only use sybase. I have no access to CVS (except
cvsweb), and I'm working with 0.9.14rc2.

Any help is welcome.
I will send my work as soon as I have something working
if I manage to make it work.


I have a problem with sybase:
create table [...] (name type NOT NULL DEFAULT
defaultvalue)

That does not work.


The following is working:
create table [...] (name type DEFAULT defaultvalue NOT
NULL)


My modification to make it work is that I use a regex
before the query, but could there be a change in the db
abstraction layer that makes it easier to port it to
sybase and such db engines?

Yves
--
homepage - http://ymettier.free.fr                   -
gtktalog - http://www.freesoftware.fsf.org/gtktalog  -
cardpics - http://www.freesoftware.fsf.org/cardpics/ -

--------------
Profitez de l'offre spéciale Tiscali Liberty Surf !
50% de temps en plus pendant 3 mois sur tous les forfaits Internet.

http://register.libertysurf.fr/subscribe_fr/signup.php3





reply via email to

[Prev in Thread] Current Thread [Next in Thread]