Manuel Lemos wrote:
>
> >> >Plus if you get a warning/error, Postgresql _requires_ you to rollback,
> >> >whereas many other databases don't.
> >>
> >> That's what Metabase expects. When there is an error, you should rollback
> >> before exiting a transaction with AutoCommit(Off).
> >>
> >> I not
Hello Ed,
On 24-Apr-00 17:10:21, you wrote:
>Manuel Lemos wrote:
>>
>> >Plus if you get a warning/error, Postgresql _requires_ you to rollback,
>> >whereas many other databases don't.
>>
>> That's what Metabase expects. When there is an error, you should rollback
>> before exiting a transactio
At 09:02 PM 21-04-2000 -0200, Manuel Lemos wrote:
>It's a trade-off. If you want to take the most of a database non-standard
>extensions, don't use database abstraction packages at all. If you want
>flexibility in such way that your applications will be more portable,
>database abstraction packa
Hello Lincoln,
On 20-Apr-00 00:59:07, you wrote:
>>I may be mistaken, but the last time that I looked at Perl DBI, it didn't
>>seem to a complete database abstraction layer than it is needed. For
>>instance, you want retrieve data from date fields the results come
>>formatted in a database depe
Hello Alex,
On 19-Apr-00 02:08:04, you wrote:
>> I may be mistaken, but the last time that I looked at Perl DBI, it didn't
>> seem to a complete database abstraction layer than it is needed. For
>> instance, you want retrieve data from date fields the results come
>> formatted in a database dep
On 18 Apr 2000, Manuel Lemos wrote:
> I may be mistaken, but the last time that I looked at Perl DBI, it didn't
> seem to a complete database abstraction layer than it is needed. For
> instance, you want retrieve data from date fields the results come
> formatted in a database dependent way. Th
On Mon, 17 Apr 2000, Titus Brown wrote:
> -> >I have got a form on my site, that can be filled in by visitors. I want the
> -> >results automatically being written in my sql database, does anybody know
> -> >how to do this???
There is more than one way to do it!
> -> Whatever platform you use,
-> On 17-Apr-00 12:26:41, you wrote:
->
-> >I've been looking on the internet for 2 hours for information how to connect
-> >my SQL database to my website. I didn't find what I was looking for, this is
-> >my problem
-> >I have got a form on my site, that can be filled in by visitors.
Hello J.Post,
On 17-Apr-00 12:26:41, you wrote:
>I've been looking on the internet for 2 hours for information how to connect
>my SQL database to my website. I didn't find what I was looking for, this is
>my problem
>I have got a form on my site, that can be filled in by visitors. I