Antwort: Re: Antwort: Boolean Datatype

2001-02-07 Thread alexander . skwar
On 07.02.2001 10:30:15 russ wrote: > Many thanks to all for the help on this issue. > I've come to the conclusion the simplest way for me to implement this is to use > the ENUM type with two possible values 'True' and 'False'. > I will convert the VB BOOLEAN type to a string before I enter it. >

Re: Antwort: Boolean Datatype

2001-02-07 Thread russ
Many thanks to all for the help on this issue. I've come to the conclusion the simplest way for me to implement this is to use the ENUM type with two possible values 'True' and 'False'. I will convert the VB BOOLEAN type to a string before I enter it. Thankfully when returning a value from mySQL

Antwort: Boolean Datatype

2001-02-07 Thread alexander . skwar
On 06.02.2001 18:09:36 russ wrote: > Im new to the list, apologies if this has been asked before. > > Im developing a backend for a personal site (www.russd.com) using mySQL. > The site is hosted on NT4 and has myODBC installed, I have some database access > working, but I'm looking for a way to